You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Create header for InputFormat with columns that will be read from the data.
104
-
for (constauto & column : columns_in_data_file)
104
+
for (constauto & column : info.columns_description)
105
105
{
106
106
/// Never read hive partition columns from the data file. This fixes https://github.com/ClickHouse/ClickHouse/issues/87515
107
107
if (!hive_parameters.hive_partition_columns_to_read_from_file_path_map.contains(column.name))
0 commit comments