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 2023/01/12 21:44:26 UTC

[arrow-datafusion] branch master updated (3b86643ab -> eb19a675d)

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 3b86643ab Minor: Add docstrings to UnionExec (#4884)
     add eb19a675d Rewrite coerce_plan_expr_for_schema to fix union type coercion (#4862)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/tests/sql/mod.rs                   |  19 ++++
 datafusion/core/tests/sql/union.rs                 |  82 +++++++++++++++++
 .../test_files/{strings.slt => union.slt}          | 100 ++++++++++-----------
 datafusion/expr/src/expr_rewriter.rs               |  63 +++++++++----
 datafusion/expr/src/logical_plan/builder.rs        |   2 +-
 5 files changed, 196 insertions(+), 70 deletions(-)
 copy datafusion/core/tests/sqllogictests/test_files/{strings.slt => union.slt} (57%)