This is an automated email from the ASF dual-hosted git repository.
gooch pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git.
from 9ebebdd Core: Do not allow optional, double, or float identifier
fields (#2705)
add 4c013a8 [Python] support custom target name in partition spec builder
(#2689)
No new revisions were added by this update.
Summary of changes:
python/iceberg/api/partition_spec.py | 136 +++++++++++++++++-----------
python/iceberg/api/transforms/dates.py | 11 +++
python/iceberg/api/transforms/timestamps.py | 11 +++
python/iceberg/api/transforms/transform.py | 3 +
python/tests/api/test_partition_spec.py | 84 +++++++++++++++++
5 files changed, 192 insertions(+), 53 deletions(-)
create mode 100644 python/tests/api/test_partition_spec.py