diff --git a/dbms/src/DataStreams/SummingSortedBlockInputStream.h b/dbms/src/DataStreams/SummingSortedBlockInputStream.h index 493e32d5326..4e12bf45827 100644 --- a/dbms/src/DataStreams/SummingSortedBlockInputStream.h +++ b/dbms/src/DataStreams/SummingSortedBlockInputStream.h @@ -116,7 +116,7 @@ private: /// If force_insertion=true, then the row will be inserted even if it is "zero" void insertCurrentRowIfNeeded(ColumnPlainPtrs & merged_columns, bool force_insertion); - /// Returns true is merge result is not empty + /// Returns true if merge result is not empty template bool mergeMap(const MapDescription & map, Row & row, TSortCursor & cursor);