We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c6341 commit 2ac375aCopy full SHA for 2ac375a
velox/functions/sparksql/aggregates/Register.cpp
@@ -39,7 +39,7 @@ void registerAggregateFunctions(
39
registerFirstLastAggregates(prefix, withCompanionFunctions, overwrite);
40
registerMinMaxByAggregates(prefix, withCompanionFunctions, overwrite);
41
registerBitwiseXorAggregate(prefix, withCompanionFunctions, overwrite);
42
- registerBloomFilterAggAggregate(prefix + "bloom_filter_agg");
+ registerBloomFilterAggAggregate(prefix + "bloom_filter_agg", withCompanionFunctions, overwrite);
43
registerAverage(prefix + "avg", withCompanionFunctions, overwrite);
44
registerSum(prefix + "sum", withCompanionFunctions, overwrite);
45
}
0 commit comments