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

HIVE-28572: Support Distribute by and Cluster by clauses in CBO #5505

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    b3e8724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    597e202 View commit details
    Browse the repository at this point in the history
  3. gen distribute by keys

    kasakrisz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4822f9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cb22b5 View commit details
    Browse the repository at this point in the history
  5. remove unused imports

    kasakrisz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e67ef86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca9802c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34a204d View commit details
    Browse the repository at this point in the history
  8. support cluster by

    kasakrisz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8f7f381 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c39c9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    776beb8 View commit details
    Browse the repository at this point in the history
  11. refactor: builder

    kasakrisz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    87a6551 View commit details
    Browse the repository at this point in the history
  12. add q test

    kasakrisz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    79449e3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    676d025 View commit details
    Browse the repository at this point in the history
  14. add ordering

    kasakrisz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8980d3f View commit details
    Browse the repository at this point in the history
  15. add q test

    kasakrisz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    34e29cd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d55d0ef View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dbc8ed2 View commit details
    Browse the repository at this point in the history
  18. update q.out files

    kasakrisz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9492e8c View commit details
    Browse the repository at this point in the history
  19. fix HiveProjectSortExchangeTransposeRule: bail out if project does no…

    …t contain necessary expression
    kasakrisz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ff12f84 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    278a123 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    843c216 View commit details
    Browse the repository at this point in the history
  22. update q tests

    kasakrisz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    daeda75 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    fa959f2 View commit details
    Browse the repository at this point in the history