mbutrovich commented on code in PR #962:
URL: https://github.com/apache/datafusion-comet/pull/962#discussion_r1774012487
##########
native/core/src/execution/datafusion/planner.rs:
##########
@@ -1290,6 +1285,21 @@ impl PhysicalPlanner {
))
}
+ fn wrap_in_copy_exec(
+ is_sort_merge: bool,
+ plan: Arc<dyn ExecutionPlan>,
+ ) -> Arc<dyn ExecutionPlan> {
+ if is_sort_merge {
Review Comment:
Is there a more general description for SMJ's property to name this
variable, and then we could use this function for the duplicated code elsewhere
in this file?
https://github.com/apache/datafusion-comet/blob/31d0b0a38165e9315a2c0d981406dd48f7f7a3af/native/core/src/execution/datafusion/planner.rs#L920
--
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]