Skip to content

Better support for TPCH-like queries#591

Merged
juripetersen merged 11 commits into
apache:mainfrom
mspruc:main
Jun 20, 2025
Merged

Better support for TPCH-like queries#591
juripetersen merged 11 commits into
apache:mainfrom
mspruc:main

Conversation

@mspruc

@mspruc mspruc commented Jun 20, 2025

Copy link
Copy Markdown
Contributor

We are still missing some features to completely handle TPC-H

  • Tree algebra for projections & joins
    Sometimes you can have nested statements in joins e.g. if you have =($x, or($y,$z)), we need to be able to unpack this.
  • Sub-queries
    for now I have added sub-query remove rule from Calcite, however this doesn't handle all sub-query cases, especially if the sub-query is nested

@juripetersen juripetersen merged commit bcf2835 into apache:main Jun 20, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants