Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-10389][SQL] support order by non-attribute grouping expression on Aggregate #8548

Closed

Conversation

cloud-fan
Copy link
Contributor

For example, we can write SELECT MAX(value) FROM src GROUP BY key + 1 ORDER BY key + 1 in PostgreSQL, and we should support this in Spark SQL.

@SparkQA
Copy link

SparkQA commented Sep 1, 2015

Test build #41861 has finished for PR 8548 at commit 479df75.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Sep 2, 2015

Test build #41930 has finished for PR 8548 at commit 806c713.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@cloud-fan
Copy link
Contributor Author

cc @marmbrus

@asfgit asfgit closed this in fc48307 Sep 2, 2015
markhamstra pushed a commit to markhamstra/spark that referenced this pull request Oct 9, 2015
…n on Aggregate

For example, we can write `SELECT MAX(value) FROM src GROUP BY key + 1 ORDER BY key + 1` in PostgreSQL, and we should support this in Spark SQL.

Author: Wenchen Fan <cloud0fan@outlook.com>

Closes apache#8548 from cloud-fan/support-order-by-non-attribute.
asfgit pushed a commit that referenced this pull request Oct 13, 2015
…ression on Aggregate

backport #8548 to 1.5

Author: Wenchen Fan <cloud0fan@163.com>

Closes #9102 from cloud-fan/branch-1.5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants