From b6310ed905866a27e1feb2726695ebb844cbf95d Mon Sep 17 00:00:00 2001 From: lancedb automation Date: Sat, 23 May 2026 01:45:38 +0000 Subject: [PATCH] chore: update lance dependency to v7.1.0-beta.2 --- Cargo.lock | 92 ++++++++++++++++++++++++++++++++-------------------- Cargo.toml | 28 ++++++++-------- java/pom.xml | 2 +- 3 files changed, 71 insertions(+), 51 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e8a9fce0..156db4aad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3284,8 +3284,8 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" [[package]] name = "fsst" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrow-array", "rand 0.9.4", @@ -4506,8 +4506,8 @@ checksum = "e037a2e1d8d5fdbd49b16a4ea09d5d6401c1f29eca5ff29d03d3824dba16256a" [[package]] name = "lance" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arc-swap", "arrow", @@ -4525,6 +4525,7 @@ dependencies = [ "async_cell", "aws-credential-types", "aws-sdk-dynamodb", + "bitpacking", "byteorder", "bytes", "chrono", @@ -4551,9 +4552,11 @@ dependencies = [ "lance-io", "lance-linalg", "lance-namespace", + "lance-select", "lance-table", "lance-tokenizer", "log", + "moka", "object_store", "permutation", "pin-project", @@ -4577,8 +4580,8 @@ dependencies = [ [[package]] name = "lance-arrow" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrow-array", "arrow-buffer", @@ -4598,8 +4601,8 @@ dependencies = [ [[package]] name = "lance-bitpacking" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrayref", "paste", @@ -4608,8 +4611,8 @@ dependencies = [ [[package]] name = "lance-core" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrow-array", "arrow-buffer", @@ -4644,8 +4647,8 @@ dependencies = [ [[package]] name = "lance-datafusion" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrow", "arrow-array", @@ -4675,8 +4678,8 @@ dependencies = [ [[package]] name = "lance-datagen" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrow", "arrow-array", @@ -4694,8 +4697,8 @@ dependencies = [ [[package]] name = "lance-encoding" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrow-arith", "arrow-array", @@ -4730,8 +4733,8 @@ dependencies = [ [[package]] name = "lance-file" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrow-arith", "arrow-array", @@ -4762,8 +4765,8 @@ dependencies = [ [[package]] name = "lance-index" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arc-swap", "arrow", @@ -4800,6 +4803,7 @@ dependencies = [ "lance-file", "lance-io", "lance-linalg", + "lance-select", "lance-table", "lance-tokenizer", "libm", @@ -4827,8 +4831,8 @@ dependencies = [ [[package]] name = "lance-io" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrow", "arrow-arith", @@ -4870,8 +4874,8 @@ dependencies = [ [[package]] name = "lance-linalg" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrow-array", "arrow-buffer", @@ -4887,8 +4891,8 @@ dependencies = [ [[package]] name = "lance-namespace" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrow", "async-trait", @@ -4900,8 +4904,8 @@ dependencies = [ [[package]] name = "lance-namespace-impls" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrow", "arrow-ipc", @@ -4936,9 +4940,9 @@ dependencies = [ [[package]] name = "lance-namespace-reqwest-client" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f65e31bdaa13e01dab6e7cf566da31df243c34a542f0d915d3601ec0e01e61d2" +checksum = "6369eee4682fb11edf538388b43c61ce288b8302fe89bb40944d7daa7faaae99" dependencies = [ "reqwest 0.12.28", "serde", @@ -4948,10 +4952,25 @@ dependencies = [ "url", ] +[[package]] +name = "lance-select" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" +dependencies = [ + "arrow-array", + "arrow-buffer", + "byteorder", + "bytes", + "deepsize", + "itertools 0.13.0", + "lance-core", + "roaring", +] + [[package]] name = "lance-table" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrow", "arrow-array", @@ -4970,6 +4989,7 @@ dependencies = [ "lance-core", "lance-file", "lance-io", + "lance-select", "log", "object_store", "prost", @@ -4990,8 +5010,8 @@ dependencies = [ [[package]] name = "lance-testing" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "arrow-array", "arrow-schema", @@ -5002,8 +5022,8 @@ dependencies = [ [[package]] name = "lance-tokenizer" -version = "7.0.0-beta.13" -source = "git+https://github.com/lance-format/lance.git?tag=v7.0.0-beta.13#929166e3ff51ed61b1fa42de2c63feaf51967ea1" +version = "7.1.0-beta.2" +source = "git+https://github.com/lance-format/lance.git?tag=v7.1.0-beta.2#24b8afec580737d61c59845175f8ba2f0f390793" dependencies = [ "jieba-rs", "lindera", diff --git a/Cargo.toml b/Cargo.toml index 1c87a4f25..1cee33a1a 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.13", default-features = false, "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } -lance-core = { "version" = "=7.0.0-beta.13", "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } -lance-datagen = { "version" = "=7.0.0-beta.13", "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } -lance-file = { "version" = "=7.0.0-beta.13", "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } -lance-io = { "version" = "=7.0.0-beta.13", default-features = false, "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } -lance-index = { "version" = "=7.0.0-beta.13", "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } -lance-linalg = { "version" = "=7.0.0-beta.13", "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } -lance-namespace = { "version" = "=7.0.0-beta.13", "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } -lance-namespace-impls = { "version" = "=7.0.0-beta.13", default-features = false, "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } -lance-table = { "version" = "=7.0.0-beta.13", "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } -lance-testing = { "version" = "=7.0.0-beta.13", "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } -lance-datafusion = { "version" = "=7.0.0-beta.13", "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } -lance-encoding = { "version" = "=7.0.0-beta.13", "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } -lance-arrow = { "version" = "=7.0.0-beta.13", "tag" = "v7.0.0-beta.13", "git" = "https://github.com/lance-format/lance.git" } +lance = { "version" = "=7.1.0-beta.2", default-features = false, "tag" = "v7.1.0-beta.2", "git" = "https://github.com/lance-format/lance.git" } +lance-core = { "version" = "=7.1.0-beta.2", "tag" = "v7.1.0-beta.2", "git" = "https://github.com/lance-format/lance.git" } +lance-datagen = { "version" = "=7.1.0-beta.2", "tag" = "v7.1.0-beta.2", "git" = "https://github.com/lance-format/lance.git" } +lance-file = { "version" = "=7.1.0-beta.2", "tag" = "v7.1.0-beta.2", "git" = "https://github.com/lance-format/lance.git" } +lance-io = { "version" = "=7.1.0-beta.2", default-features = false, "tag" = "v7.1.0-beta.2", "git" = "https://github.com/lance-format/lance.git" } +lance-index = { "version" = "=7.1.0-beta.2", "tag" = "v7.1.0-beta.2", "git" = "https://github.com/lance-format/lance.git" } +lance-linalg = { "version" = "=7.1.0-beta.2", "tag" = "v7.1.0-beta.2", "git" = "https://github.com/lance-format/lance.git" } +lance-namespace = { "version" = "=7.1.0-beta.2", "tag" = "v7.1.0-beta.2", "git" = "https://github.com/lance-format/lance.git" } +lance-namespace-impls = { "version" = "=7.1.0-beta.2", default-features = false, "tag" = "v7.1.0-beta.2", "git" = "https://github.com/lance-format/lance.git" } +lance-table = { "version" = "=7.1.0-beta.2", "tag" = "v7.1.0-beta.2", "git" = "https://github.com/lance-format/lance.git" } +lance-testing = { "version" = "=7.1.0-beta.2", "tag" = "v7.1.0-beta.2", "git" = "https://github.com/lance-format/lance.git" } +lance-datafusion = { "version" = "=7.1.0-beta.2", "tag" = "v7.1.0-beta.2", "git" = "https://github.com/lance-format/lance.git" } +lance-encoding = { "version" = "=7.1.0-beta.2", "tag" = "v7.1.0-beta.2", "git" = "https://github.com/lance-format/lance.git" } +lance-arrow = { "version" = "=7.1.0-beta.2", "tag" = "v7.1.0-beta.2", "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 153845f18..39edffdf9 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -28,7 +28,7 @@ UTF-8 15.0.0 - 7.0.0-beta.13 + 7.1.0-beta.2 false 2.30.0 1.7