minni31 commented on code in PR #12142:
URL: https://github.com/apache/gluten/pull/12142#discussion_r3305267324


##########
cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc:
##########
@@ -1323,7 +1323,8 @@ bool SubstraitToVeloxPlanValidator::validate(const 
::substrait::AggregateRel& ag
       "regr_slope",
       "regr_intercept",
       "regr_sxy",
-      "regr_replacement"};
+      "regr_replacement",
+      "bitmap_construct_agg"};

Review Comment:
   I've Velox PR for bitmap_or_agg in review phase. Will add follow up PR for 
Gluten once Velox PR merges. Thanks!



-- 
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]

Reply via email to