mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Update IInputFormat.cpp
This commit is contained in:
parent
ad136ec62d
commit
a7521b97f9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user