mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 12:01:58 +00:00
Update src/Formats/JSONEachRowUtils.cpp
Co-authored-by: tavplubix <tavplubix@gmail.com>
This commit is contained in:
parent
4ff1be6e25
commit
d0bd4e97c9
@ -69,7 +69,7 @@ bool fileSegmentationEngineJSONEachRowImpl(ReadBuffer & in, DB::Memory<> & memor
|
||||
}
|
||||
|
||||
saveUpToPosition(in, memory, pos);
|
||||
assert(*memory.data() == '{');
|
||||
assert(*memory.data() == '{' || memory.size() == 0);
|
||||
return loadAtPosition(in, memory, pos);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user