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

[DAPHNE-#494] SQLParser: Group by without aggregation clause not working #543

Merged
merged 7 commits into from
Jun 17, 2023

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    1822674 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a5804 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

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

Commits on Jun 12, 2023

  1. Hardcode the addition to the callee in the kernel lowering as a worka…

    …round for grouping without aggregation.
    tomschw committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f89cfbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    685f945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f21779d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Minor polishing and corrections.

    - The shape inference for GroupOp did indeed have a bug, but this was not the right fix (using inferNumColsFromArgs() was generally wrong).
    - Simplified the new test case for GROUP BY without aggregation.
    pdamme committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    48f6767 View commit details
    Browse the repository at this point in the history