Skip to content

Commit eb466f6

Browse files
committed
Fixed merge hiccup
1 parent d24c1c1 commit eb466f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Core/FormatFactorySettings.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,9 @@ Where in the parquet file to place the bloom filters. Bloom filters will be writ
10211021
* if greater than the total size of all bloom filters, bloom filters for all row groups will be accumulated in memory, then written together near the end of the file,
10221022
* otherwise, bloom filters will be accumulated in memory and written out whenever their total size goes above this value.
10231023
)", 0) \
1024+
DECLARE(Bool, output_format_parquet_datetime_as_uint32, false, R"(
1025+
Write DateTime values as raw unix timestamp (read back as UInt32), instead of converting to milliseconds (read back as DateTime64(3)).
1026+
)", 0) \
10241027
DECLARE(Bool, output_format_parquet_enum_as_byte_array, true, R"(
10251028
Write enum using parquet physical type: BYTE_ARRAY and logical type: ENUM
10261029
)", 0) \

0 commit comments

Comments
 (0)