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

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


 discard 737a350  build(deps): bump async-trait from 0.1.77 to 0.1.80
     add 6e570e2  Bind SQLOptions and relative ctx method #567 (#588)
     add 7204a35  bugfix: no panic on empty table (#613)
     add 84415dd  Expose `register_listing_table` (#618)
     add 7366f89  Expose unnest feature (#641)
     add 13d34a5  update domain names and paths in asf yaml (#643)
     add 88ce6e6  use python 3.11 to publish docs (#645)
     add 67d4cfb  docs: update docs CI to install python-311 requirements (#661)
     add ee93cdd  Upgrade Datafusion to v37.1.0 (#669)
     add dd84618  build(deps): bump async-trait from 0.1.77 to 0.1.80

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   (737a350)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/async-trait-0.1.80 
(dd84618)

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:
 .asf.yaml                                |  14 +-
 .github/workflows/build.yml              |   4 +-
 .github/workflows/docs.yaml              |   6 +-
 .github/workflows/test.yaml              |   2 +-
 Cargo.lock                               | 325 +++++++++++++++----------
 Cargo.toml                               |  22 +-
 datafusion/__init__.py                   |   2 +
 datafusion/tests/test_context.py         |  77 +++++-
 datafusion/tests/test_dataframe.py       |  34 +++
 datafusion/tests/test_functions.py       |   8 +-
 datafusion/tests/test_sql.py             |  58 ++++-
 docs/source/index.rst                    |   2 +
 docs/source/user-guide/configuration.rst |  51 ++++
 src/catalog.rs                           |   2 +-
 src/common/data_type.rs                  |  20 ++
 src/context.rs                           | 142 ++++++++++-
 src/dataframe.rs                         |  35 ++-
 src/dataset_exec.rs                      |  49 ++--
 src/expr.rs                              |   7 +
 src/expr/{union.rs => unnest.rs}         |  46 ++--
 src/functions.rs                         | 397 +++++++++++++++++++------------
 src/lib.rs                               |   1 +
 src/physical_plan.rs                     |   2 +-
 src/sql/logical.rs                       |   2 +
 src/udf.rs                               |   4 +-
 src/utils.rs                             |   4 +-
 26 files changed, 937 insertions(+), 379 deletions(-)
 create mode 100644 docs/source/user-guide/configuration.rst
 copy src/expr/{union.rs => unnest.rs} (65%)


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

Reply via email to