-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
base: master
Are you sure you want to change the base?
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
436f246
to
33d9184
Compare
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.
33d9184
to
3e4a77b
Compare
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: