From 6586ea270408dddaa9dfa5e970d9f62aafa4ad82 Mon Sep 17 00:00:00 2001 From: lancedb automation Date: Wed, 6 May 2026 17:59:54 +0000 Subject: [PATCH] chore: update lance dependency to v7.0.0-beta.5 --- Cargo.lock | 68 ++++++++++++++++++++++++++-------------------------- Cargo.toml | 28 +++++++++++----------- java/pom.xml | 2 +- 3 files changed, 49 insertions(+), 49 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7eb588570..891d3df60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3150,8 +3150,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow-array", "rand 0.9.4", @@ -4327,8 +4327,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow", "arrow-arith", @@ -4396,8 +4396,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow-array", "arrow-buffer", @@ -4418,8 +4418,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrayref", "paste", @@ -4428,8 +4428,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow-array", "arrow-buffer", @@ -4466,8 +4466,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow", "arrow-array", @@ -4498,8 +4498,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow", "arrow-array", @@ -4517,8 +4517,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow-arith", "arrow-array", @@ -4555,8 +4555,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow-arith", "arrow-array", @@ -4588,8 +4588,8 @@ 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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow", "arrow-arith", @@ -4653,8 +4653,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow", "arrow-arith", @@ -4698,8 +4698,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow-array", "arrow-buffer", @@ -4715,8 +4715,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow", "async-trait", @@ -4729,8 +4729,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow", "arrow-ipc", @@ -4780,8 +4780,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow", "arrow-array", @@ -4820,8 +4820,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "arrow-array", "arrow-schema", @@ -4832,8 +4832,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.5" +source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.5#1538ec33cf9eb6d06ae324b1b2a2f413a2aca05c" dependencies = [ "rust-stemmers", "serde", diff --git a/Cargo.toml b/Cargo.toml index 6922ba487..96a95e752 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.5", default-features = false, "tag" = "v7.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance-core = { "version" = "=7.0.0-beta.5", "tag" = "v7.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance-datagen = { "version" = "=7.0.0-beta.5", "tag" = "v7.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance-file = { "version" = "=7.0.0-beta.5", "tag" = "v7.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance-io = { "version" = "=7.0.0-beta.5", default-features = false, "tag" = "v7.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance-index = { "version" = "=7.0.0-beta.5", "tag" = "v7.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance-linalg = { "version" = "=7.0.0-beta.5", "tag" = "v7.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance-namespace = { "version" = "=7.0.0-beta.5", "tag" = "v7.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance-namespace-impls = { "version" = "=7.0.0-beta.5", default-features = false, "tag" = "v7.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance-table = { "version" = "=7.0.0-beta.5", "tag" = "v7.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance-testing = { "version" = "=7.0.0-beta.5", "tag" = "v7.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance-datafusion = { "version" = "=7.0.0-beta.5", "tag" = "v7.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance-encoding = { "version" = "=7.0.0-beta.5", "tag" = "v7.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance-arrow = { "version" = "=7.0.0-beta.5", "tag" = "v7.0.0-beta.5", "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 } diff --git a/java/pom.xml b/java/pom.xml index b3e7f99c2..39a1cefa8 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -28,7 +28,7 @@ UTF-8 15.0.0 - 7.0.0-beta.4 + 7.0.0-beta.5 false 2.30.0 1.7