Skip to content

Commit 10cb134

Browse files
committed
feat(fulltext): read global indexes via paimon-ftindex-core
1 parent 2ef0702 commit 10cb134

18 files changed

Lines changed: 1399 additions & 1373 deletions

Cargo.lock

Lines changed: 45 additions & 295 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DEPENDENCIES.rust.tsv

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/python/DEPENDENCIES.rust.tsv

Lines changed: 0 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/integrations/datafusion/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ uuid = { version = "1", features = ["v4"] }
5050
[dev-dependencies]
5151
arrow-array = { workspace = true }
5252
arrow-schema = { workspace = true }
53+
bytes = "1.7.1"
5354
flate2 = "1"
55+
paimon-ftindex-core = "0.1.0"
5456
parquet = { workspace = true }
5557
tar = "0.4"
5658
tempfile = "3"

crates/integrations/datafusion/DEPENDENCIES.rust.tsv

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)