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