Fix build

This commit is contained in:
Kruglov Pavel 2024-08-21 15:14:51 +02:00 committed by GitHub
parent 00a27669df
commit a387807c84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1257,8 +1257,8 @@ Chunk ArrowColumnToCHColumn::arrowColumnsToCHChunk(const NameToArrowColumn & nam
.format_name = format_name,
.date_time_overflow_behavior = date_time_overflow_behavior,
.allow_arrow_null_type = true,
.skip_columns_with_unsupported_types = false
.allow_inferring_nullable_columns = true;
.skip_columns_with_unsupported_types = false,
.allow_inferring_nullable_columns = true
};
Columns columns;