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

yiguolei pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from faf3485ef40 branch-4.0: [Fix](file-scanner) Fix query result is 
incorrect when non-deterministic func push down. #60186 (#60223)
     add 6d05a4042ad branch-4.0: [fix](parquet)fix parquet reader cannot push 
down conjuncts for min-max filter #60197 (#60225)

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