Amogh Jahagirdar
Amogh Jahagirdar
This change updates the implementation of dropping table data and metadata to use bulk delete if applicable.
This change adds support for scanning from refs, where the scan can either be a time travel from a tag or a time travel from the tip of a branch.
Mentioned in https://github.com/apache/iceberg/issues/3582 as well. In the current spark procedures for snapshot expiration and removing orphan files, we delete s3 objects using the DeleteObject API which accepts 1 object. We...
This is an action implementation for generating symlink manifests for the data files in a table based off of https://github.com/apache/iceberg/pull/4401, with some changes to fail if there are active delete...
## Description This change integrates Iceberg View support https://iceberg.apache.org/view-spec/ in the REST catalog. ## Additional context and related issues See #14120 ## Release notes ( ) This is not user-visible...
Branching and tagging images are missing on the 1.2.1 branch, ran `hugo serve` and verified that the images show up.
Based on discussion stemming from: https://github.com/apache/iceberg/pull/10288/files#discussion_r1622775896 The current consensus is on making the NDV property in blob metadata required for theta sketch blob types. The main advantage is that engines...
Right now if the Iceberg parquet row group size table property is set, writes will fail with unsupported. It seems like a bug since the intention of _get_parquet_writer_kwargs is to...
I'm just testing to see implications of bumping parallelism for spark tests, and to see if/how much it reduces spark tests as a baseline