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

PHOENIX-7014: Query compiler/optimizer changes along with some PHOENIX-7015 changes #1766

Merged
merged 29 commits into from
Dec 23, 2023

Commits on Nov 27, 2023

  1. Simplified hint parsing logic

    haridsv committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c57f9b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74c0c9e View commit details
    Browse the repository at this point in the history
  3. Experimental client side compiler and optimizer changes with a lot of…

    … debug code and tests
    haridsv committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9bab359 View commit details
    Browse the repository at this point in the history
  4. Update PHOENIX_ROW_TIMESTAMP to DATE type to be consistent with that …

    …of the function definition
    haridsv committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    884db9e View commit details
    Browse the repository at this point in the history
  5. Remove debug code

    haridsv committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    79b5090 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5291bbf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9e5e33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ab3b95 View commit details
    Browse the repository at this point in the history
  9. A small deduping attempt

    haridsv committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fce7ea6 View commit details
    Browse the repository at this point in the history
  10. Fix typo

    haridsv committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    66f99d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c0f2910 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ec934f View commit details
    Browse the repository at this point in the history
  13. Parking ad-hoc changes to get projection type with correct expression…

    … type of ProjectedColumnExpression instead of KeyValueColumnExpression
    haridsv committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1e4ade2 View commit details
    Browse the repository at this point in the history
  14. Removed previous CDC specific optimizer code and bypassed optimizer c…

    …ompletely. Make index as the physical table for CDC
    haridsv committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    291049e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3fc774b View commit details
    Browse the repository at this point in the history
  16. Narrow down some more diff

    haridsv committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e97ff2b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2a6b4f9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1f6b6fc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    002ddb6 View commit details
    Browse the repository at this point in the history
  20. Remove debug code

    haridsv committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1a9d19e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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

Commits on Dec 11, 2023

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

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    733420f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fae9d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    a9244c5 View commit details
    Browse the repository at this point in the history
  2. Address spotbugs

    haridsv committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d9dce19 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Dec 21, 2023

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