From 35e5b84ba96f0673fbafa4060736141925dad09e Mon Sep 17 00:00:00 2001 From: BubbleCal Date: Mon, 3 Mar 2025 12:32:12 +0800 Subject: [PATCH] chore: upgrade lance to 0.24.0-beta.1 (#2171) Signed-off-by: BubbleCal --- Cargo.lock | 48 ++++++++++++++++++++++++------------------------ Cargo.toml | 18 +++++++++--------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44f62d73..9f350116 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2570,8 +2570,8 @@ dependencies = [ [[package]] name = "fsst" -version = "0.23.3" -source = "git+https://github.com/lancedb/lance.git?tag=v0.23.3-beta.1#f69480e34dc1be6f1689cc8c36d43f6d8866c678" +version = "0.24.0" +source = "git+https://github.com/lancedb/lance.git?tag=v0.24.0-beta.1#33ae43b2944c12e0dbd139e8aa098cffa74edef5" dependencies = [ "rand", ] @@ -3532,8 +3532,8 @@ dependencies = [ [[package]] name = "lance" -version = "0.23.3" -source = "git+https://github.com/lancedb/lance.git?tag=v0.23.3-beta.1#f69480e34dc1be6f1689cc8c36d43f6d8866c678" +version = "0.24.0" +source = "git+https://github.com/lancedb/lance.git?tag=v0.24.0-beta.1#33ae43b2944c12e0dbd139e8aa098cffa74edef5" dependencies = [ "arrow", "arrow-arith", @@ -3592,8 +3592,8 @@ dependencies = [ [[package]] name = "lance-arrow" -version = "0.23.3" -source = "git+https://github.com/lancedb/lance.git?tag=v0.23.3-beta.1#f69480e34dc1be6f1689cc8c36d43f6d8866c678" +version = "0.24.0" +source = "git+https://github.com/lancedb/lance.git?tag=v0.24.0-beta.1#33ae43b2944c12e0dbd139e8aa098cffa74edef5" dependencies = [ "arrow-array", "arrow-buffer", @@ -3610,8 +3610,8 @@ dependencies = [ [[package]] name = "lance-core" -version = "0.23.3" -source = "git+https://github.com/lancedb/lance.git?tag=v0.23.3-beta.1#f69480e34dc1be6f1689cc8c36d43f6d8866c678" +version = "0.24.0" +source = "git+https://github.com/lancedb/lance.git?tag=v0.24.0-beta.1#33ae43b2944c12e0dbd139e8aa098cffa74edef5" dependencies = [ "arrow-array", "arrow-buffer", @@ -3647,8 +3647,8 @@ dependencies = [ [[package]] name = "lance-datafusion" -version = "0.23.3" -source = "git+https://github.com/lancedb/lance.git?tag=v0.23.3-beta.1#f69480e34dc1be6f1689cc8c36d43f6d8866c678" +version = "0.24.0" +source = "git+https://github.com/lancedb/lance.git?tag=v0.24.0-beta.1#33ae43b2944c12e0dbd139e8aa098cffa74edef5" dependencies = [ "arrow", "arrow-array", @@ -3673,8 +3673,8 @@ dependencies = [ [[package]] name = "lance-encoding" -version = "0.23.3" -source = "git+https://github.com/lancedb/lance.git?tag=v0.23.3-beta.1#f69480e34dc1be6f1689cc8c36d43f6d8866c678" +version = "0.24.0" +source = "git+https://github.com/lancedb/lance.git?tag=v0.24.0-beta.1#33ae43b2944c12e0dbd139e8aa098cffa74edef5" dependencies = [ "arrayref", "arrow", @@ -3712,8 +3712,8 @@ dependencies = [ [[package]] name = "lance-file" -version = "0.23.3" -source = "git+https://github.com/lancedb/lance.git?tag=v0.23.3-beta.1#f69480e34dc1be6f1689cc8c36d43f6d8866c678" +version = "0.24.0" +source = "git+https://github.com/lancedb/lance.git?tag=v0.24.0-beta.1#33ae43b2944c12e0dbd139e8aa098cffa74edef5" dependencies = [ "arrow-arith", "arrow-array", @@ -3747,8 +3747,8 @@ dependencies = [ [[package]] name = "lance-index" -version = "0.23.3" -source = "git+https://github.com/lancedb/lance.git?tag=v0.23.3-beta.1#f69480e34dc1be6f1689cc8c36d43f6d8866c678" +version = "0.24.0" +source = "git+https://github.com/lancedb/lance.git?tag=v0.24.0-beta.1#33ae43b2944c12e0dbd139e8aa098cffa74edef5" dependencies = [ "arrow", "arrow-array", @@ -3800,8 +3800,8 @@ dependencies = [ [[package]] name = "lance-io" -version = "0.23.3" -source = "git+https://github.com/lancedb/lance.git?tag=v0.23.3-beta.1#f69480e34dc1be6f1689cc8c36d43f6d8866c678" +version = "0.24.0" +source = "git+https://github.com/lancedb/lance.git?tag=v0.24.0-beta.1#33ae43b2944c12e0dbd139e8aa098cffa74edef5" dependencies = [ "arrow", "arrow-arith", @@ -3839,8 +3839,8 @@ dependencies = [ [[package]] name = "lance-linalg" -version = "0.23.3" -source = "git+https://github.com/lancedb/lance.git?tag=v0.23.3-beta.1#f69480e34dc1be6f1689cc8c36d43f6d8866c678" +version = "0.24.0" +source = "git+https://github.com/lancedb/lance.git?tag=v0.24.0-beta.1#33ae43b2944c12e0dbd139e8aa098cffa74edef5" dependencies = [ "arrow-array", "arrow-ord", @@ -3863,8 +3863,8 @@ dependencies = [ [[package]] name = "lance-table" -version = "0.23.3" -source = "git+https://github.com/lancedb/lance.git?tag=v0.23.3-beta.1#f69480e34dc1be6f1689cc8c36d43f6d8866c678" +version = "0.24.0" +source = "git+https://github.com/lancedb/lance.git?tag=v0.24.0-beta.1#33ae43b2944c12e0dbd139e8aa098cffa74edef5" dependencies = [ "arrow", "arrow-array", @@ -3903,8 +3903,8 @@ dependencies = [ [[package]] name = "lance-testing" -version = "0.23.3" -source = "git+https://github.com/lancedb/lance.git?tag=v0.23.3-beta.1#f69480e34dc1be6f1689cc8c36d43f6d8866c678" +version = "0.24.0" +source = "git+https://github.com/lancedb/lance.git?tag=v0.24.0-beta.1#33ae43b2944c12e0dbd139e8aa098cffa74edef5" dependencies = [ "arrow-array", "arrow-schema", diff --git a/Cargo.toml b/Cargo.toml index 0befcad6..765a91a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,16 +21,16 @@ categories = ["database-implementations"] rust-version = "1.78.0" [workspace.dependencies] -lance = { "version" = "=0.23.3", "features" = [ +lance = { "version" = "=0.24.0", "features" = [ "dynamodb", -], git = "https://github.com/lancedb/lance.git", tag = "v0.23.3-beta.1" } -lance-io = { version = "=0.23.3", tag = "v0.23.3-beta.1", git = "https://github.com/lancedb/lance.git" } -lance-index = { version = "=0.23.3", tag = "v0.23.3-beta.1", git = "https://github.com/lancedb/lance.git" } -lance-linalg = { version = "=0.23.3", tag = "v0.23.3-beta.1", git = "https://github.com/lancedb/lance.git" } -lance-table = { version = "=0.23.3", tag = "v0.23.3-beta.1", git = "https://github.com/lancedb/lance.git" } -lance-testing = { version = "=0.23.3", tag = "v0.23.3-beta.1", git = "https://github.com/lancedb/lance.git" } -lance-datafusion = { version = "=0.23.3", tag = "v0.23.3-beta.1", git = "https://github.com/lancedb/lance.git" } -lance-encoding = { version = "=0.23.3", tag = "v0.23.3-beta.1", git = "https://github.com/lancedb/lance.git" } +], git = "https://github.com/lancedb/lance.git", tag = "v0.24.0-beta.1" } +lance-io = { version = "=0.24.0", tag = "v0.24.0-beta.1", git = "https://github.com/lancedb/lance.git" } +lance-index = { version = "=0.24.0", tag = "v0.24.0-beta.1", git = "https://github.com/lancedb/lance.git" } +lance-linalg = { version = "=0.24.0", tag = "v0.24.0-beta.1", git = "https://github.com/lancedb/lance.git" } +lance-table = { version = "=0.24.0", tag = "v0.24.0-beta.1", git = "https://github.com/lancedb/lance.git" } +lance-testing = { version = "=0.24.0", tag = "v0.24.0-beta.1", git = "https://github.com/lancedb/lance.git" } +lance-datafusion = { version = "=0.24.0", tag = "v0.24.0-beta.1", git = "https://github.com/lancedb/lance.git" } +lance-encoding = { version = "=0.24.0", tag = "v0.24.0-beta.1", git = "https://github.com/lancedb/lance.git" } # Note that this one does not include pyarrow arrow = { version = "53.2", optional = false } arrow-array = "53.2"