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

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


    from 73e75231cce [refine](function)In functions, ensure that an empty input 
column returns an empty column. (#60660)
     add e66fe271bef [Feature](execution) support adjuct filter order by cost 
(#60079)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/aggregation_sink_operator.cpp        |  3 +--
 be/src/pipeline/exec/operator.cpp                         | 15 +++++++++------
 be/src/pipeline/exec/scan_operator.cpp                    | 12 +++++++++---
 be/src/pipeline/exec/streaming_aggregation_operator.cpp   |  1 -
 be/src/pipeline/exec/streaming_aggregation_operator.h     |  1 -
 be/src/runtime/runtime_state.h                            |  5 +++++
 be/src/vec/exec/format/parquet/vparquet_group_reader.cpp  |  6 ++++++
 be/src/vec/exprs/vcolumn_ref.h                            |  2 ++
 be/src/vec/exprs/vcompound_pred.h                         |  8 ++++++++
 be/src/vec/exprs/vectorized_fn_call.cpp                   | 13 +++++++++++++
 be/src/vec/exprs/vectorized_fn_call.h                     |  1 +
 be/src/vec/exprs/vexpr.h                                  |  8 ++++++++
 be/src/vec/exprs/vexpr_context.cpp                        |  9 +++++++++
 be/src/vec/exprs/vexpr_context.h                          |  4 +++-
 be/src/vec/exprs/vliteral.h                               |  2 ++
 be/src/vec/exprs/vruntimefilter_wrapper.h                 |  2 ++
 be/src/vec/exprs/vslot_ref.h                              |  2 ++
 be/src/vec/functions/function.h                           |  4 ++++
 be/src/vec/functions/functions_comparison.h               |  2 ++
 .../main/java/org/apache/doris/qe/SessionVariable.java    |  4 ++++
 gensrc/thrift/PaloInternalService.thrift                  |  2 ++
 21 files changed, 92 insertions(+), 14 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to