Fix condition

This commit is contained in:
Nikolai Kochetov 2021-04-16 14:33:20 +03:00
parent a0c942c7d3
commit d5882620b2

View File

@ -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)