Dandandan commented on a change in pull request #1776:
URL: https://github.com/apache/arrow-datafusion/pull/1776#discussion_r802019979



##########
File path: datafusion/src/physical_plan/hash_join.rs
##########
@@ -278,6 +279,14 @@ impl ExecutionPlan for HashJoinExec {
         self.right.output_partitioning()
     }
 
+    fn output_ordering(&self) -> Option<&[PhysicalSortExpr]> {
+        None

Review comment:
       Probably doesn't make sense to address this now, but order of the right 
side might be (fully or partially) maintained for hash joins.




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


Reply via email to