-
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
Some housekeeping dependency updates #14809
Conversation
The newer driver fixes some issues with metadata queries where incorrect data type or precision/decimal digits can be returned
@@ -51,7 +51,7 @@ | |||
<dep.antlr.version>4.11.1</dep.antlr.version> | |||
<dep.airlift.version>219</dep.airlift.version> | |||
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version> | |||
<dep.aws-sdk.version>1.12.172</dep.aws-sdk.version> | |||
<dep.aws-sdk.version>1.12.261</dep.aws-sdk.version> |
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.12.322
Note that Trino doesn't use TransferManager and is not actually affected.
ffa0a24
to
03d6642
Compare
Interesting failure - looks like a Databricks problem though. The driver received a Retry-After response with no value. Will see if a newer driver version is available. It's flakiness so merging anyway.
|
It's known issue and even latest driver doesn't resolve the failure #14391 |
Description
Some dependency updates for housekeeping.
Non-technical explanation
Some dependency updates for housekeeping.
Release notes
(x) This is not user-visible or docs only and no release notes are required.