Skip to content

Commit c4a8fca

Browse files
committed
Fix unit test
1 parent 4b0892b commit c4a8fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Formats/FormatSettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ struct FormatSettings
292292
std::unordered_set<int> skip_row_groups = {};
293293
UInt64 max_block_size = DEFAULT_BLOCK_SIZE;
294294
size_t prefer_block_bytes = DEFAULT_BLOCK_SIZE * 256;
295-
ParquetVersion output_version;
295+
ParquetVersion output_version = ParquetVersion::V2_LATEST;
296296
ParquetCompression output_compression_method = ParquetCompression::SNAPPY;
297297
uint64_t output_compression_level;
298298
size_t data_page_size = 1024 * 1024;

0 commit comments

Comments
 (0)