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-40382][SQL] Group distinct aggregate expressions by semantically equivalent children in RewriteDistinctAggregates #37825

Closed
wants to merge 13 commits into from

Commits on Oct 11, 2022

  1. First attempt

    bersprockets committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    a5a6fc0 View commit details
    Browse the repository at this point in the history
  2. Fix for foldables

    bersprockets committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    0a109d9 View commit details
    Browse the repository at this point in the history
  3. Update

    bersprockets committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    38f1f6a View commit details
    Browse the repository at this point in the history
  4. Update test

    bersprockets committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3fa3588 View commit details
    Browse the repository at this point in the history
  5. Simplify

    bersprockets committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    4a40f91 View commit details
    Browse the repository at this point in the history
  6. Rename

    bersprockets committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    165f558 View commit details
    Browse the repository at this point in the history
  7. Update comments

    bersprockets committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    27dcffe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    484ca8e View commit details
    Browse the repository at this point in the history
  9. Update tests

    bersprockets committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    208fe82 View commit details
    Browse the repository at this point in the history
  10. Update

    bersprockets committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    882cdaa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f53136d View commit details
    Browse the repository at this point in the history
  12. Handle case of one distinct grouping with superficially different fun…

    …ction children to Spark strategies
    bersprockets committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    9938252 View commit details
    Browse the repository at this point in the history
  13. Update

    bersprockets committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f7d29df View commit details
    Browse the repository at this point in the history