Drew Gallardo
Drew Gallardo
Let's split the REST API changes from the implementation, since there is some overlap with the rest scan API. We are now serializing DataFiles using the [ContentFileParser](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/ContentFileParser.java#L55) and passing them...
This PR adds the manifests metadata table the existing inspect logic for Iceberg tables as listed in #511. The manifests metadata table in Iceberg shows the current file manifests for...
### Apache Iceberg version main (development) ### Please describe the bug 🐞 When initializing the GlueCatalog with a specific AWS profile, everything works as it should with catalog operations. But,...
# Summary While implementing presign_xxx_options support in [#6273](https://github.com/apache/opendal/pull/6273), we discovered that several backends either ignore or only partially support key presign options such as cache_control, if_modified_since, and others. This issue...
Following RFC-6213 (#6213), OpenDAL has introduced a new options-based API pattern to replace the builder pattern for operations (e.g. `write_with().append(true)`). The new approach simplifies cross language binding parity for capabilities...