This is an automated email from the ASF dual-hosted git repository.
icexelloss pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from ddd0a33717 GH-34665: [Parquet][C++] Allow Reading BloomFilter (#34728)
add 660d259f52 GH-34626: [C++] Add ordered/segmented aggregation
Substrait extension (#34627)
No new revisions were added by this update.
Summary of changes:
cpp/proto/substrait/extension_rels.proto | 11 ++
cpp/src/arrow/compute/exec/source_node.cc | 9 ++
.../arrow/engine/substrait/expression_internal.cc | 161 +++++++++++++--------
.../arrow/engine/substrait/expression_internal.h | 10 ++
cpp/src/arrow/engine/substrait/options.cc | 73 ++++++++++
.../arrow/engine/substrait/relation_internal.cc | 141 +++++++++++-------
cpp/src/arrow/engine/substrait/relation_internal.h | 44 ++++++
cpp/src/arrow/engine/substrait/serde_test.cc | 127 ++++++++++++++++
8 files changed, 464 insertions(+), 112 deletions(-)