-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add support for avg
aggregation pushdown on bigint
type in Snowflake
#21148
Conversation
/test-with-secrets sha=ff0058d9f211d8ac8c670450eacc5878dfe97603 |
The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/8336732488 |
Please fix checkstyle violation.
Also, the current commit title seems misleading. Please change to |
/test-with-secrets sha=18b2559f92f7d08572382f6756e249f0f2524788 |
The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/8338965001 |
/test-with-secrets sha=18b2559f92f7d08572382f6756e249f0f2524788 |
The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/8342523680 |
/test-with-secrets sha=ae0f595057c6ab9ec94d2b40434453827bd8e5d5 |
The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/8343932436 |
plugin/trino-snowflake/src/main/java/io/trino/plugin/snowflake/SnowflakeClient.java
Show resolved
Hide resolved
plugin/trino-snowflake/src/main/java/io/trino/plugin/snowflake/ImplementAvgBigint.java
Show resolved
Hide resolved
/test-with-secrets sha=c94d35488e6457fc581a7034199e9fec14762088 |
The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/8384568924 |
avg
aggregation pushdown on bigint
type in Snowflake
Please fix CI failure. https://github.com/trinodb/trino/actions/runs/8384568924/job/22962120552 |
/test-with-secrets sha=767e9f24dfd10728f396ac5f9eec4a5ff224ec32 |
The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/8385212710 |
Please fix CI failure. https://github.com/trinodb/trino/actions/runs/8385212710/job/22963774006 |
/test-with-secrets sha=e293844c28a47418525228cbd3ab8efc2865f602 |
The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/8386772565 |
CI is still failing. https://github.com/trinodb/trino/actions/runs/8386772565/job/22967776829 |
I think maybe we need to open limit push down test first, currently the snowflake client implemented the limit pushdown, but the test is disabled. WDYT? |
Removed the connector behavior |
/test-with-secrets sha=0c1b7e94a88b7024b694a3fa032f4588d469a4f6 |
The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/8389683192 |
Also, enable aggregation pushdown tests. Co-Authored-By: Yuya Ebihara <[email protected]>
Release notes
(X) Release notes are required, with the following suggested text: