From 3bd6402e87e648f6507eeca6e4218254926bb2d7 Mon Sep 17 00:00:00 2001 From: ChilePiquin Date: Mon, 31 Aug 2026 09:30:59 -0700 Subject: [PATCH] Pin Lance duplicate UUID guard --- Cargo.lock | 74 +++++++++++++++++++++++++++--------------------------- Cargo.toml | 28 ++++++++++----------- 2 files changed, 51 insertions(+), 51 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69c33c587..2f64b7865 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1756,7 +1756,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -3034,7 +3034,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -3257,7 +3257,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -3456,7 +3456,7 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" [[package]] name = "fsst" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow-array", "rand 0.9.5", @@ -4561,7 +4561,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -4816,7 +4816,7 @@ checksum = "e037a2e1d8d5fdbd49b16a4ea09d5d6401c1f29eca5ff29d03d3824dba16256a" [[package]] name = "lance" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arc-swap", "arrow", @@ -4889,7 +4889,7 @@ dependencies = [ [[package]] name = "lance-arrow" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow-array", "arrow-buffer", @@ -4911,7 +4911,7 @@ dependencies = [ [[package]] name = "lance-arrow-scalar" version = "58.0.0" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow-array", "arrow-buffer", @@ -4925,7 +4925,7 @@ dependencies = [ [[package]] name = "lance-arrow-stats" version = "58.0.0" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow-array", "arrow-schema", @@ -4935,7 +4935,7 @@ dependencies = [ [[package]] name = "lance-bitpacking" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrayref", "crunchy", @@ -4946,7 +4946,7 @@ dependencies = [ [[package]] name = "lance-core" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow-array", "arrow-buffer", @@ -4984,7 +4984,7 @@ dependencies = [ [[package]] name = "lance-datafusion" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow", "arrow-array", @@ -5014,7 +5014,7 @@ dependencies = [ [[package]] name = "lance-datagen" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow", "arrow-array", @@ -5032,7 +5032,7 @@ dependencies = [ [[package]] name = "lance-derive" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "proc-macro2", "quote", @@ -5042,7 +5042,7 @@ dependencies = [ [[package]] name = "lance-encoding" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow-arith", "arrow-array", @@ -5076,7 +5076,7 @@ dependencies = [ [[package]] name = "lance-file" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow-arith", "arrow-array", @@ -5108,7 +5108,7 @@ dependencies = [ [[package]] name = "lance-index" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arc-swap", "arrow", @@ -5173,7 +5173,7 @@ dependencies = [ [[package]] name = "lance-index-core" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow-array", "arrow-schema", @@ -5196,7 +5196,7 @@ dependencies = [ [[package]] name = "lance-io" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow", "arrow-array", @@ -5237,7 +5237,7 @@ dependencies = [ [[package]] name = "lance-linalg" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow-array", "arrow-schema", @@ -5252,7 +5252,7 @@ dependencies = [ [[package]] name = "lance-namespace" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow", "async-trait", @@ -5265,7 +5265,7 @@ dependencies = [ [[package]] name = "lance-namespace-impls" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow", "arrow-ipc", @@ -5319,7 +5319,7 @@ dependencies = [ [[package]] name = "lance-select" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow-array", "arrow-buffer", @@ -5334,7 +5334,7 @@ dependencies = [ [[package]] name = "lance-table" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow", "arrow-array", @@ -5375,7 +5375,7 @@ dependencies = [ [[package]] name = "lance-testing" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "arrow-array", "arrow-schema", @@ -5389,7 +5389,7 @@ dependencies = [ [[package]] name = "lance-tokenizer" version = "12.0.0-beta.5" -source = "git+https://github.com/lance-format/lance.git?tag=v12.0.0-beta.5#556637791d0048c2b4f1342dd84b67c8bbd65259" +source = "git+https://github.com/ChilePiquin/lance.git?rev=b16805bc83d67cfae1e6cdc25561eecb11b0c082#b16805bc83d67cfae1e6cdc25561eecb11b0c082" dependencies = [ "frostem", "icu_segmenter", @@ -6240,7 +6240,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -7632,8 +7632,8 @@ version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7" dependencies = [ - "heck 0.5.0", - "itertools 0.14.0", + "heck 0.4.1", + "itertools 0.11.0", "log", "multimap", "petgraph", @@ -7652,7 +7652,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.11.0", "proc-macro2", "quote", "syn 2.0.117", @@ -7923,7 +7923,7 @@ dependencies = [ "once_cell", "socket2 0.6.3", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.59.0", ] [[package]] @@ -8701,7 +8701,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -8772,7 +8772,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -9328,7 +9328,7 @@ version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451" dependencies = [ - "heck 0.5.0", + "heck 0.4.1", "proc-macro2", "quote", "syn 2.0.117", @@ -9340,7 +9340,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54254b8531cafa275c5e096f62d48c81435d1015405a91198ddb11e967301d40" dependencies = [ - "heck 0.5.0", + "heck 0.4.1", "proc-macro2", "quote", "syn 2.0.117", @@ -9762,7 +9762,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -10739,7 +10739,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 033da5907..fa1c2ace0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,20 +13,20 @@ categories = ["database-implementations"] rust-version = "1.91.0" [workspace.dependencies] -lance = { "version" = "=12.0.0-beta.5", default-features = false, "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } -lance-core = { "version" = "=12.0.0-beta.5", "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } -lance-datagen = { "version" = "=12.0.0-beta.5", "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } -lance-file = { "version" = "=12.0.0-beta.5", "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } -lance-io = { "version" = "=12.0.0-beta.5", default-features = false, "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } -lance-index = { "version" = "=12.0.0-beta.5", "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } -lance-linalg = { "version" = "=12.0.0-beta.5", "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } -lance-namespace = { "version" = "=12.0.0-beta.5", "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } -lance-namespace-impls = { "version" = "=12.0.0-beta.5", default-features = false, "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } -lance-table = { "version" = "=12.0.0-beta.5", "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } -lance-testing = { "version" = "=12.0.0-beta.5", "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } -lance-datafusion = { "version" = "=12.0.0-beta.5", "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } -lance-encoding = { "version" = "=12.0.0-beta.5", "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } -lance-arrow = { "version" = "=12.0.0-beta.5", "tag" = "v12.0.0-beta.5", "git" = "https://github.com/lance-format/lance.git" } +lance = { "version" = "=12.0.0-beta.5", default-features = false, "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } +lance-core = { "version" = "=12.0.0-beta.5", "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } +lance-datagen = { "version" = "=12.0.0-beta.5", "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } +lance-file = { "version" = "=12.0.0-beta.5", "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } +lance-io = { "version" = "=12.0.0-beta.5", default-features = false, "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } +lance-index = { "version" = "=12.0.0-beta.5", "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } +lance-linalg = { "version" = "=12.0.0-beta.5", "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } +lance-namespace = { "version" = "=12.0.0-beta.5", "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } +lance-namespace-impls = { "version" = "=12.0.0-beta.5", default-features = false, "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } +lance-table = { "version" = "=12.0.0-beta.5", "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } +lance-testing = { "version" = "=12.0.0-beta.5", "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } +lance-datafusion = { "version" = "=12.0.0-beta.5", "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } +lance-encoding = { "version" = "=12.0.0-beta.5", "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } +lance-arrow = { "version" = "=12.0.0-beta.5", "rev" = "b16805bc83d67cfae1e6cdc25561eecb11b0c082", "git" = "https://github.com/ChilePiquin/lance.git" } lancedb = { path = "rust/lancedb", default-features = false } ahash = "0.8" # Note that this one does not include pyarrow