Update ValuesBlockInputFormat.cpp

This commit is contained in:
alexey-milovidov 2019-12-03 03:51:10 +03:00 committed by GitHub
parent 4d65ad4034
commit 6fdfdcfd4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -415,7 +415,7 @@ void ValuesBlockInputFormat::resetParser()
{
IInputFormat::resetParser();
// I'm not resetting parser modes here.
// There is a good chance that all messages has the same format.
// There is a good chance that all messages have the same format.
total_rows = 0;
}