Open Fokko opened 2 weeks ago
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.
source-id
PartitionSpec
SourceOrder
source-ids
Let's wait to see what comes out of https://github.com/apache/iceberg/pull/12161
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 bothPartitionSpec
andSourceOrder
in favor ofsource-ids
.