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

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


 discard e9e7e5f14d chore(deps): bump prost-build from 0.13.5 to 0.14.1 in the 
proto group
     add 649a36f3d4 Allow usage of table functions in relations (#16571)
     add f65da24b4f Update to arrow/parquet 55.2.0 (#16575)
     add f4d1990370 docs: Minor grammatical fixes for the scalar UDF docs 
(#16618)
     add 9a1c09c74a Improve field naming in first_value, last_value 
implementation (#16631)
     add df9f096118 Fix spurious failure in convert_batches test helper (#16627)
     add 7cdac33dab Aggregate UDF cleanup (#16628)
     add 7f312eda32 chore(deps): bump prost-build from 0.13.5 to 0.14.1 in the 
proto group

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   (e9e7e5f14d)
            \
             N -- N -- N   refs/heads/dependabot/cargo/main/proto-8afbff2258 
(7f312eda32)

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                                         | 90 +++++++++++-----------
 Cargo.toml                                         | 14 ++--
 datafusion/expr/src/udaf.rs                        | 26 +++----
 datafusion/expr/src/udf.rs                         | 26 +++----
 datafusion/expr/src/udwf.rs                        | 16 ++--
 .../functions-aggregate-common/src/accumulator.rs  |  2 +-
 datafusion/functions-aggregate/src/first_last.rs   | 78 +++++++------------
 datafusion/sql/src/relation/mod.rs                 | 29 +++++++
 .../src/engines/datafusion_engine/normalize.rs     | 62 +++++++--------
 .../src/engines/datafusion_engine/runner.rs        |  3 +-
 .../runner.rs                                      |  3 +-
 .../sqllogictest/test_files/explain_tree.slt       |  8 +-
 .../sqllogictest/test_files/repartition_scan.slt   |  8 +-
 .../sqllogictest/test_files/table_functions.slt    | 12 +++
 .../sqllogictest/test_files/union_by_name.slt      | 88 +--------------------
 .../library-user-guide/functions/adding-udfs.md    |  6 +-
 16 files changed, 205 insertions(+), 266 deletions(-)


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

Reply via email to