Skip to content

Commit 518fb4b

Browse files
authored
fix(build-wasm): put arrow-ipc/zstd dep under compression feature flag (#16844)
1 parent 5dd706d commit 518fb4b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ arrow-flight = { version = "55.2.0", features = [
9999
] }
100100
arrow-ipc = { version = "55.2.0", default-features = false, features = [
101101
"lz4",
102-
"zstd",
103102
] }
104103
arrow-ord = { version = "55.2.0", default-features = false }
105104
arrow-schema = { version = "55.2.0", default-features = false }

datafusion/core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ compression = [
4747
"bzip2",
4848
"flate2",
4949
"zstd",
50+
"arrow-ipc/zstd",
5051
"datafusion-datasource/compression",
5152
]
5253
crypto_expressions = ["datafusion-functions/crypto_expressions"]

0 commit comments

Comments
 (0)