Daniel Weeks
Daniel Weeks
## Description This PR adds and the REST Catalog implementation for Iceberg. > Is this change a fix, improvement, new feature, refactoring, or other? New Feature / Improvement > Is...
### Feature Request / Improvement The JDBCCatalog silently creates namespaces if used in a create statement. This is non-standard and can result in surprising behavior due to simple typos in...
### Describe the bug SigV4 Signing produces incorrect value for checksum header This [line in AbstractAws4Signer](https://github.com/aws/aws-sdk-java-v2/blob/master/core/auth/src/main/java/software/amazon/awssdk/auth/signer/internal/AbstractAws4Signer.java#L452) is producing base64 encoded values for the `x-amz-content-sha256` header instead of the required "Lowercase...
Parquet is currently the only file format that supports all the required capabilities for v3 compatibility. This PR adds validation/tests to prevent unintentionally creating or upgrading a table to v3...