S N Munendra
S N Munendra
This avoids constructing redundant queries
### Describe the bug Support to reload credentials was added in 2.19.x (maybe in 2.19.33), related to PR - https://github.com/aws/aws-sdk-java-v2/pull/3712 ### Expected Behavior Expected to reload the credentials when there...
Ensure defaultSupplier is used instead of fixedSupplier in case of defaultProfileFile. I have updated the some places where `defaultProfileFile` was used along with `fixedProfileSupplier` with `defaultSupplier` ## Motivation and Context...
Add expiry time to table load, this is split from PR https://github.com/apache/iceberg/pull/10576. Uses the same TimeUnit as https://github.com/apache/iceberg/pull/10722 for better alignment FYI @nastra @Fokko cc @stirupati @dennishuo
Cross region bucket access supported is included in https://github.com/apache/iceberg/pull/9804 cc @singhpk234