You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authorization Introduced the credential-java authorization package, now supporting authentication with AlibabaCloudCredentialsProvider.
StreamUploadSession Added awareness for Slot updates and automatic retry logic.
table-api Introduced the TableRetryHandler class, adding retry logic to the table-api.
udf The InputSplitter now includes the method setLimit.
Changes
TypeInfo The StructTypeInfo class now includes the method getTypeName(boolean quote). In version 0.51.0-public (rc0), StructTypeInfo defaulted to quoting field names with backticks. We suspect that this change may affect users, so we decided to revert to the original behavior (not quoting by default). Users can now call getTypeName(true) when quoting is needed.
Fixes
TypeInfo Field names will now be correctly escaped when quoted with backticks.
MCQA2 Fixed an issue where the getRawTaskResults interface call in MCQA2 jobs could not retrieve results.