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

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


    from becc71be04 feat: Add `ansi` enable parameter for execution config 
(#18635)
     add 76b4156aff feat: Add evaluate_to_arrays function (#18446)

No new revisions were added by this update.

Summary of changes:
 datafusion/expr-common/src/columnar_value.rs       | 100 ++++++++++++++++++++-
 datafusion/physical-expr-common/src/utils.rs       |  21 +++++
 .../src/window/standard_window_function_expr.rs    |   9 +-
 datafusion/physical-expr/src/window/window_expr.rs |   9 +-
 datafusion/physical-plan/src/aggregates/mod.rs     |  45 +++-------
 .../physical-plan/src/aggregates/no_grouping.rs    |  11 +--
 .../physical-plan/src/joins/hash_join/exec.rs      |   9 +-
 .../physical-plan/src/joins/hash_join/stream.rs    |   7 +-
 .../physical-plan/src/joins/symmetric_hash_join.rs |  11 +--
 datafusion/physical-plan/src/joins/utils.rs        |   6 +-
 datafusion/physical-plan/src/projection.rs         |  10 +--
 datafusion/physical-plan/src/repartition/mod.rs    |   7 +-
 datafusion/physical-plan/src/sorts/stream.rs       |   7 +-
 13 files changed, 153 insertions(+), 99 deletions(-)


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

Reply via email to