mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
update codes
This commit is contained in:
parent
abfaa82bca
commit
e78cfe3b26
@ -125,8 +125,10 @@ public:
|
|||||||
for (const auto & name_type : source_info->partition_name_types)
|
for (const auto & name_type : source_info->partition_name_types)
|
||||||
{
|
{
|
||||||
if (to_read_block.has(name_type.name))
|
if (to_read_block.has(name_type.name))
|
||||||
|
{
|
||||||
to_read_block.erase(name_type.name);
|
to_read_block.erase(name_type.name);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// Initialize format settings
|
/// Initialize format settings
|
||||||
format_settings.hive_text.input_field_names = text_input_field_names;
|
format_settings.hive_text.input_field_names = text_input_field_names;
|
||||||
|
Loading…
Reference in New Issue
Block a user