Skip to content

Commit 12b0082

Browse files
committed
chore(deps): remove unused compression dependencies from core crate
Remove crc32fast, lz4_flex, simd-adler32, snap, and zstd which are no longer used after the shuffle read path was moved to the shuffle crate.
1 parent bf4d643 commit 12b0082

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

native/Cargo.lock

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

native/core/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ log = "0.4"
4747
log4rs = "1.4.0"
4848
prost = "0.14.3"
4949
jni = "0.21"
50-
snap = "1.1"
51-
# we disable default features in lz4_flex to force the use of the faster unsafe encoding and decoding implementation
52-
lz4_flex = { version = "0.13.0", default-features = false, features = ["frame"] }
53-
zstd = "0.13.3"
5450
rand = { workspace = true }
5551
num = { workspace = true }
5652
bytes = { workspace = true }
@@ -62,8 +58,6 @@ datafusion-physical-expr-adapter = { workspace = true }
6258
datafusion-datasource = { workspace = true }
6359
datafusion-spark = { workspace = true }
6460
once_cell = "1.18.0"
65-
crc32fast = "1.3.2"
66-
simd-adler32 = "0.3.7"
6761
datafusion-comet-common = { workspace = true }
6862
datafusion-comet-spark-expr = { workspace = true }
6963
datafusion-comet-jni-bridge = { workspace = true }

0 commit comments

Comments
 (0)