comphead commented on code in PR #1887: URL: https://github.com/apache/datafusion-comet/pull/1887#discussion_r2192755831
########## native/proto/src/proto/operator.proto: ########## @@ -110,6 +110,7 @@ message Projection { message Filter { spark.spark_expression.Expr predicate = 1; bool use_datafusion_filter = 2; + bool wrap_child_in_copy_exec = 3; Review Comment: I feel the comment would be beneficial on when we need to wrap child in copy exec? -- 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