Fokko Driesprong

Results 140 issues of Fokko Driesprong

Small one, but might be helpful for others 👍🏻 ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_...

tests unstable

A CLI using Click for argument parsing, and Rich for nice formatting. When installing pyiceberg, the pyiceberg executable will be available on the PATH to go through the catalog. ```...

python

This way it shows nicely in the CLI

python

Supported by the REST catalog

python

This PR will add the option to read from a configuration file and environment variables. This can be used to read the catalog configuration from a file instead of having...

python

### Feature Request / Improvement Re-assign the IDs when creating a new table. For more information, please refer to the comment: https://github.com/apache/iceberg/pull/5447#discussion_r940543443 How we do this in Java: https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/TableMetadata.java#L88-L133 ###...

And make the metadata-location mandatory. I haven't encountered anywhere where this was missing 🤔 Tests will be green after merging https://github.com/apache/iceberg/pull/5447

python

When building the Manifest mappers for Python, @rdblue noticed that the `added_data_files_count` should be `added_files_count` according to the spec. However, this field is written in Java as `added_data_files_count` to Avro...

API
core