Update IInputFormat.cpp

This commit is contained in:
alexey-milovidov 2019-12-03 03:49:05 +03:00 committed by GitHub
parent ad136ec62d
commit a7521b97f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ void IInputFormat::resetParser()
if (in.hasPendingData())
throw Exception("Unread data in IInputFormat::resetParser. Most likely it's a bug.", ErrorCodes::LOGICAL_ERROR);
// those are protected attributes from ISource (i didn't want to propagate resetParser up there)
// those are protected attributes from ISource (I didn't want to propagate resetParser up there)
finished = false;
got_exception = false;