mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 09:52:38 +00:00
Fix build
This commit is contained in:
parent
f956e7915e
commit
6239a1a235
@ -65,7 +65,7 @@ void JSONEachRowWithProgressRowOutputFormat::writeProgress()
|
||||
{
|
||||
if (i != 0)
|
||||
writeRowBetweenDelimiter();
|
||||
writeString(Sprogress_lines[i], out);
|
||||
writeString(progress_lines[i], out);
|
||||
}
|
||||
progress_lines.clear();
|
||||
has_progress = false;
|
||||
|
Loading…
Reference in New Issue
Block a user