From a6d4125cbf9c0f627cdfc29d9645f32456c4a036 Mon Sep 17 00:00:00 2001 From: Weston Pace Date: Wed, 2 Apr 2025 14:22:30 -0700 Subject: [PATCH] feat: upgrade lance to 0.25.3b2 (#2304) ## Summary by CodeRabbit - **Chores** - Updated core dependency versions to v0.25.3-beta.2. - Enabled additional functionality with a new "dynamodb" feature. --- Cargo.lock | 34 +++++++++++++++++----------------- Cargo.toml | 16 ++++++++-------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfb93b133..32c118337 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2720,7 +2720,7 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" [[package]] name = "fsst" version = "0.25.3" -source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.1#ca2e69c2be80b0714d5ef1db5265bae9fadf682c" +source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.2#e0d3179bcc6e6ce5f9c5fcfeb4398789a7005467" dependencies = [ "rand 0.8.5", ] @@ -3708,7 +3708,7 @@ dependencies = [ [[package]] name = "lance" version = "0.25.3" -source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.1#ca2e69c2be80b0714d5ef1db5265bae9fadf682c" +source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.2#e0d3179bcc6e6ce5f9c5fcfeb4398789a7005467" dependencies = [ "arrow", "arrow-arith", @@ -3768,7 +3768,7 @@ dependencies = [ [[package]] name = "lance-arrow" version = "0.25.3" -source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.1#ca2e69c2be80b0714d5ef1db5265bae9fadf682c" +source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.2#e0d3179bcc6e6ce5f9c5fcfeb4398789a7005467" dependencies = [ "arrow-array", "arrow-buffer", @@ -3786,7 +3786,7 @@ dependencies = [ [[package]] name = "lance-core" version = "0.25.3" -source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.1#ca2e69c2be80b0714d5ef1db5265bae9fadf682c" +source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.2#e0d3179bcc6e6ce5f9c5fcfeb4398789a7005467" dependencies = [ "arrow-array", "arrow-buffer", @@ -3823,7 +3823,7 @@ dependencies = [ [[package]] name = "lance-datafusion" version = "0.25.3" -source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.1#ca2e69c2be80b0714d5ef1db5265bae9fadf682c" +source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.2#e0d3179bcc6e6ce5f9c5fcfeb4398789a7005467" dependencies = [ "arrow", "arrow-array", @@ -3851,7 +3851,7 @@ dependencies = [ [[package]] name = "lance-datagen" version = "0.25.3" -source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.1#ca2e69c2be80b0714d5ef1db5265bae9fadf682c" +source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.2#e0d3179bcc6e6ce5f9c5fcfeb4398789a7005467" dependencies = [ "arrow", "arrow-array", @@ -3867,7 +3867,7 @@ dependencies = [ [[package]] name = "lance-encoding" version = "0.25.3" -source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.1#ca2e69c2be80b0714d5ef1db5265bae9fadf682c" +source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.2#e0d3179bcc6e6ce5f9c5fcfeb4398789a7005467" dependencies = [ "arrayref", "arrow", @@ -3907,7 +3907,7 @@ dependencies = [ [[package]] name = "lance-file" version = "0.25.3" -source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.1#ca2e69c2be80b0714d5ef1db5265bae9fadf682c" +source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.2#e0d3179bcc6e6ce5f9c5fcfeb4398789a7005467" dependencies = [ "arrow-arith", "arrow-array", @@ -3942,7 +3942,7 @@ dependencies = [ [[package]] name = "lance-index" version = "0.25.3" -source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.1#ca2e69c2be80b0714d5ef1db5265bae9fadf682c" +source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.2#e0d3179bcc6e6ce5f9c5fcfeb4398789a7005467" dependencies = [ "arrow", "arrow-array", @@ -3996,7 +3996,7 @@ dependencies = [ [[package]] name = "lance-io" version = "0.25.3" -source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.1#ca2e69c2be80b0714d5ef1db5265bae9fadf682c" +source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.2#e0d3179bcc6e6ce5f9c5fcfeb4398789a7005467" dependencies = [ "arrow", "arrow-arith", @@ -4035,7 +4035,7 @@ dependencies = [ [[package]] name = "lance-linalg" version = "0.25.3" -source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.1#ca2e69c2be80b0714d5ef1db5265bae9fadf682c" +source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.2#e0d3179bcc6e6ce5f9c5fcfeb4398789a7005467" dependencies = [ "arrow-array", "arrow-ord", @@ -4059,7 +4059,7 @@ dependencies = [ [[package]] name = "lance-table" version = "0.25.3" -source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.1#ca2e69c2be80b0714d5ef1db5265bae9fadf682c" +source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.2#e0d3179bcc6e6ce5f9c5fcfeb4398789a7005467" dependencies = [ "arrow", "arrow-array", @@ -4099,7 +4099,7 @@ dependencies = [ [[package]] name = "lance-testing" version = "0.25.3" -source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.1#ca2e69c2be80b0714d5ef1db5265bae9fadf682c" +source = "git+https://github.com/lancedb/lance?tag=v0.25.3-beta.2#e0d3179bcc6e6ce5f9c5fcfeb4398789a7005467" dependencies = [ "arrow-array", "arrow-schema", @@ -4110,7 +4110,7 @@ dependencies = [ [[package]] name = "lancedb" -version = "0.19.0-beta.2" +version = "0.19.0-beta.3" dependencies = [ "arrow", "arrow-array", @@ -4197,7 +4197,7 @@ dependencies = [ [[package]] name = "lancedb-node" -version = "0.19.0-beta.2" +version = "0.19.0-beta.3" dependencies = [ "arrow-array", "arrow-ipc", @@ -4222,7 +4222,7 @@ dependencies = [ [[package]] name = "lancedb-nodejs" -version = "0.19.0-beta.2" +version = "0.19.0-beta.3" dependencies = [ "arrow-array", "arrow-ipc", @@ -4240,7 +4240,7 @@ dependencies = [ [[package]] name = "lancedb-python" -version = "0.22.0-beta.2" +version = "0.22.0-beta.3" dependencies = [ "arrow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index f752ea450..9be0b6d41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,14 +23,14 @@ rust-version = "1.78.0" [workspace.dependencies] lance = { "version" = "=0.25.3", "features" = [ "dynamodb", -], tag = "v0.25.3-beta.1", git = "https://github.com/lancedb/lance" } -lance-io = { version = "=0.25.3", tag = "v0.25.3-beta.1", git = "https://github.com/lancedb/lance" } -lance-index = { version = "=0.25.3", tag = "v0.25.3-beta.1", git = "https://github.com/lancedb/lance" } -lance-linalg = { version = "=0.25.3", tag = "v0.25.3-beta.1", git = "https://github.com/lancedb/lance" } -lance-table = { version = "=0.25.3", tag = "v0.25.3-beta.1", git = "https://github.com/lancedb/lance" } -lance-testing = { version = "=0.25.3", tag = "v0.25.3-beta.1", git = "https://github.com/lancedb/lance" } -lance-datafusion = { version = "=0.25.3", tag = "v0.25.3-beta.1", git = "https://github.com/lancedb/lance" } -lance-encoding = { version = "=0.25.3", tag = "v0.25.3-beta.1", git = "https://github.com/lancedb/lance" } +], tag = "v0.25.3-beta.2", git = "https://github.com/lancedb/lance" } +lance-io = { version = "=0.25.3", tag = "v0.25.3-beta.2", git = "https://github.com/lancedb/lance" } +lance-index = { version = "=0.25.3", tag = "v0.25.3-beta.2", git = "https://github.com/lancedb/lance" } +lance-linalg = { version = "=0.25.3", tag = "v0.25.3-beta.2", git = "https://github.com/lancedb/lance" } +lance-table = { version = "=0.25.3", tag = "v0.25.3-beta.2", git = "https://github.com/lancedb/lance" } +lance-testing = { version = "=0.25.3", tag = "v0.25.3-beta.2", git = "https://github.com/lancedb/lance" } +lance-datafusion = { version = "=0.25.3", tag = "v0.25.3-beta.2", git = "https://github.com/lancedb/lance" } +lance-encoding = { version = "=0.25.3", tag = "v0.25.3-beta.2", git = "https://github.com/lancedb/lance" } # Note that this one does not include pyarrow arrow = { version = "54.1", optional = false } arrow-array = "54.1"