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

github-bot pushed a change to branch auto-pick-60197-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 48f64d6a7e0 branch-4.0: [fix](cloud) fix packed file warmup cannot 
read small files (#60160) (#60207)
     add 68d2da97cac [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