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

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


    from 7c2a912ce34 [Fix](parquet-reader) Fix partiton column issue for 
#29181O(Opt late materialization of parquet reader). (#29271)
     new e32fc545025 refactor the serlize code
     new 744daec2430 prune some rf for external db
     new abdbe0e68b7 [feature](api) add profile text api (#28697)
     new 227a67a5604 modify default config

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/cmake/thirdparty.cmake                          |   1 +
 be/src/common/config.cpp                           |   4 +-
 be/src/vec/core/block.cpp                          |  55 +++----
 be/src/vec/data_types/data_type.h                  |   1 +
 be/src/vec/data_types/data_type_decimal.cpp        |  54 +++++--
 be/src/vec/data_types/data_type_nullable.cpp       |  45 ++++--
 be/src/vec/data_types/data_type_number_base.cpp    |  45 ++++--
 be/src/vec/data_types/data_type_string.cpp         | 139 +++++++++---------
 .../admin-manual/http-actions/fe/profile-action.md |  23 +++
 .../admin-manual/http-actions/fe/profile-action.md |  23 +++
 .../apache/doris/httpv2/rest/ProfileAction.java    |  18 +++
 .../nereids/processor/post/PlanPostProcessors.java |   3 +
 .../processor/post/RuntimeFilterContext.java       |  20 ++-
 .../processor/post/RuntimeFilterGenerator.java     |   6 +-
 .../post/RuntimeFilterPrunerForExternalTable.java  | 158 +++++++++++++++++++++
 .../trees/plans/physical/AbstractPhysicalPlan.java |   4 +-
 .../trees/plans/physical/PhysicalHashJoin.java     |   1 +
 .../trees/plans/physical/RuntimeFilter.java        |  23 ++-
 .../apache/doris/nereids/util/MutableState.java    |   2 +
 .../java/org/apache/doris/qe/SessionVariable.java  |  10 +-
 20 files changed, 478 insertions(+), 157 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/processor/post/RuntimeFilterPrunerForExternalTable.java


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

Reply via email to