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

feat: support TPC-H Q9 #761

Merged
merged 10 commits into from
Jan 10, 2023
Merged

feat: support TPC-H Q9 #761

merged 10 commits into from
Jan 10, 2023

Commits on Jan 7, 2023

  1. add function extract

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    5392ac8 View commit details
    Browse the repository at this point in the history
  2. fix and evaluate LIKE

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    d44b172 View commit details
    Browse the repository at this point in the history
  3. evaluate EXTRACT YEAR

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    ce6e783 View commit details
    Browse the repository at this point in the history
  4. add tpch q9

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    a71da6d View commit details
    Browse the repository at this point in the history
  5. fix clippy

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    9201263 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. fix decimal scale

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    927f46f View commit details
    Browse the repository at this point in the history
  2. special tpch test for v1

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    2316b6c View commit details
    Browse the repository at this point in the history
  3. fix tpch-full

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    a274e3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7032fd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. disable q9 in tpch full test

    Signed-off-by: Runji Wang <wangrunji0408@163.com>
    wangrunji0408 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    919735b View commit details
    Browse the repository at this point in the history