[SPARK-2866][SQL] Support attributes in ORDER BY that aren't in SELECT#1795
[SPARK-2866][SQL] Support attributes in ORDER BY that aren't in SELECT#1795marmbrus wants to merge 4 commits into
Conversation
…es not present in the SELECT clause.
|
QA tests have started for PR 1795. This patch merges cleanly. |
There was a problem hiding this comment.
Spaces before and after @
|
QA tests have started for PR 1795. This patch merges cleanly. |
|
QA results for PR 1795: |
|
QA results for PR 1795: |
|
Thanks for the comments. I've merged this into master and branch 1.1 |
Minor refactoring to allow resolution either using a nodes input or output. Author: Michael Armbrust <michael@databricks.com> Closes #1795 from marmbrus/ordering and squashes the following commits: 237f580 [Michael Armbrust] style 74d833b [Michael Armbrust] newline 705d963 [Michael Armbrust] Add a rule for resolving ORDER BY expressions that reference attributes not present in the SELECT clause. 82cabda [Michael Armbrust] Generalize attribute resolution. (cherry picked from commit 1d70c4f) Signed-off-by: Michael Armbrust <michael@databricks.com>
Minor refactoring to allow resolution either using a nodes input or output. Author: Michael Armbrust <michael@databricks.com> Closes apache#1795 from marmbrus/ordering and squashes the following commits: 237f580 [Michael Armbrust] style 74d833b [Michael Armbrust] newline 705d963 [Michael Armbrust] Add a rule for resolving ORDER BY expressions that reference attributes not present in the SELECT clause. 82cabda [Michael Armbrust] Generalize attribute resolution.
Minor refactoring to allow resolution either using a nodes input or output.