Update JSONEachRowRowInputFormat.cpp

This commit is contained in:
tavplubix 2020-02-07 21:43:49 +03:00 committed by GitHub
parent 092ed1df15
commit 21fdc52456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,8 +305,7 @@ void JSONEachRowRowInputFormat::readSuffix()
++in.position();
skipWhitespaceIfAny(in);
}
if (!in.eof())
assertEOF(in);
assertEOF(in);
}