Skip to content

Commit 2ac375a

Browse files
committed
fixup
1 parent 26c6341 commit 2ac375a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

velox/functions/sparksql/aggregates/Register.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void registerAggregateFunctions(
3939
registerFirstLastAggregates(prefix, withCompanionFunctions, overwrite);
4040
registerMinMaxByAggregates(prefix, withCompanionFunctions, overwrite);
4141
registerBitwiseXorAggregate(prefix, withCompanionFunctions, overwrite);
42-
registerBloomFilterAggAggregate(prefix + "bloom_filter_agg");
42+
registerBloomFilterAggAggregate(prefix + "bloom_filter_agg", withCompanionFunctions, overwrite);
4343
registerAverage(prefix + "avg", withCompanionFunctions, overwrite);
4444
registerSum(prefix + "sum", withCompanionFunctions, overwrite);
4545
}

0 commit comments

Comments
 (0)