This is an automated email from the ASF dual-hosted git repository.
Gabriel39 pushed a change to branch refact_reader_branch
in repository https://gitbox.apache.org/repos/asf/doris.git
from f65c03cdd37 [fix](regression) Refresh parquet export p0 outputs
add 6dfb2d53b03 support condition cache (#64719)
No new revisions were added by this update.
Summary of changes:
be/src/exec/scan/file_scanner_v2.cpp | 9 +
be/src/exprs/runtime_filter_expr.h | 3 +
be/src/exprs/vexpr.h | 6 +-
be/src/format/generic_reader.h | 11 +-
be/src/format_v2/column_mapper.h | 36 +-
be/src/format_v2/file_reader.cpp | 6 +-
be/src/format_v2/file_reader.h | 12 +
be/src/format_v2/parquet/parquet_reader.cpp | 24 +
be/src/format_v2/parquet/parquet_reader.h | 4 +
be/src/format_v2/parquet/parquet_scan.cpp | 106 +++-
be/src/format_v2/parquet/parquet_scan.h | 11 +-
be/src/format_v2/table/iceberg_reader.h | 7 +-
be/src/format_v2/table_reader.cpp | 105 ++++
be/src/format_v2/table_reader.h | 77 ++-
be/src/storage/segment/condition_cache.h | 18 +-
be/test/format_v2/parquet/parquet_reader_test.cpp | 216 +++++--
be/test/format_v2/table_reader_test.cpp | 623 ++++++++++++++++-----
.../cache/condition_cache_parquet.groovy | 1 -
18 files changed, 1027 insertions(+), 248 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]