Resolve conflict in SummingSortedBlockInputStream when moving FieldVisitorSum.

This commit is contained in:
Alex Bocharov 2017-09-18 18:45:06 +01:00
parent 1f70d0e163
commit 55e1559733

View File

@ -248,7 +248,7 @@ void SummingSortedBlockInputStream::merge(ColumnPlainPtrs & merged_columns, std:
finished = true;
}
template <class TSortCursor>
template <typename TSortCursor>
bool SummingSortedBlockInputStream::mergeMaps(Row & row, TSortCursor & cursor)
{
bool non_empty_map_present = false;