Skip to content

Commit 8909c24

Browse files
committed
add a comment
1 parent 84dd650 commit 8909c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/src/arrow/util/compression_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ TEST(TestCodecMisc, ZstdLargerWindowLog) {
533533

534534
arrow::util::ZstdCodecOptions option2;
535535
option2.compression_level = 3;
536+
// 1 << 23 = 8MB window size, default 2MB under level 3.
536537
option2.compression_context_params = {{ZSTD_c_windowLog, 23}};
537538
option2.decompression_context_params = {{ZSTD_d_windowLogMax, 23}};
538539

0 commit comments

Comments
 (0)