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

github-bot pushed a change to branch dependabot/cargo/main/arrow-57.3.0
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git


    omit e8c31886 build(deps): bump arrow from 57.2.0 to 57.3.0
     add b555df52 chore: add confirmation before tarball is released (#1372)
     add 8fc94362 feat: add CatalogProviderList support (#1363)
     add 3f89704f Build in debug mode for PRs (#1375)
     add 8d3d45b4 build(deps): bump arrow from 57.2.0 to 57.3.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e8c31886)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/arrow-57.3.0 
(8d3d45b4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .cargo/config.toml                                 |  11 +-
 .github/workflows/build.yml                        | 392 ++++++++++++++-------
 .github/workflows/{dev.yml => ci.yml}              |  35 +-
 .github/workflows/{dev.yml => release.yml}         |  43 ++-
 .github/workflows/{test.yaml => test.yml}          |  71 ++--
 Cargo.toml                                         |  38 +-
 dev/create_license.py                              |   4 +-
 dev/release/release-tarball.sh                     |   7 +
 examples/datafusion-ffi-example/.cargo/config.toml |  11 +-
 examples/datafusion-ffi-example/Cargo.toml         |  16 +-
 examples/datafusion-ffi-example/pyproject.toml     |   6 +-
 .../python/tests/_test_catalog_provider.py         |  26 +-
 .../datafusion-ffi-example/src/catalog_provider.rs |  69 +++-
 examples/datafusion-ffi-example/src/lib.rs         |   3 +-
 pyproject.toml                                     | 195 +++++-----
 python/datafusion/catalog.py                       |  91 +++++
 python/datafusion/context.py                       |  27 +-
 python/tests/test_catalog.py                       |  35 +-
 src/catalog.rs                                     | 224 +++++++++++-
 src/context.rs                                     |  41 ++-
 20 files changed, 1004 insertions(+), 341 deletions(-)
 copy .github/workflows/{dev.yml => ci.yml} (62%)
 copy .github/workflows/{dev.yml => release.yml} (52%)
 rename .github/workflows/{test.yaml => test.yml} (76%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to