[SPARK-2066][SQL] Adds checks for non-aggregate attributes with aggregation#2774
[SPARK-2066][SQL] Adds checks for non-aggregate attributes with aggregation#2774liancheng wants to merge 2 commits intoapache:masterfrom
Conversation
9b36f57 to
4428f2c
Compare
|
Can one of the admins verify this patch? |
|
QA tests have started for PR 2774 at commit
|
|
QA tests have finished for PR 2774 at commit
|
|
Test PASSed. |
|
QA tests have started for PR 2774 at commit
|
|
QA tests have finished for PR 2774 at commit
|
|
Test FAILed. |
a6ee016 to
bf1878d
Compare
|
QA tests have started for PR 2774 at commit
|
|
QA tests have finished for PR 2774 at commit
|
|
Test FAILed. |
|
QA tests have started for PR 2774 at commit
|
|
QA tests have finished for PR 2774 at commit
|
|
Test PASSed. |
|
Thanks! Merged to master. |
This PR adds a new rule
CheckAggregationto the analyzer to provide better error message for non-aggregate attributes with aggregation.