You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2022/12/29 05:37:56 UTC

[arrow-datafusion-python] branch dependabot/cargo/master/rand-0.8.5 updated (5cc20bd -> ada539a)

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

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


 discard 5cc20bd  build(deps): bump rand from 0.7.3 to 0.8.5
     add 1180321  Fixes #81 - Add CI workflow for source distribution (#93)
     add 2969b91  Add entries for publishing production (asf-site) and staging docs (#107)
     add a110049  Add a workflow that builds the docs and deploys them at staged or production (#104)
     add 649ac96  Upgrade to DataFusion 15.0.0 (#103)
     add ada539a  build(deps): bump rand from 0.7.3 to 0.8.5

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   (5cc20bd)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/rand-0.8.5 (ada539a)

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:
 .DS_Store                    | Bin 6148 -> 0 bytes
 .asf.yaml                    |   8 +
 .github/workflows/build.yml  |  26 +++
 .github/workflows/docs.yaml  |  75 ++++++
 Cargo.lock                   | 541 +++++++++++++++++++++++++++++++++++--------
 Cargo.toml                   |   8 +-
 datafusion/tests/test_sql.py |   2 +-
 pyproject.toml               |   7 +-
 src/context.rs               |  40 +++-
 src/dataset.rs               |   4 +-
 src/udaf.rs                  |   4 +
 11 files changed, 602 insertions(+), 113 deletions(-)
 delete mode 100644 .DS_Store
 create mode 100644 .github/workflows/docs.yaml