chore: update lance dependency to v7.0.0-beta.7 (#3356)

## Summary
- Update Lance Rust workspace dependencies to `7.0.0-beta.7` using
`ci/set_lance_version.py`.
- Update the Java `lance-core` Maven property to `7.0.0-beta.7`.
- Refresh `Cargo.lock` for the new Lance tag:
https://github.com/lance-format/lance/releases/tag/v7.0.0-beta.7

## Verification
- `cargo clippy --workspace --tests --all-features -- -D warnings`
- `cargo fmt --all`
This commit is contained in:
LanceDB Robot
2026-05-07 16:04:38 -07:00
committed by GitHub
parent 5338aeb006
commit 455ba5abbf
3 changed files with 59 additions and 49 deletions

78
Cargo.lock generated
View File

@@ -146,6 +146,15 @@ dependencies = [
"object",
]
[[package]]
name = "arc-swap"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
dependencies = [
"rustversion",
]
[[package]]
name = "argminmax"
version = "0.6.3"
@@ -3150,8 +3159,8 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[package]]
name = "fsst"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow-array",
"rand 0.9.4",
@@ -4327,8 +4336,8 @@ checksum = "e037a2e1d8d5fdbd49b16a4ea09d5d6401c1f29eca5ff29d03d3824dba16256a"
[[package]]
name = "lance"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow",
"arrow-arith",
@@ -4396,8 +4405,8 @@ dependencies = [
[[package]]
name = "lance-arrow"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -4418,8 +4427,8 @@ dependencies = [
[[package]]
name = "lance-bitpacking"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrayref",
"paste",
@@ -4428,8 +4437,8 @@ dependencies = [
[[package]]
name = "lance-core"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -4466,8 +4475,8 @@ dependencies = [
[[package]]
name = "lance-datafusion"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow",
"arrow-array",
@@ -4498,8 +4507,8 @@ dependencies = [
[[package]]
name = "lance-datagen"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow",
"arrow-array",
@@ -4517,8 +4526,8 @@ dependencies = [
[[package]]
name = "lance-encoding"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow-arith",
"arrow-array",
@@ -4555,8 +4564,8 @@ dependencies = [
[[package]]
name = "lance-file"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow-arith",
"arrow-array",
@@ -4588,9 +4597,10 @@ dependencies = [
[[package]]
name = "lance-index"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arc-swap",
"arrow",
"arrow-arith",
"arrow-array",
@@ -4653,8 +4663,8 @@ dependencies = [
[[package]]
name = "lance-io"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow",
"arrow-arith",
@@ -4698,8 +4708,8 @@ dependencies = [
[[package]]
name = "lance-linalg"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -4715,8 +4725,8 @@ dependencies = [
[[package]]
name = "lance-namespace"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow",
"async-trait",
@@ -4729,8 +4739,8 @@ dependencies = [
[[package]]
name = "lance-namespace-impls"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow",
"arrow-ipc",
@@ -4780,8 +4790,8 @@ dependencies = [
[[package]]
name = "lance-table"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow",
"arrow-array",
@@ -4820,8 +4830,8 @@ dependencies = [
[[package]]
name = "lance-testing"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"arrow-array",
"arrow-schema",
@@ -4832,8 +4842,8 @@ dependencies = [
[[package]]
name = "lance-tokenizer"
version = "7.0.0-beta.4"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.4#f29339b540867bb3e75b2729ee87f3bcaf0e9f96"
version = "7.0.0-beta.7"
source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.7#f6932459689b5568c89baa435ff85a4abf067b45"
dependencies = [
"rust-stemmers",
"serde",

View File

@@ -13,20 +13,20 @@ categories = ["database-implementations"]
rust-version = "1.91.0"
[workspace.dependencies]
lance = { "version" = "=7.0.0-beta.4", default-features = false, "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance-core = { "version" = "=7.0.0-beta.4", "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance-datagen = { "version" = "=7.0.0-beta.4", "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance-file = { "version" = "=7.0.0-beta.4", "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance-io = { "version" = "=7.0.0-beta.4", default-features = false, "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance-index = { "version" = "=7.0.0-beta.4", "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance-linalg = { "version" = "=7.0.0-beta.4", "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance-namespace = { "version" = "=7.0.0-beta.4", "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance-namespace-impls = { "version" = "=7.0.0-beta.4", default-features = false, "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance-table = { "version" = "=7.0.0-beta.4", "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance-testing = { "version" = "=7.0.0-beta.4", "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance-datafusion = { "version" = "=7.0.0-beta.4", "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance-encoding = { "version" = "=7.0.0-beta.4", "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance-arrow = { "version" = "=7.0.0-beta.4", "tag" = "v7.0.0-beta.4", "git" = "https://github.com/lance-format/lance.git" }
lance = { "version" = "=7.0.0-beta.7", default-features = false, "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
lance-core = { "version" = "=7.0.0-beta.7", "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
lance-datagen = { "version" = "=7.0.0-beta.7", "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
lance-file = { "version" = "=7.0.0-beta.7", "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
lance-io = { "version" = "=7.0.0-beta.7", default-features = false, "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
lance-index = { "version" = "=7.0.0-beta.7", "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
lance-linalg = { "version" = "=7.0.0-beta.7", "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
lance-namespace = { "version" = "=7.0.0-beta.7", "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
lance-namespace-impls = { "version" = "=7.0.0-beta.7", default-features = false, "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
lance-table = { "version" = "=7.0.0-beta.7", "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
lance-testing = { "version" = "=7.0.0-beta.7", "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
lance-datafusion = { "version" = "=7.0.0-beta.7", "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
lance-encoding = { "version" = "=7.0.0-beta.7", "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
lance-arrow = { "version" = "=7.0.0-beta.7", "tag" = "v7.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
ahash = "0.8"
# Note that this one does not include pyarrow
arrow = { version = "58.0.0", optional = false }

View File

@@ -28,7 +28,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<arrow.version>15.0.0</arrow.version>
<lance-core.version>7.0.0-beta.4</lance-core.version>
<lance-core.version>7.0.0-beta.7</lance-core.version>
<spotless.skip>false</spotless.skip>
<spotless.version>2.30.0</spotless.version>
<spotless.java.googlejavaformat.version>1.7</spotless.java.googlejavaformat.version>