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

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


    from 57eab889b19 [bug](config) Fix modifying label_num_threshold does not 
take effect (#34575)
     add 4675f5d3096 [fix](shuffle) compensate num rows filtered in 
ExchangeNode (#34605)
     add 99fe53f1f71 [fix](cloud) Fix working dir of the cloud start.sh (#34571)
     add a29082bf31e [refactor](nereids) do not deny a runtime filter by 
removing an entry in aliasMap (#34559)
     add d2859955a0d [Improvement](sink) remove unused check on string's 
write_column_to_mysql (#34491)
     add 75a0de13539 [fix](log) Support fe log rollover size strategy (#34446)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/exchange_sink_operator.cpp    |   3 +
 be/src/vec/columns/column_string.h                 |   2 +-
 .../vec/data_types/serde/data_type_string_serde.h  |  18 +--
 cloud/script/start.sh                              |  10 +-
 .../main/java/org/apache/doris/common/Config.java  |   6 +
 .../java/org/apache/doris/common/Log4jConfig.java  | 172 ++++++++++++---------
 .../processor/post/RuntimeFilterContext.java       |   4 -
 .../processor/post/RuntimeFilterGenerator.java     |  52 ++-----
 .../post/RuntimeFilterPushDownVisitor.java         |  30 +++-
 .../shape/query35.out                              |  10 +-
 .../rf_prune/query35.out                           |   4 +-
 .../nereids_tpcds_shape_sf100_p0/shape/query35.out |  10 +-
 12 files changed, 162 insertions(+), 159 deletions(-)


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

Reply via email to