zhztheplayer commented on code in PR #5435:
URL: https://github.com/apache/incubator-gluten/pull/5435#discussion_r1571958524
##########
gluten-ut/spark35/src/test/scala/org/apache/spark/sql/GlutenBloomFilterAggregateQuerySuite.scala:
##########
@@ -106,11 +107,52 @@ class GlutenBloomFilterAggregateQuerySuite
assert(
collectWithSubqueries(df.queryExecution.executedPlan) {
case h if h.isInstanceOf[HashAggregateExecBaseTransformer] => h
- }.size == 0,
+ }.size == 2,
Review Comment:
No need to add documents. Will change the test name to `Test
bloom_filter_agg offloaded with filter fallen back` to clarify in next patch
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]