You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/07/20 04:37:02 UTC

[doris] branch master updated (a5a50726bf -> 56e036e68b)

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

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


    from a5a50726bf [Ehancement](planner) Rewrite implicit cast to the predicates (#10920)
     add 56e036e68b [feature-wip](multi-catalog) Support runtime filter for file scan node (#11000)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/arrow/arrow_reader.h                   |   1 +
 be/src/exec/arrow/parquet_row_group_reader.cpp     |  12 +-
 be/src/exprs/runtime_filter.cpp                    |   5 +-
 be/src/io/buffered_reader.cpp                      |  14 ++-
 be/src/io/buffered_reader.h                        |   3 +
 be/src/runtime/runtime_filter_mgr.cpp              |   2 +-
 be/src/vec/exec/file_arrow_scanner.cpp             |  12 +-
 be/src/vec/exec/file_arrow_scanner.h               |   1 +
 be/src/vec/exec/file_scan_node.cpp                 | 131 ++++++++++++++++++++-
 be/src/vec/exec/file_scan_node.h                   |  23 ++++
 be/src/vec/exec/file_scanner.h                     |   8 ++
 be/src/vec/exec/file_text_scanner.cpp              |   2 -
 be/src/vec/exprs/vexpr_context.cpp                 |   2 +-
 .../doris/planner/RuntimeFilterGenerator.java      |   3 +-
 .../planner/external/ExternalFileScanNode.java     |   8 +-
 15 files changed, 204 insertions(+), 23 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org