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

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


 discard 33b26093 build(deps): bump uuid from 1.18.1 to 1.19.0
     add c141dd3a Feat/parameterized sql queries (#964)
     add db3c6a0b Upgrade to Datafusion 51 (#1311)
     add 77103679 build(deps): bump uuid from 1.18.1 to 1.19.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   (33b26093)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/uuid-1.19.0 
(77103679)

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                                 | 801 +++++++++++++++--------------
 Cargo.toml                                 |  24 +-
 docs/source/user-guide/configuration.rst   |   2 +
 docs/source/user-guide/sql.rst             |  91 +++-
 examples/datafusion-ffi-example/Cargo.lock | 707 +++++++++++++------------
 examples/datafusion-ffi-example/Cargo.toml |  14 +-
 pyproject.toml                             |   2 +-
 python/datafusion/context.py               |  71 ++-
 python/datafusion/expr.py                  |   2 +-
 python/tests/test_dataframe.py             |  73 ++-
 python/tests/test_expr.py                  |   8 +-
 python/tests/test_functions.py             |   2 +-
 python/tests/test_sql.py                   |  45 +-
 src/catalog.rs                             |  36 +-
 src/common/data_type.rs                    |   8 +-
 src/config.rs                              |   4 +-
 src/context.rs                             |  52 +-
 src/dataframe.rs                           |  38 +-
 src/dataset.rs                             |   6 +-
 src/dataset_exec.rs                        |  12 +-
 src/expr.rs                                |   6 +-
 src/expr/create_external_table.rs          |   4 +-
 src/expr/placeholder.rs                    |  13 +-
 src/expr/statement.rs                      |  20 +-
 src/functions.rs                           |   5 +-
 src/physical_plan.rs                       |   2 +-
 src/pyarrow_filter_expression.rs           |   8 +-
 src/pyarrow_util.rs                        |   9 +-
 src/record_batch.rs                        |   4 +-
 src/sql.rs                                 |   1 +
 src/sql/logical.rs                         |   2 +-
 src/sql/util.rs                            |  87 ++++
 src/substrait.rs                           |   4 +-
 src/table.rs                               |   4 +-
 src/udaf.rs                                |  24 +-
 src/udf.rs                                 |   8 +-
 src/udtf.rs                                |   6 +-
 src/udwf.rs                                |  28 +-
 src/utils.rs                               |  15 +-
 39 files changed, 1293 insertions(+), 955 deletions(-)
 create mode 100644 src/sql/util.rs


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

Reply via email to