mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update JSONEachRowRowInputFormat.cpp
This commit is contained in:
parent
092ed1df15
commit
21fdc52456
@ -305,8 +305,7 @@ void JSONEachRowRowInputFormat::readSuffix()
|
||||
++in.position();
|
||||
skipWhitespaceIfAny(in);
|
||||
}
|
||||
if (!in.eof())
|
||||
assertEOF(in);
|
||||
assertEOF(in);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user