Fokko Driesprong
Fokko Driesprong
This patch aims to align the field-ID assignment between uniform and Iceberg. This way we can use the public Iceberg APIs to evolve the schema, instead of enforcing the schema...
### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ###...
### Feature Request / Improvement I tried to push the Iceberg artifacts locally to test https://github.com/apache/iceberg/pull/10996 but got an error around duplicate Kafka-connect artifacts: ``` > Task :iceberg-kafka-connect:iceberg-kafka-connect:publishApachePublicationToMavenLocal Multiple publications...
This also includes Errorprone that has some additional checks.
### Feature Request / Improvement Add support for compaction. This rewrites the existing manifests into a single one, reducing the number of calls to the object store. This should follow...
### Feature Request / Improvement `InMemoryCatalog` can be replaced by the SqlCatalog with Sqlite as a backend. Less code is more :)
### Feature Request / Improvement Within Iceberg, when a commit fails because of a concurrent operation, we can retry the operation by loading the latest version of the snapshot, and...
### Feature Request / Improvement Would be great to have a benchmark to detect regression in the CI. I think this can be part of the integration tests, where we...
Closes #2942 ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes?
### Rationale for this change To track the releases. See https://projects.apache.org/create.html for details ### What changes are included in this PR? ### Are these changes tested? ### Are there any...