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

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


    omit 640533910 chore(deps): bump rand from 0.9.2 to 0.10.0
     add 502c8a622 chore(deps): bump libc from 0.2.180 to 0.2.181 (#1449)
     add 5c832053a minor: add test to cover IPC arrow file read (#1450)
     add bca52c334 feat: Add spark-compat mode to integrate datafusion-spark 
features au… (#1416)
     add 3c9575273 chore(deps): bump rand from 0.9.2 to 0.10.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   (640533910)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/rand-0.10.0 
(3c9575273)

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.lock                                         |  39 ++++-
 Cargo.toml                                         |   1 +
 ballista/client/src/prelude.rs                     |   6 -
 ballista/client/testdata/alltypes_plain.arrow      | Bin 0 -> 3762 bytes
 ballista/client/tests/context_checks.rs            |  48 +-----
 ballista/client/tests/context_unsupported.rs       |  47 ++++++
 ballista/core/Cargo.toml                           |   2 +
 ballista/core/src/extension.rs                     | 161 ++++++++++++++++++++-
 ballista/core/src/object_store.rs                  |   8 +
 ballista/core/src/registry.rs                      |  92 ++++++++++--
 ballista/core/src/utils.rs                         |  14 +-
 ballista/executor/Cargo.toml                       |   1 +
 ballista/executor/src/standalone.rs                |  13 +-
 ballista/scheduler/Cargo.toml                      |   3 +-
 docs/source/index.rst                              |   1 +
 docs/source/user-guide/deployment/cargo-install.md |  25 ++++
 .../user-guide/spark-compatible-functions.md       | 121 ++++++++++++++++
 examples/Cargo.toml                                |  11 +-
 examples/README.md                                 |  63 ++++++++
 .../{remote-sql.rs => remote-spark-functions.rs}   |  16 +-
 20 files changed, 595 insertions(+), 77 deletions(-)
 create mode 100644 ballista/client/testdata/alltypes_plain.arrow
 create mode 100644 docs/source/user-guide/spark-compatible-functions.md
 copy examples/examples/{remote-sql.rs => remote-spark-functions.rs} (81%)


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

Reply via email to