You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2018/12/17 08:26:29 UTC

[GitHub] rednaxelafx opened a new pull request #23333: [SPARK-26352][SQL][FOLLOWUP-2.3] Fix missing sameOutput in branch-2.3

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org