You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/02/10 00:51:19 UTC

[iceberg] branch master updated (f66f0fa -> ae2c615)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git.


    from f66f0fa  Spec: Move REST catalog OpenAPI spec to new docs/rest folder (#4057)
     add ae2c615  Python (legacy): Add Decimal type conversion (#3988)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/types/TestConversions.java  |  33 +++++
 python_legacy/iceberg/api/types/conversions.py     |  49 +++----
 python_legacy/iceberg/api/types/type_util.py       |   9 ++
 python_legacy/tests/api/test_conversions.py        | 160 +++++++++++++++++++++
 4 files changed, 227 insertions(+), 24 deletions(-)