Skip to content

Commit 0e982d1

Browse files
committed
Enable zstd feature for arrow-ipc to fix test_spill_compression test
The upstream Fix Arrow Spill Underrun (apache#20159) commit added a spill compression test that uses SpillCompression::Zstd, but the zstd feature was not enabled for arrow-ipc. Add it to fix the test failure. https://claude.ai/code/session_01HUNF5yJU4aFrysyRPTnnSw
1 parent c8a96e2 commit 0e982d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ arrow-flight = { version = "57.1.0", features = [
101101
] }
102102
arrow-ipc = { version = "57.1.0", default-features = false, features = [
103103
"lz4",
104+
"zstd",
104105
] }
105106
arrow-ord = { version = "57.1.0", default-features = false }
106107
arrow-schema = { version = "57.1.0", default-features = false }

0 commit comments

Comments
 (0)