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

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


    from 8a8bb63328b [feature](vparquet-reader) Implements parquet file page 
cache. (#59307)
     add 343d66b88a4 [fix](parquet)fix parquet reader cannot push down 
conjuncts for min-max filter (#60197)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/accept_null_predicate.h                | 20 +++++++
 be/src/olap/comparison_predicate.h                 | 12 +++--
 be/src/olap/in_list_predicate.h                    | 12 +++--
 be/src/olap/null_predicate.h                       |  1 +
 be/src/olap/shared_predicate.h                     | 21 ++++++++
 be/src/olap/tablet_reader.cpp                      |  6 ---
 be/src/pipeline/exec/file_scan_operator.h          | 17 ++++++
 be/src/pipeline/exec/scan_operator.cpp             |  6 +++
 be/src/runtime/runtime_predicate.cpp               | 12 ++---
 be/src/runtime/runtime_predicate.h                 | 20 +------
 be/src/vec/exec/format/parquet/parquet_predicate.h |  1 +
 be/src/vec/exec/format/parquet/vparquet_reader.cpp | 62 +++-------------------
 be/src/vec/exec/format/parquet/vparquet_reader.h   | 17 ------
 be/src/vec/exec/scan/file_scanner.cpp              | 10 ----
 14 files changed, 96 insertions(+), 121 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to