[package]
edition = "2021"
rust-version = "1.91.0"
name = "paimon-datafusion"
version = "0.3.0"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apache Paimon DataFusion Integration"
homepage = "https://paimon.apache.org/docs/rust/datafusion/"
documentation = "https://docs.rs/paimon-datafusion"
readme = "README.md"
keywords = [
"paimon",
"datafusion",
"integrations",
]
categories = ["database"]
license = "Apache-2.0"
[features]
fulltext = ["paimon/fulltext"]
vortex = ["paimon/vortex"]
[lib]
name = "paimon_datafusion"
path = "src/lib.rs"
[[test]]
name = "append_merge_into"
path = "tests/append_merge_into.rs"
[[test]]
name = "blob_descriptor_functions"
path = "tests/blob_descriptor_functions.rs"
[[test]]
name = "blob_tests"
path = "tests/blob_tests.rs"
[[test]]
name = "count_pushdown"
path = "tests/count_pushdown.rs"
[[test]]
name = "cross_partition_tables"
path = "tests/cross_partition_tables.rs"
[[test]]
name = "delete_tests"
path = "tests/delete_tests.rs"
[[test]]
name = "dynamic_bucket_tables"
path = "tests/dynamic_bucket_tables.rs"
[[test]]
name = "merge_into_tests"
path = "tests/merge_into_tests.rs"
[[test]]
name = "mosaic_tables"
path = "tests/mosaic_tables.rs"
[[test]]
name = "pk_tables"
path = "tests/pk_tables.rs"
[[test]]
name = "procedures"
path = "tests/procedures.rs"
[[test]]
name = "read_tables"
path = "tests/read_tables.rs"
[[test]]
name = "scan_pruning_trace"
path = "tests/scan_pruning_trace.rs"
[[test]]
name = "sql_context_tests"
path = "tests/sql_context_tests.rs"
[[test]]
name = "system_tables"
path = "tests/system_tables.rs"
[[test]]
name = "time_travel_schema_tests"
path = "tests/time_travel_schema_tests.rs"
[[test]]
name = "update_tests"
path = "tests/update_tests.rs"
[[test]]
name = "variant_pushdown"
path = "tests/variant_pushdown.rs"
[[test]]
name = "vortex_tables"
path = "tests/vortex_tables.rs"
[dependencies.arrow-select]
version = "58.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
version = "0.4"
[dependencies.constant_time_eq]
version = ">=0.4.0, <0.5.0"
[dependencies.datafusion]
version = "54.0.0"
[dependencies.futures]
version = "0.3"
[dependencies.lexical-write-float]
version = "1.0.6"
[dependencies.log]
version = "0.4"
[dependencies.paimon]
version = "0.3.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
version = "1.39.2"
features = [
"rt",
"time",
"fs",
]
[dependencies.uuid]
version = "1"
features = ["v4"]
[dev-dependencies.arrow-array]
version = "58.0"
features = ["ffi"]
[dev-dependencies.arrow-schema]
version = "58.0"
[dev-dependencies.bytes]
version = "1.7.1"
[dev-dependencies.flate2]
version = "1"
[dev-dependencies.paimon-ftindex-core]
version = "0.1.0"
[dev-dependencies.parquet]
version = "58.0"
[dev-dependencies.tar]
version = "0.4"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
]