andygrove commented on code in PR #1332:
URL: https://github.com/apache/datafusion-comet/pull/1332#discussion_r1927363212


##########
native/core/src/execution/operators/filter.rs:
##########
@@ -168,11 +169,15 @@ impl FilterExec {
                 if binary.op() == &Operator::Eq {
                     // Filter evaluates to single value for all partitions
                     if input_eqs.is_expr_constant(binary.left()) {
-                        res_constants
-                            
.push(ConstExpr::from(binary.right()).with_across_partitions(true))
+                        res_constants.push(
+                            ConstExpr::from(binary.right())
+                                
.with_across_partitions(AcrossPartitions::Heterogeneous),

Review Comment:
   This is not correct yet



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to