aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAndrew Or <andrew@databricks.com>2015-09-10 13:22:35 -0700
committerDavies Liu <davies.liu@gmail.com>2015-09-10 13:22:35 -0700
commit3db72554be3f13478ccd5915e746491982163298 (patch)
treeae2a84cfa1d0b4e38478cdf2c95307ad2193d948 /python
parent45e3be5c138d983f40f619735d60bf7eb78c9bf0 (diff)
downloadspark-3db72554be3f13478ccd5915e746491982163298.tar.gz
spark-3db72554be3f13478ccd5915e746491982163298.tar.bz2
spark-3db72554be3f13478ccd5915e746491982163298.zip
[SPARK-10443] [SQL] Refactor SortMergeOuterJoin to reduce duplication
`LeftOutputIterator` and `RightOutputIterator` are symmetrically identical and can share a lot of code. If someone makes a change in one but forgets to do the same thing in the other we'll end up with inconsistent behavior. This patch also adds inline comments to clarify the intention of the code. Author: Andrew Or <andrew@databricks.com> Closes #8596 from andrewor14/smoj-cleanup.
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions