apache / iceberg-python

Apache PyIceberg
https://py.iceberg.apache.org/
Apache License 2.0
590 stars 218 forks source link

Deprecate `source-id` in favor of `source-ids` #1547

Open Fokko opened 2 weeks ago

Fokko commented 2 weeks ago

Feature Request / Improvement

Iceberg V3 introduces multi-column transforms that take more than one column as the input. For PyIceberg it would be good to deprecate source-id on both PartitionSpec and SourceOrder in favor of source-ids.

Fokko commented 2 days ago

Let's wait to see what comes out of https://github.com/apache/iceberg/pull/12161