You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2023/06/06 09:44:08 UTC

[iceberg] branch master updated (23e0d10754 -> 54648263d6)

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

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


    from 23e0d10754 Build: Bump com.fasterxml.jackson.core:jackson-annotations (#7763)
     add 54648263d6 Open-API: Add Python code as an example (#7751)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/open-api.yml                     |  10 +-
 .../avro/codecs/codec.py => open-api/Makefile      |  28 +-
 open-api/README.md                                 |  42 ++
 .../avro/__init__.py => open-api/header.txt        |   2 +-
 .../requirements.txt                               |   5 +-
 open-api/rest-catalog-open-api.py                  | 803 +++++++++++++++++++++
 6 files changed, 870 insertions(+), 20 deletions(-)
 copy python/pyiceberg/avro/codecs/codec.py => open-api/Makefile (63%)
 create mode 100644 open-api/README.md
 copy python/pyiceberg/avro/__init__.py => open-api/header.txt (97%)
 copy spark/v3.1/spark/src/main/resources/META-INF/services/org.apache.spark.sql.sources.DataSourceRegister => open-api/requirements.txt (89%)
 create mode 100644 open-api/rest-catalog-open-api.py