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

github-bot pushed a change to branch 
dependabot/cargo/examples/ffi-table-provider/tokio-1.44.2
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git


 discard 328f796f build(deps): bump tokio in /examples/ffi-table-provider
     add 818975b5 Add Configurable HTML Table Formatter for DataFusion 
DataFrames in Python (#1100)
     add d0d14f6e feat: update datafusion dependency 47 (#1107)
     add e97643ad build(deps): bump tokio in /examples/ffi-table-provider

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   (328f796f)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/examples/ffi-table-provider/tokio-1.44.2 (e97643ad)

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                          | 600 ++++++++++++++++++++-------------
 Cargo.toml                          |  24 +-
 python/datafusion/__init__.py       |   2 +
 python/datafusion/html_formatter.py | 647 ++++++++++++++++++++++++++++++++++++
 python/tests/test_aggregation.py    |   1 -
 python/tests/test_dataframe.py      | 396 +++++++++++++++++++++-
 src/dataframe.rs                    | 132 ++------
 src/dataset_exec.rs                 |   4 +-
 src/expr.rs                         |  16 +-
 src/functions.rs                    |  37 +--
 10 files changed, 1476 insertions(+), 383 deletions(-)
 create mode 100644 python/datafusion/html_formatter.py


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

Reply via email to