https://github.com/apache/spark
Revision 0a69787fd05b41cd5272ba95072310dba5be3978 authored by Kris Mok on 17 December 2018, 14:48:59 UTC, committed by Wenchen Fan on 17 December 2018, 14:48:59 UTC
## What changes were proposed in this pull request?

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.

Closes #23330 from rednaxelafx/clean-build-2.4.

Authored-by: Kris Mok <rednaxelafx@gmail.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
1 parent e743e84
History
Tip revision: 0a69787fd05b41cd5272ba95072310dba5be3978 authored by Kris Mok on 17 December 2018, 14:48:59 UTC
[SPARK-26352][SQL][FOLLOWUP-2.4] Fix missing sameOutput in branch-2.4
Tip revision: 0a69787

README.md

back to top