-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Test: Add support for fetching Redshift query results using Redshift unload command #24359
Conversation
54df82d
to
2e98524
Compare
2e98524
to
6f2b682
Compare
Updated. |
6f2b682
to
012f238
Compare
Updated. |
@ebyhr can you please pull the latest changes from parent PR? |
https://github.com/trinodb/trino/actions/runs/12343063858/job/34443666325?pr=24359#step:19:179 test passes locally with these commits. 🤔 |
012f238
to
634aa48
Compare
Updated. |
@ebyhr please update the PR with the latest commits from source PR. |
634aa48
to
3ae7328
Compare
Updated. |
Finally redshift tests are passing https://github.com/trinodb/trino/actions/runs/12462869117/job/34784444202?pr=24359 with b93a8f0 commit. TY @raunaqmorarka for helping me put the right fix. |
@ebyhr please update the PR with the latest commits from source PR. |
Previously SplitOperatorInfo wasn't Mergeable and hence base OperatorInfo(OperatorStats#getMergeableInfoOrNull) was null.
Co-authored-by: Mayank Vadariya <[email protected]>
3ae7328
to
9582983
Compare
It seems unload tests are passing but Redshift job is timing out. @ebyhr can you please rerun redshift job?
|
@hashhar @Praveen2112 @wendigo can you please help me rerun failing jobs including Redshift one? |
@mayankvadariya I did and it failed again |
Thank you @wendigo. Let's wait for the third run to finish https://github.com/trinodb/trino/actions/runs/12521687438/job/34987834854?pr=24359 |
@mayankvadariya the failure was due to a deadlock, not a timeout so I guess it won't help |
Closing as source PR #24117 has been merged. |
Description
Run CI with secrets: #24117