mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Update exception message
This commit is contained in:
parent
c5efa4dc01
commit
b0e5f7069e
@ -106,7 +106,7 @@ void checkHeader(const Block & header)
|
||||
throw Exception(
|
||||
ErrorCodes::BAD_ARGUMENTS,
|
||||
"Unexpected column: {}. ParquetMetadata format allows only the next columns: num_columns, num_rows, num_row_groups, "
|
||||
"format_version, columns, row_groups", name);
|
||||
"format_version, total_byte_size, total_compressed_size, columns, row_groups", name);
|
||||
|
||||
if (!it->second->equals(*type))
|
||||
throw Exception(
|
||||
|
Loading…
Reference in New Issue
Block a user