spark git commit: [SPARK-9054] [SQL] Rename RowOrdering to InterpretedOrdering; use newOrdering in SMJ

2015-08-05 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.5 30e9fcfb3 -> 618dc63e7 [SPARK-9054] [SQL] Rename RowOrdering to InterpretedOrdering; use newOrdering in SMJ This patches renames `RowOrdering` to `InterpretedOrdering` and updates SortMergeJoin to use the `SparkPlan` methods for const

spark git commit: [SPARK-9054] [SQL] Rename RowOrdering to InterpretedOrdering; use newOrdering in SMJ

2015-08-05 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master dac090d1e -> 9c878923d [SPARK-9054] [SQL] Rename RowOrdering to InterpretedOrdering; use newOrdering in SMJ This patches renames `RowOrdering` to `InterpretedOrdering` and updates SortMergeJoin to use the `SparkPlan` methods for construct