-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add projection pushdown tests in BaseConnectorTest #17414
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
4f48af6
to
7de631f
Compare
7de631f
to
d4d404a
Compare
testing/trino-testing/src/main/java/io/trino/testing/TestingConnectorBehavior.java
Outdated
Show resolved
Hide resolved
testing/trino-testing/src/main/java/io/trino/testing/BaseConnectorTest.java
Outdated
Show resolved
Hide resolved
testing/trino-testing/src/main/java/io/trino/testing/BaseConnectorTest.java
Outdated
Show resolved
Hide resolved
testing/trino-testing/src/main/java/io/trino/testing/BaseConnectorTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-base-jdbc/src/test/java/io/trino/plugin/jdbc/BaseJdbcConnectorTest.java
Outdated
Show resolved
Hide resolved
d4d404a
to
e5b51fe
Compare
rebased and resolved conflicts. |
e5b51fe
to
92afbbe
Compare
92afbbe
to
464a969
Compare
Addressed comments |
464a969
to
6e7bc18
Compare
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/BaseIcebergConnectorTest.java
Show resolved
Hide resolved
testing/trino-tests/src/test/java/io/trino/tests/tpch/TestTpchConnectorTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-accumulo/src/test/java/io/trino/plugin/accumulo/TestAccumuloConnectorTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-redis/src/test/java/io/trino/plugin/redis/BaseRedisConnectorTest.java
Outdated
Show resolved
Hide resolved
@@ -39,6 +39,7 @@ protected boolean hasBehavior(TestingConnectorBehavior connectorBehavior) | |||
return false; | |||
|
|||
case SUPPORTS_TOPN_PUSHDOWN: | |||
case SUPPORTS_DEREFERENCE_PUSHDOWN: |
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.
is row type supported for thrift?
testing/trino-testing/src/main/java/io/trino/testing/BaseConnectorTest.java
Outdated
Show resolved
Hide resolved
testing/trino-testing/src/main/java/io/trino/testing/BaseConnectorTest.java
Outdated
Show resolved
Hide resolved
6e7bc18
to
6dbb608
Compare
testing/trino-testing/src/main/java/io/trino/testing/BaseConnectorTest.java
Outdated
Show resolved
Hide resolved
testing/trino-testing/src/main/java/io/trino/testing/BaseConnectorTest.java
Outdated
Show resolved
Hide resolved
/test-with-secrets sha=6dbb608c934e3b94544965dc70d51697032fab24 |
The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/5106981345 |
6dbb608
to
703ca68
Compare
Addressed comments |
703ca68
to
ff7c367
Compare
rebased with master. |
Follow up of #17085 (comment)