You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2023/01/27 00:32:15 UTC

[arrow] branch master updated (fc55807143 -> 108a028607)

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

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


    from fc55807143 GH-33439:  [CI] Substrait Integration Testing (#14596)
     add 108a028607 GH-33580: [C++] Support emit info in Substrait extension-multi and AsOfJoin (#14799)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/exec.cc                      |   2 +-
 cpp/src/arrow/compute/exec/asof_join_node.cc       |  64 +++-
 cpp/src/arrow/compute/exec/asof_join_node.h        |  11 +-
 cpp/src/arrow/engine/substrait/extension_set.h     |   8 +-
 cpp/src/arrow/engine/substrait/options.cc          |  45 ++-
 cpp/src/arrow/engine/substrait/options.h           |  14 +-
 cpp/src/arrow/engine/substrait/options_internal.h  |  19 +-
 cpp/src/arrow/engine/substrait/relation.h          |  18 +-
 .../arrow/engine/substrait/relation_internal.cc    | 236 +++++++++----
 cpp/src/arrow/engine/substrait/serde_test.cc       | 373 ++++++++++++++++++++-
 cpp/src/arrow/engine/substrait/type_fwd.h          |   1 +
 11 files changed, 679 insertions(+), 112 deletions(-)