-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Support aggregation pushdown in ClickHouse connector #7219 #7434
Support aggregation pushdown in ClickHouse connector #7219 #7434
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some tests need updating. LGTM once the tests are updated.
...n/trino-clickhouse/src/test/java/io/trino/plugin/clickhouse/TestClickHouseConnectorTest.java
Show resolved
Hide resolved
4274a54
to
46432d3
Compare
@wgzhao looks like the CI failure is temporary, can just trigger another round of checks? |
f387e9e
to
f3da27f
Compare
@jerryleooo All checks passed |
@wgzhao Sorry I pushed on this branch instead by mistake - can you force push again. It looks good to merge % a couple of fixups (regarding testLimitPushdown) |
Ok, I merge your updates and push again |
ec244d9
to
4222d8e
Compare
Thanks @wgzhao . Please also rebase against latest master to get rid of the conflict. |
4222d8e
to
ae37521
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks a lot for the work on this and sorry for the delay.
Please squash into a single commit and remove the issue number from commit message like Implement aggregation pushdown for ClickHouse
.
LGTM once CI finishes.
c85455b
to
9a7484c
Compare
@hashhar pls check it |
@wgzhao Thanks. I updated aggregation pushdown docs to point to https://trino.io/docs/current/optimizer/pushdown.html#aggregation-pushdown. Will merge on CI. |
9a7484c
to
dd13834
Compare
Support aggregation pushdown in ClickHouse connector #7219