mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Fix condition
This commit is contained in:
parent
a0c942c7d3
commit
d5882620b2
@ -231,7 +231,7 @@ void ReadFromMergeTree::describeIndexes(FormatSettings & format_settings) const
|
||||
}
|
||||
|
||||
if (!stat.condition.empty())
|
||||
format_settings.out << prefix << indent << indent << "Description: " << stat.condition << '\n';
|
||||
format_settings.out << prefix << indent << indent << "Condition: " << stat.condition << '\n';
|
||||
|
||||
format_settings.out << prefix << indent << indent << "Parts: " << stat.num_parts_after;
|
||||
if (i)
|
||||
|
Loading…
Reference in New Issue
Block a user