This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 7332b1b3715 [fix](decimal) fix undefined behaviour of divide by zero when cast string to decimal (#26822) add c0fda8c5c22 [improve](group commit) Add a swicth to wait internal group commit lo… (#26734) No new revisions were added by this update. Summary of changes: be/src/common/config.cpp | 1 + be/src/common/config.h | 1 + be/src/http/action/http_stream.cpp | 3 +- be/src/http/action/stream_load.cpp | 5 +-- be/src/runtime/group_commit_mgr.cpp | 38 +++++++++++++--------- be/src/runtime/group_commit_mgr.h | 9 +++-- be/src/runtime/stream_load/new_load_stream_mgr.h | 6 ++-- be/src/vec/sink/group_commit_block_sink.cpp | 4 +++ .../main/java/org/apache/doris/common/Config.java | 6 ++++ .../apache/doris/analysis/NativeInsertStmt.java | 20 +++--------- .../plans/commands/InsertIntoTableCommand.java | 4 +-- .../java/org/apache/doris/qe/SessionVariable.java | 4 +++ .../java/org/apache/doris/qe/StmtExecutor.java | 2 +- .../apache/doris/service/FrontendServiceImpl.java | 1 + .../GroupCommitTableValuedFunction.java | 19 +---------- gensrc/thrift/FrontendService.thrift | 1 + 16 files changed, 62 insertions(+), 62 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org