This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 622ca488975 [fix](cloud-mow)Fix case test_cloud_mow_stream_load_with_commit_fail (#47240) add 3cf1894533a [opt](profile) Disable profile for insert into values and other commands (#47296) No new revisions were added by this update. Summary of changes: .../commands/insert/AbstractInsertExecutor.java | 1 + .../java/org/apache/doris/qe/CoordInterface.java | 2 + .../main/java/org/apache/doris/qe/Coordinator.java | 5 + .../org/apache/doris/qe/NereidsCoordinator.java | 5 + .../org/apache/doris/qe/PointQueryExecutor.java | 5 + .../java/org/apache/doris/qe/StmtExecutor.java | 51 +++++++++- .../suites/query_profile/profile_safe.groovy | 103 +++++++++++++++++++++ 7 files changed, 171 insertions(+), 1 deletion(-) create mode 100644 regression-test/suites/query_profile/profile_safe.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org