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 2022/12/19 12:17:53 UTC

[iceberg] branch master updated (be0c8ddfd2 -> 3ce88dfd9e)

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 be0c8ddfd2 Docs: Set the default Spark catalog (#6239)
     add 3ce88dfd9e Python: Add adlfs support (Azure DataLake FileSystem) (#6392)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/python-ci.yml                    |    5 +-
 python/Makefile                                    |   13 +-
 .../dev/docker-compose-azurite.yml                 |   21 +-
 python/dev/{run-minio.sh => run-azurite.sh}        |   12 +-
 python/dev/run-minio.sh                            |    4 +-
 python/mkdocs/docs/configuration.md                |   15 +-
 python/mkdocs/docs/contributing.md                 |   11 +-
 python/mkdocs/docs/index.md                        |    3 +-
 python/poetry.lock                                 | 2376 +++++++++++---------
 python/pyiceberg/io/__init__.py                    |    2 +
 python/pyiceberg/io/fsspec.py                      |   19 +-
 python/pyproject.toml                              |   14 +-
 python/tests/conftest.py                           |   38 +
 python/tests/io/test_fsspec.py                     |  185 +-
 14 files changed, 1671 insertions(+), 1047 deletions(-)
 copy .github/workflows/license_check.yml => python/dev/docker-compose-azurite.yml (77%)
 copy python/dev/{run-minio.sh => run-azurite.sh} (70%)