From c359cec504047951fe5bd8da1a6ec14b6bdf5b2c Mon Sep 17 00:00:00 2001 From: BubbleCal Date: Thu, 31 Jul 2025 05:31:04 +0800 Subject: [PATCH] chore: upgrade lance to 0.32.1-beta.2 (#2562) Signed-off-by: BubbleCal --- Cargo.lock | 65 +++++++++++++++++------------------------- Cargo.toml | 18 ++++++------ node/package-lock.json | 65 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+), 47 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63c17c32..a6956c08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2852,9 +2852,8 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" [[package]] name = "fsst" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99b0ce83d91fe637d97c127ac8df19f57e6012a5472c339154e5100cb107df4c" +version = "0.32.1" +source = "git+https://github.com/lancedb/lance.git?tag=v0.32.1-beta.2#2d57f221d3f13a96b1eac5b072c07a92b52e93cf" dependencies = [ "arrow-array", "rand 0.8.5", @@ -3967,9 +3966,8 @@ dependencies = [ [[package]] name = "lance" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7484555bbe6f7898d6a283f89ecd3e2ba85a0f28d9a9e6f15f3018d8adaebdd9" +version = "0.32.1" +source = "git+https://github.com/lancedb/lance.git?tag=v0.32.1-beta.2#2d57f221d3f13a96b1eac5b072c07a92b52e93cf" dependencies = [ "arrow", "arrow-arith", @@ -4031,9 +4029,8 @@ dependencies = [ [[package]] name = "lance-arrow" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8674ce4b27d131ac98692dbc0b28f43690defa6ca63303b3cab21e6beaf43868" +version = "0.32.1" +source = "git+https://github.com/lancedb/lance.git?tag=v0.32.1-beta.2#2d57f221d3f13a96b1eac5b072c07a92b52e93cf" dependencies = [ "arrow-array", "arrow-buffer", @@ -4050,9 +4047,8 @@ dependencies = [ [[package]] name = "lance-core" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1dd99bf06d5e322e81ff84cc2ce12b463836b4fba2bc1e0223085e1c8d7b71a" +version = "0.32.1" +source = "git+https://github.com/lancedb/lance.git?tag=v0.32.1-beta.2#2d57f221d3f13a96b1eac5b072c07a92b52e93cf" dependencies = [ "arrow-array", "arrow-buffer", @@ -4087,9 +4083,8 @@ dependencies = [ [[package]] name = "lance-datafusion" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29e78724715c1cb255ea3ac749b617406d91db6565ea77d531c1aba46716efc4" +version = "0.32.1" +source = "git+https://github.com/lancedb/lance.git?tag=v0.32.1-beta.2#2d57f221d3f13a96b1eac5b072c07a92b52e93cf" dependencies = [ "arrow", "arrow-array", @@ -4117,9 +4112,8 @@ dependencies = [ [[package]] name = "lance-datagen" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cc5fa5f59bf65d02118fcc05615b511c03222f5240c4a18218f1297f97bcdf7" +version = "0.32.1" +source = "git+https://github.com/lancedb/lance.git?tag=v0.32.1-beta.2#2d57f221d3f13a96b1eac5b072c07a92b52e93cf" dependencies = [ "arrow", "arrow-array", @@ -4135,9 +4129,8 @@ dependencies = [ [[package]] name = "lance-encoding" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a550fe9d4d931c48177691b9c085baf158bfde4ed7b6055eb27fed54174e5767" +version = "0.32.1" +source = "git+https://github.com/lancedb/lance.git?tag=v0.32.1-beta.2#2d57f221d3f13a96b1eac5b072c07a92b52e93cf" dependencies = [ "arrayref", "arrow", @@ -4176,9 +4169,8 @@ dependencies = [ [[package]] name = "lance-file" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2d338a50e09bc5af5773cdc5d269680288847d1d34a4622063cce8ad4b5375b" +version = "0.32.1" +source = "git+https://github.com/lancedb/lance.git?tag=v0.32.1-beta.2#2d57f221d3f13a96b1eac5b072c07a92b52e93cf" dependencies = [ "arrow-arith", "arrow-array", @@ -4212,9 +4204,8 @@ dependencies = [ [[package]] name = "lance-index" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14cbcb44403ee477ab4e53194e4c322295959785a7056b33043a2f9f01fa0f8a" +version = "0.32.1" +source = "git+https://github.com/lancedb/lance.git?tag=v0.32.1-beta.2#2d57f221d3f13a96b1eac5b072c07a92b52e93cf" dependencies = [ "arrow", "arrow-array", @@ -4267,9 +4258,8 @@ dependencies = [ [[package]] name = "lance-io" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "933c8dad56aa3048c421f336b20f23f507cc47271fcc18bea8b4052c247a170e" +version = "0.32.1" +source = "git+https://github.com/lancedb/lance.git?tag=v0.32.1-beta.2#2d57f221d3f13a96b1eac5b072c07a92b52e93cf" dependencies = [ "arrow", "arrow-arith", @@ -4309,9 +4299,8 @@ dependencies = [ [[package]] name = "lance-linalg" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2540ae40b7c35901be13541437c947aadb5a6afb2110f7275e90884aeee4cc07" +version = "0.32.1" +source = "git+https://github.com/lancedb/lance.git?tag=v0.32.1-beta.2#2d57f221d3f13a96b1eac5b072c07a92b52e93cf" dependencies = [ "arrow-array", "arrow-buffer", @@ -4334,9 +4323,8 @@ dependencies = [ [[package]] name = "lance-table" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e1cfa3e031b5795330eec7808baa1c2e105a067adf0790e5bb9a51aa7256ff" +version = "0.32.1" +source = "git+https://github.com/lancedb/lance.git?tag=v0.32.1-beta.2#2d57f221d3f13a96b1eac5b072c07a92b52e93cf" dependencies = [ "arrow", "arrow-array", @@ -4374,9 +4362,8 @@ dependencies = [ [[package]] name = "lance-testing" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2847faaa98fdb2facc75ae515e553ea67e68d0b05de41ac577b8038e1bbafac8" +version = "0.32.1" +source = "git+https://github.com/lancedb/lance.git?tag=v0.32.1-beta.2#2d57f221d3f13a96b1eac5b072c07a92b52e93cf" dependencies = [ "arrow-array", "arrow-schema", diff --git a/Cargo.toml b/Cargo.toml index 07550fc5..9a1db033 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,14 +21,16 @@ categories = ["database-implementations"] rust-version = "1.78.0" [workspace.dependencies] -lance = { "version" = "=0.32.0", "features" = ["dynamodb"] } -lance-io = "=0.32.0" -lance-index = "=0.32.0" -lance-linalg = "=0.32.0" -lance-table = "=0.32.0" -lance-testing = "=0.32.0" -lance-datafusion = "=0.32.0" -lance-encoding = "=0.32.0" +lance = { "version" = "=0.32.1", "features" = [ + "dynamodb", +], "tag" = "v0.32.1-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-io = { "version" = "=0.32.1", "tag" = "v0.32.1-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-index = { "version" = "=0.32.1", "tag" = "v0.32.1-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-linalg = { "version" = "=0.32.1", "tag" = "v0.32.1-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-table = { "version" = "=0.32.1", "tag" = "v0.32.1-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-testing = { "version" = "=0.32.1", "tag" = "v0.32.1-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-datafusion = { "version" = "=0.32.1", "tag" = "v0.32.1-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-encoding = { "version" = "=0.32.1", "tag" = "v0.32.1-beta.2", "git" = "https://github.com/lancedb/lance.git" } # Note that this one does not include pyarrow arrow = { version = "55.1", optional = false } arrow-array = "55.1" diff --git a/node/package-lock.json b/node/package-lock.json index fdf7a8e3..0b9025ce 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -326,6 +326,71 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "node_modules/@lancedb/vectordb-darwin-arm64": { + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/@lancedb/vectordb-darwin-arm64/-/vectordb-darwin-arm64-0.21.2.tgz", + "integrity": "sha512-NAQnIKLw9K33KMODNXBEW0qC8/safWzZtqbVC7j1GcE7PSk0Uc6x7w5nrH5gvleZggjaxY9jaRVTqmtg7PNmqw==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@lancedb/vectordb-darwin-x64": { + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/@lancedb/vectordb-darwin-x64/-/vectordb-darwin-x64-0.21.2.tgz", + "integrity": "sha512-PudbltlbRiXvBf/bkAaDPL8+RqcI4TG69u00rQHxwkhH7PgPYRTUjfzfaQfiDXZuLXuZHQq703RyoHOqzsHN0Q==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@lancedb/vectordb-linux-arm64-gnu": { + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/@lancedb/vectordb-linux-arm64-gnu/-/vectordb-linux-arm64-gnu-0.21.2.tgz", + "integrity": "sha512-3lJ8lootlwLmhqabCdg0DKftv0Ujep6NTWAoLWK/6VQe2IgHmu/ZPRNQkOSZ5tnYlmRyDiMDMB2tlAzo45sV8Q==", + "cpu": [ + "arm64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@lancedb/vectordb-linux-x64-gnu": { + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/@lancedb/vectordb-linux-x64-gnu/-/vectordb-linux-x64-gnu-0.21.2.tgz", + "integrity": "sha512-5I2drMOIyRODlAHPsipQBTrRRgcOZ45N5GsuhqcKnz3Tg8GAdc1MQKyK3BrdJzKHLPdRtIyRJ6QTLB3wZvDsQQ==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@lancedb/vectordb-win32-x64-msvc": { + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/@lancedb/vectordb-win32-x64-msvc/-/vectordb-win32-x64-msvc-0.21.2.tgz", + "integrity": "sha512-gjpFukq0NTQSRpWPNIpq4XFtaudjSNBT6DMsagC61D2nx9ZLEdSAdU0wdkeluQwhoMvNnXEPdP9HxDSFUXk+Ww==", + "cpu": [ + "x64" + ], + "license": "Apache-2.0", + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@neon-rs/cli": { "version": "0.0.160", "resolved": "https://registry.npmjs.org/@neon-rs/cli/-/cli-0.0.160.tgz",