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

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


 discard 8d982346 build(deps): bump object_store from 0.12.1 to 0.12.2
     add dc0d35a2 Add Interruptible Query Execution in Jupyter via 
KeyboardInterrupt Support (#1141)
     add 13910780 feat: upgrade df48 dependency (#1143)
     add 9fc41ee3 build(deps): bump object_store from 0.12.1 to 0.12.2

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   (8d982346)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/object_store-0.12.2 
(9fc41ee3)

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                            | 184 ++++++++++++++++++----------------
 Cargo.toml                            |  10 +-
 python/datafusion/__init__.py         |  19 ++++
 python/datafusion/catalog.py          |  12 +++
 python/datafusion/context.py          |   4 +
 python/datafusion/expr.py             |  18 ++++
 python/datafusion/user_defined.py     |  12 +++
 python/tests/test_dataframe.py        | 121 ++++++++++++++++++++++
 python/tests/test_expr.py             |  60 ++++++++++-
 python/tests/test_wrapper_coverage.py |   7 +-
 src/catalog.rs                        |   2 +-
 src/context.rs                        |  99 ++++++++++++------
 src/dataframe.rs                      |  43 ++++----
 src/expr.rs                           |  34 ++++---
 src/expr/literal.rs                   |  16 ++-
 src/expr/window.rs                    |  29 ++----
 src/functions.rs                      |   6 +-
 src/pyarrow_filter_expression.rs      |   4 +-
 src/record_batch.rs                   |   2 +-
 src/substrait.rs                      |  11 +-
 src/udwf.rs                           |   8 +-
 src/utils.rs                          |  46 ++++++---
 22 files changed, 536 insertions(+), 211 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to