You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by yj...@apache.org on 2022/04/02 05:48:27 UTC

[arrow-datafusion] branch master updated (bed81ea -> 536210d)

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

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


    from bed81ea  MINOR: fix concat_ws corner bug (#2128)
     add 536210d  fix df union all bug (#2108)

No new revisions were added by this update.

Summary of changes:
 datafusion/common/src/dfschema.rs           | 25 ++++++++++++++
 datafusion/core/src/logical_plan/builder.rs | 52 +++++++++++++++++++++++------
 datafusion/core/src/sql/planner.rs          | 29 ++++++++++++++--
 3 files changed, 94 insertions(+), 12 deletions(-)