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

Coral-Trino: Migrate function operator transformers defined in CalciteTrinoUDFMap from RelNode layer to SqlNode layer #349

Merged
merged 19 commits into from
Feb 8, 2023

Commits on Jan 23, 2023

  1. Migrate standard UDF operator transformers based on JSON infra from R…

    …elNode layer to SqlNode layer
    Yiqiang Ding committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6f0d543 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. address comments

    Yiqiang Ding committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    13ba070 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. fixing a typo of the class name

    Yiqiang Ding committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    630862a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. address comments

    Yiqiang Ding committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    67e713d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

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

Commits on Jan 31, 2023

  1. address comments

    Yiqiang Ding committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    05439cc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. address comments

    Yiqiang Ding committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    6a4f453 View commit details
    Browse the repository at this point in the history
  2. fix a typo

    Yiqiang Ding committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    521cb6e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. address comments

    Yiqiang Ding committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e7db21b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    effb365 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    8ea2c19 View commit details
    Browse the repository at this point in the history
  2. fix the regression test failures

    Yiqiang Ding committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d6947f0 View commit details
    Browse the repository at this point in the history
  3. address comments

    Yiqiang Ding committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f8c4c2b View commit details
    Browse the repository at this point in the history
  4. add link of a class in comments

    Yiqiang Ding committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    279e5d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. fix the regression test failures

    Yiqiang Ding committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    440aa1c View commit details
    Browse the repository at this point in the history
  2. Revert "fix the regression test failures"

    This reverts commit 440aa1c.
    Yiqiang Ding committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    91771b8 View commit details
    Browse the repository at this point in the history
  3. fix the regression test failures

    Yiqiang Ding committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4035bb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. rename a function and add some javadoc

    Yiqiang Ding committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a05c0a2 View commit details
    Browse the repository at this point in the history
  2. add {@link} in javadoc of a function

    Yiqiang Ding committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ab8f649 View commit details
    Browse the repository at this point in the history