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/03/31 02:06:12 UTC

[iceberg] branch master updated (32fcee6 -> 6eb8791)

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 32fcee6  Coreļ¼šRemoving a fully defined type that is already imported (#4430)
     add 6eb8791  Python: Implement single-value serialization (#4263)

No new revisions were added by this update.

Summary of changes:
 python/src/iceberg/conversions.py | 319 ++++++++++++++++++++++++
 python/tests/test_conversions.py  | 504 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 823 insertions(+)
 create mode 100644 python/src/iceberg/conversions.py
 create mode 100644 python/tests/test_conversions.py