-
Notifications
You must be signed in to change notification settings - Fork 14k
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
chore(trino): Bump Trino version to address an IANA time zone issue #24069
chore(trino): Bump Trino version to address an IANA time zone issue #24069
Conversation
f225049
to
62db170
Compare
Codecov Report
@@ Coverage Diff @@
## master #24069 +/- ##
=======================================
Coverage 68.22% 68.22%
=======================================
Files 1942 1942
Lines 75215 75215
Branches 8145 8145
=======================================
Hits 51318 51318
Misses 21812 21812
Partials 2085 2085
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
LGTM
greenlet==2.0.2 | ||
# via sqlalchemy |
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.
We'd really need to add linting to these requirements to make sure they're up to date. The python lint workflow would be perfect for this.
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.
+1
@@ -130,7 +130,7 @@ sqlalchemy-bigquery==1.6.1 | |||
# via apache-superset | |||
statsd==4.0.1 | |||
# via -r requirements/testing.in | |||
trino==0.323.0 | |||
trino==0.324.0 |
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.
🎉
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.
Congrats on your Trino fix @john-bodley!
Oh nice, I hadn't noticed the author of said fix - congrats! 🎉 |
…pache#24069) (cherry picked from commit 58e1bcd)
SUMMARY
This PR bumps the minimal requirement for the
python-trino-client
as, per the 0.324.0 release notes, the latest release includes a vital fix to address an IANA time zone issue.Note as part of this change I rebuilt the frozen requirements via:
which, in addition to bumping the
trino
package, removed some legacy requirement which likely were removed in previous PRs without refreezing the requirements.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
CI.
ADDITIONAL INFORMATION