Fixed build of tests

This commit is contained in:
Alexey Milovidov 2019-08-25 01:08:45 +03:00
parent 32a44936e0
commit 6d3250867c
2 changed files with 1 additions and 5 deletions

View File

@ -79,7 +79,7 @@ int main(int argc, char ** argv)
Aggregator::Params params(
stream->getHeader(), {0, 1}, aggregate_descriptions,
false, 0, OverflowMode::THROW, nullptr, 0, 0, 0, 0, false, "", 1);
false, 0, OverflowMode::THROW, 0, 0, 0, false, "", 1);
Aggregator aggregator(params);

View File

@ -224,8 +224,6 @@ try
overflow_row,
max_rows_to_group_by,
OverflowMode::THROW,
nullptr, /// No compiler
0, /// min_count_to_compile
group_by_two_level_threshold,
group_by_two_level_threshold_bytes,
max_bytes_before_external_group_by,
@ -298,8 +296,6 @@ try
overflow_row,
max_rows_to_group_by,
OverflowMode::THROW,
nullptr, /// No compiler
0, /// min_count_to_compile
group_by_two_level_threshold,
group_by_two_level_threshold_bytes,
max_bytes_before_external_group_by,