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

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


 discard 7269196  build(deps): bump syn from 2.0.48 to 2.0.52
     add 3a82be0  Python3.11 support (#603)
     add 76ecf56  Switch to Ruff for Python linting (#529)
     add 1ff22bb  remove SQL om polars/pandas/cudf experiment (#602)
     add 18ac182  build(deps): bump object_store from 0.9.0 to 0.9.1 (#611)
     add 77f2cde  build(deps): bump syn from 2.0.48 to 2.0.52

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   (7269196)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/syn-2.0.52 (77f2cde)

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:
 .github/workflows/build.yml                   |  16 ++
 .github/workflows/conda.yml                   |   2 +-
 .github/workflows/test.yaml                   |  23 +-
 .pre-commit-config.yaml                       |  21 +-
 Cargo.lock                                    |   5 +-
 Cargo.toml                                    |   2 +-
 README.md                                     |  52 +++--
 benchmarks/db-benchmark/groupby-datafusion.py |  16 +-
 benchmarks/db-benchmark/join-datafusion.py    |  24 +-
 benchmarks/tpch/tpch.py                       |   4 +-
 ci/scripts/{rust_fmt.sh => python_lint.sh}    |   3 +-
 datafusion/__init__.py                        |   4 +-
 datafusion/context.py                         | 142 ------------
 datafusion/cudf.py                            |  99 --------
 datafusion/input/base.py                      |   8 +-
 datafusion/input/location.py                  |   4 +-
 datafusion/pandas.py                          |  95 --------
 datafusion/polars.py                          | 106 ---------
 datafusion/tests/generic.py                   |  12 +-
 datafusion/tests/test_aggregation.py          |  34 +--
 datafusion/tests/test_config.py               |   5 +-
 datafusion/tests/test_context.py              |  12 +-
 datafusion/tests/test_dataframe.py            |  54 ++---
 datafusion/tests/test_functions.py            | 101 ++------
 datafusion/tests/test_input.py                |   4 +-
 datafusion/tests/test_sql.py                  |  28 +--
 datafusion/tests/test_substrait.py            |  18 +-
 dev/release/check-rat-report.py               |   4 +-
 dev/release/generate-changelog.py             |   8 +-
 examples/sql-on-cudf.py                       |  24 --
 examples/sql-on-pandas.py                     |  24 --
 examples/sql-on-polars.py                     |  26 ---
 examples/sql-using-python-udaf.py             |   8 +-
 examples/substrait.py                         |   8 +-
 requirements-310.txt                          | 181 +++++----------
 requirements-311.txt                          | 322 ++++++++++++--------------
 requirements.in                               |   4 +-
 37 files changed, 367 insertions(+), 1136 deletions(-)
 copy ci/scripts/{rust_fmt.sh => python_lint.sh} (94%)
 delete mode 100644 datafusion/context.py
 delete mode 100644 datafusion/cudf.py
 delete mode 100644 datafusion/pandas.py
 delete mode 100644 datafusion/polars.py
 delete mode 100644 examples/sql-on-cudf.py
 delete mode 100644 examples/sql-on-pandas.py
 delete mode 100644 examples/sql-on-polars.py

Reply via email to