This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 99e1a97 [Bug] Fix NPE when replaying modify table property (#5378)
add 7eae3e2 [optimization] use inline optimize ExprContext::get_value
(#5385)
No new revisions were added by this update.
Summary of changes:
be/src/exec/base_scanner.cpp | 1 +
be/src/exec/broker_scan_node.cpp | 1 +
be/src/exec/es_http_scan_node.cpp | 1 +
be/src/exec/es_http_scanner.cpp | 1 +
be/src/exec/hash_join_node.cpp | 1 +
be/src/exec/hash_table.cpp | 1 +
be/src/exec/merge_join_node.cpp | 1 +
be/src/exec/merge_node.cpp | 1 +
be/src/exec/olap_rewrite_node.cpp | 1 +
be/src/exec/olap_scan_node.cpp | 1 +
be/src/exec/set_operation_node.cpp | 1 +
be/src/exec/tablet_sink.cpp | 1 +
be/src/exprs/case_expr.cpp | 1 +
be/src/exprs/expr.cpp | 1 +
be/src/exprs/expr.h | 2 +-
be/src/exprs/expr_context.cpp | 7 -------
be/src/exprs/expr_context.h | 9 +++++++++
be/src/exprs/in_predicate.cpp | 1 +
be/src/exprs/timestamp_functions.cpp | 1 +
be/src/runtime/data_spliter.cpp | 1 +
be/src/runtime/data_stream_sender.cpp | 1 +
be/src/runtime/dpp_sink.cpp | 1 +
be/src/runtime/dpp_writer.cpp | 1 +
be/src/runtime/export_sink.cpp | 1 +
be/src/runtime/file_result_writer.cpp | 1 +
be/src/runtime/mysql_result_writer.cpp | 1 +
be/src/runtime/mysql_table_writer.cpp | 1 +
be/src/runtime/qsorter.cpp | 1 +
be/src/runtime/tuple.cpp | 1 +
be/src/util/tuple_row_compare.h | 1 +
be/test/exec/hash_table_test.cpp | 1 +
be/test/exprs/math_functions_test.cpp | 1 +
be/test/exprs/topn_function_test.cpp | 1 +
33 files changed, 40 insertions(+), 8 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]