You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2022/11/16 21:34:46 UTC

[arrow-datafusion] branch master updated (13127aed3 -> 88c12013c)

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

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 13127aed3 Fixing doc of the expression (#4240)
     add 88c12013c Avoid error with empty iterators used for `ScalarValue::iter_to_array` (#4206)

No new revisions were added by this update.

Summary of changes:
 datafusion/common/src/scalar.rs                    |  8 +++--
 .../core/src/physical_plan/aggregates/row_hash.rs  | 13 +++++++--
 datafusion/core/tests/sql/aggregates.rs            | 34 ++++++++++++++++++++++
 3 files changed, 51 insertions(+), 4 deletions(-)