mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Merge branch 'master' into cow-ptr-compositions
This commit is contained in:
commit
0a5b1d0a24
@ -80,9 +80,9 @@ std::ostream & operator<<(std::ostream & stream, const IColumn & what)
|
||||
stream << "{";
|
||||
for (size_t i = 0; i < what.size(); ++i)
|
||||
{
|
||||
stream << applyVisitor(FieldVisitorDump(), what[i]);
|
||||
if (i)
|
||||
stream << ", ";
|
||||
stream << applyVisitor(FieldVisitorDump(), what[i]);
|
||||
}
|
||||
stream << "}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user