rednaxelafx opened a new pull request #23333: [SPARK-26352][SQL][FOLLOWUP-2.3] 
Fix missing sameOutput in branch-2.3
URL: https://github.com/apache/spark/pull/23333
 
 
   ## What changes were proposed in this pull request?
   
   This is the branch-2.3 equivalent of 
https://github.com/apache/spark/pull/23330.
   
   After https://github.com/apache/spark/pull/23303 was merged to 
branch-2.3/2.4, the builds on those branches were broken due to missing a 
`LogicalPlan.sameOutput` function which came from 
https://github.com/apache/spark/pull/22713 only available on master.
   
   This PR is to follow-up with the broken 2.3/2.4 branches and make a copy of 
the new `LogicalPlan.sameOutput` into `ReorderJoin` to make it locally 
available.
   
   ## How was this patch tested?
   
   Fix the build of 2.3/2.4.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to