alihan-synnada commented on code in PR #12504:
URL: https://github.com/apache/datafusion/pull/12504#discussion_r1764602039
##########
datafusion/physical-plan/src/joins/nested_loop_join.rs:
##########
@@ -238,6 +238,19 @@ impl NestedLoopJoinExec {
PlanProperties::new(eq_properties, output_partitioning, mode)
}
+
+ fn maintains_input_order(join_type: JoinType) -> Vec<bool> {
Review Comment:
Addressed in 09a6ceee435e1237a361b87d059b34f4fac03385
--
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]