Fix builds

This commit is contained in:
Kruglov Pavel 2024-08-19 20:22:14 +02:00 committed by GitHub
parent 5fe46af422
commit 00a27669df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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