-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Move limit/topN pushdown tests to base connector test #26521
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
Conversation
c22a9e3 to
91e40e8
Compare
867b1a9 to
bcbe54e
Compare
|
/test-with-secrets sha=bcbe54ef19fc100caed0302bab2d471442acd988 |
|
The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/17392797220 |
|
Could you fix BigQuery CI failure? |
|
@ebyhr could you help to take a look again? |
|
/test-with-secrets sha=7b6415d85db63ba4eef0dd7260af5be3faf9d74f |
|
The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/17418919957 |
|
the ci failure |
|
@ebyhr Could you please take a look again? |
plugin/trino-mongodb/src/test/java/io/trino/plugin/mongodb/TestMongoConnectorTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-mongodb/src/test/java/io/trino/plugin/mongodb/TestMongoConnectorTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-base-jdbc/src/test/java/io/trino/plugin/jdbc/BaseJdbcConnectorTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-base-jdbc/src/test/java/io/trino/plugin/jdbc/BaseJdbcConnectorTest.java
Outdated
Show resolved
Hide resolved
testing/trino-testing/src/main/java/io/trino/testing/BaseConnectorTest.java
Show resolved
Hide resolved
0a4fba3 to
310caff
Compare
plugin/trino-base-jdbc/src/test/java/io/trino/plugin/jdbc/BaseJdbcConnectorTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-druid/src/test/java/io/trino/plugin/druid/TestDruidConnectorTest.java
Show resolved
Hide resolved
33d9184 to
3e4a77b
Compare
plugin/trino-base-jdbc/src/test/java/io/trino/plugin/jdbc/BaseJdbcConnectorTest.java
Outdated
Show resolved
Hide resolved
b1fbf5c to
6d39b39
Compare
|
This pull request has gone a while without any activity. Ask for help on #core-dev on Trino slack. |
95d72a0 to
fc9efe7
Compare
|
@ebyhr Please help to have a look when you are available, thanks |
Previously, there was no test to exercise limit pushdown behavior for non-JDBC connectors, regardless of whether they declare support for the `SUPPORTS_LIMIT_PUSHDOWN` TestingConnectorBehavior. Aslo fix the bug in Memory connector test where the connector supports limit pushdown.
Previously, there was no test to exercise topN pushdown behavior for non-JDBC connectors, regardless of whether they declare support for the `SUPPORTS_TOPN_PUSHDOWN` TestingConnectorBehavior.
fc9efe7 to
5e96fb2
Compare
|
Thanks |
Description
Previously, there were no tests for non-JDBC connectors to verify limit and TopN pushdown.
Additional context and related issues
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text: