chore: update lance to v0.29.1-beta.2 (#2442)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Chores**
- Updated internal dependencies to use a newer version of the Lance
library.
- **New Features**
- Added support for a new query occurrence type labeled "MUST NOT" in
search filters.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Wyatt Alt
2025-06-17 14:02:13 -07:00
committed by GitHub
parent f8dae4ffe9
commit 627ca4c810
4 changed files with 24 additions and 22 deletions

28
Cargo.lock generated
View File

@@ -2836,7 +2836,7 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[package]]
name = "fsst"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"rand 0.8.5",
]
@@ -3929,7 +3929,7 @@ dependencies = [
[[package]]
name = "lance"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow",
"arrow-arith",
@@ -3993,7 +3993,7 @@ dependencies = [
[[package]]
name = "lance-arrow"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -4011,7 +4011,7 @@ dependencies = [
[[package]]
name = "lance-core"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -4048,7 +4048,7 @@ dependencies = [
[[package]]
name = "lance-datafusion"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow",
"arrow-array",
@@ -4078,7 +4078,7 @@ dependencies = [
[[package]]
name = "lance-datagen"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow",
"arrow-array",
@@ -4094,7 +4094,7 @@ dependencies = [
[[package]]
name = "lance-encoding"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrayref",
"arrow",
@@ -4134,7 +4134,7 @@ dependencies = [
[[package]]
name = "lance-file"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow-arith",
"arrow-array",
@@ -4169,7 +4169,7 @@ dependencies = [
[[package]]
name = "lance-index"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow",
"arrow-array",
@@ -4189,7 +4189,7 @@ dependencies = [
"datafusion-physical-expr",
"datafusion-sql",
"deepsize",
"dirs 5.0.1",
"dirs 6.0.0",
"fst",
"futures",
"half",
@@ -4225,7 +4225,7 @@ dependencies = [
[[package]]
name = "lance-io"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow",
"arrow-arith",
@@ -4265,7 +4265,7 @@ dependencies = [
[[package]]
name = "lance-linalg"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow-array",
"arrow-ord",
@@ -4289,7 +4289,7 @@ dependencies = [
[[package]]
name = "lance-table"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow",
"arrow-array",
@@ -4329,7 +4329,7 @@ dependencies = [
[[package]]
name = "lance-testing"
version = "0.29.1"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.1#4269e6a1bc47e0a07a05248475579d36a10f20ed"
source = "git+https://github.com/lancedb/lance.git?tag=v0.29.1-beta.2#77bbcb2453f8fa37d825652b56bbe611e02589de"
dependencies = [
"arrow-array",
"arrow-schema",