This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-43255-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from cd59bc3fd4b branch-3.0: [fix](move-memtable) immediately return error
when close wait failed #44344 (#44386)
add f7e0eb16f42 [enhance](orc) Optimize ORC Predicate Pushdown for
OR-connected Predicate (#43255)
No new revisions were added by this update.
Summary of changes:
be/src/runtime/exec_env.h | 1 +
be/src/vec/exec/format/orc/vorc_reader.cpp | 478 ++++++++++++++-------
be/src/vec/exec/format/orc/vorc_reader.h | 37 +-
be/test/exec/test_data/orc_scanner/orders.orc | Bin 0 -> 1293 bytes
be/test/testutil/desc_tbl_builder.cpp | 29 +-
be/test/testutil/desc_tbl_builder.h | 17 +-
be/test/vec/exec/orc_reader_test.cpp | 155 +++++++
.../data/external_table_p0/hive/test_hive_orc.out | 48 +++
.../external_table_p0/hive/test_hive_orc.groovy | 12 +
9 files changed, 595 insertions(+), 182 deletions(-)
create mode 100644 be/test/exec/test_data/orc_scanner/orders.orc
create mode 100644 be/test/vec/exec/orc_reader_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]