This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from f4e0971 [fix][vectorized] coredump about const compare in exchange node (#8302) new 2028994 [fix] Use fmt::to_string replace memory buffer::data() (#8311) new 15b09d1 [fix][vectorized] Fix error cast to boolean (#8345) new d7f8a5d [feature](vec) Support update stmt in vec query engine (#8296) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/exec/base_scanner.cpp | 4 ++-- be/src/exec/broker_scanner.cpp | 6 +++--- be/src/exec/json_scanner.cpp | 22 +++++++++++----------- be/src/exec/odbc_connector.cpp | 22 +++++++++++----------- be/src/exec/tablet_sink.cpp | 6 +++--- be/src/runtime/runtime_state.cpp | 4 ++-- be/src/vec/functions/function_cast.h | 12 ++++++++++++ be/src/vec/io/io_helper.h | 17 +++++++++++++++++ be/src/vec/sink/vmysql_table_writer.cpp | 8 ++++---- be/src/vec/sink/vtablet_sink.cpp | 16 +++++++--------- .../apache/doris/load/update/UpdatePlanner.java | 4 ++++ .../doris/load/update/UpdateStmtExecutor.java | 2 ++ .../org/apache/doris/planner/HashJoinNode.java | 2 +- .../java/org/apache/doris/planner/PlanNode.java | 2 +- .../main/java/org/apache/doris/qe/Coordinator.java | 4 ++++ 15 files changed, 84 insertions(+), 47 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org