Skip to content

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

Merged
merged 1 commit into from
May 29, 2023

Conversation

krvikash
Copy link
Contributor

@krvikash krvikash commented May 9, 2023

Follow up of #17085 (comment)

@cla-bot cla-bot bot added the cla-signed label May 9, 2023
@github-actions github-actions bot added bigquery BigQuery connector delta-lake Delta Lake connector hudi Hudi connector iceberg Iceberg connector mongodb MongoDB connector labels May 9, 2023
@krvikash krvikash force-pushed the move-projection-pushdown-tests branch from 4f48af6 to 7de631f Compare May 10, 2023 05:30
@krvikash krvikash changed the title Move projection pushdown tests to BaseConnectorTest Add projection pushdown tests in BaseConnectorTest May 10, 2023
@krvikash krvikash force-pushed the move-projection-pushdown-tests branch from 7de631f to d4d404a Compare May 10, 2023 19:13
@krvikash krvikash marked this pull request as ready for review May 11, 2023 10:14
@krvikash krvikash requested review from ebyhr, findinpath and pajaks May 11, 2023 10:14
@krvikash krvikash force-pushed the move-projection-pushdown-tests branch from d4d404a to e5b51fe Compare May 12, 2023 19:48
@krvikash
Copy link
Contributor Author

rebased and resolved conflicts.

@krvikash krvikash force-pushed the move-projection-pushdown-tests branch from e5b51fe to 92afbbe Compare May 23, 2023 10:35
@github-actions github-actions bot added hive Hive connector tests:hive labels May 23, 2023
@krvikash krvikash force-pushed the move-projection-pushdown-tests branch from 92afbbe to 464a969 Compare May 24, 2023 06:26
@krvikash
Copy link
Contributor Author

Addressed comments

@krvikash krvikash force-pushed the move-projection-pushdown-tests branch from 464a969 to 6e7bc18 Compare May 24, 2023 10:06
@krvikash krvikash requested review from ebyhr and findepi May 24, 2023 15:31
@@ -39,6 +39,7 @@ protected boolean hasBehavior(TestingConnectorBehavior connectorBehavior)
return false;

case SUPPORTS_TOPN_PUSHDOWN:
case SUPPORTS_DEREFERENCE_PUSHDOWN:
Copy link
Member

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?

@krvikash krvikash force-pushed the move-projection-pushdown-tests branch from 6e7bc18 to 6dbb608 Compare May 25, 2023 08:12
@krvikash krvikash added the no-release-notes This pull request does not require release notes entry label May 25, 2023
@ebyhr
Copy link
Member

ebyhr commented May 28, 2023

/test-with-secrets sha=6dbb608c934e3b94544965dc70d51697032fab24

@github-actions
Copy link

The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/5106981345

@krvikash krvikash force-pushed the move-projection-pushdown-tests branch from 6dbb608 to 703ca68 Compare May 29, 2023 05:35
@krvikash
Copy link
Contributor Author

Addressed comments

@krvikash krvikash force-pushed the move-projection-pushdown-tests branch from 703ca68 to ff7c367 Compare May 29, 2023 05:36
@krvikash
Copy link
Contributor Author

rebased with master.

@ebyhr ebyhr merged commit 6a4e483 into trinodb:master May 29, 2023
@github-actions github-actions bot added this to the 419 milestone May 29, 2023
@krvikash krvikash deleted the move-projection-pushdown-tests branch May 29, 2023 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery BigQuery connector cla-signed delta-lake Delta Lake connector hive Hive connector hudi Hudi connector iceberg Iceberg connector mongodb MongoDB connector no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

3 participants