-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Fix TestRedshiftConnectorTest TestingConnectorBehavior #17361
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
Fix TestRedshiftConnectorTest TestingConnectorBehavior #17361
Conversation
Does not run in CI and became stale after: trinodb@6781fa3
| case SUPPORTS_AGGREGATION_PUSHDOWN_VARIANCE: | ||
| case SUPPORTS_AGGREGATION_PUSHDOWN_COUNT_DISTINCT: | ||
| return true; | ||
| case SUPPORTS_AGGREGATION_PUSHDOWN_COVARIANCE: |
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.
affected tests in BCT:
testCovarianceAggregationPushdowntestCorrAggregationPushdowntestRegrAggregationPushdown
|
@grantatspothero I did run the tests also locally and can confirm as well that we need to set the support for the behavior to false.
We can temporarily add a |
|
ci.yml already contains |
|
I sent #17381 within the repository. No need to push the fixup commit. |
|
@grantatspothero @findinpath Did you run all tests of |
|
Will rerun all tests on latest HEAD and confirm. I was running on a slightly old trino version. |
|
Superseded by #17381. Thanks for preparing the base change. |
Description
This test does not run in CI and became stale after changing the default of testing behaviors to true: 6781fa3
I ran tests locally but I'm not sure how to test this given this test does not run in CI.
Additional context and related issues
See commit here: 6781fa3
Release notes
(x) This is not user-visible or 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: