apache / iceberg

Apache Iceberg
https://iceberg.apache.org/
Apache License 2.0
6.49k stars 2.24k forks source link

1.7.1 rc0 cherry picks #11589

Closed bryanck closed 2 days ago

bryanck commented 2 days ago

This PR picks the following PRs to the 1.7.x branch, in preparation for the 1.7.1 release:

https://github.com/apache/iceberg/pull/11516 https://github.com/apache/iceberg/pull/11504 https://github.com/apache/iceberg/pull/11574

manuzhang commented 2 days ago

It would be better to be decomposed into three commits.

bryanck commented 2 days ago

OK I can do that, I was just following this example: https://github.com/apache/iceberg/pull/11466

manuzhang commented 2 days ago

There are two commits in one PR

RussellSpitzer commented 2 days ago

+1, I would try to keep the commits separate. 1 Pr but you can cherry pick all the things you like

bryanck commented 2 days ago

OK, let me try this again!