This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 0a228a68d6 [Improvement](javaudf) support different date argument for date/datetime type (#13920) add 9869915279 [refactor](crossjoin) refactor cross join (#13896) No new revisions were added by this update. Summary of changes: be/src/exec/exec_node.cpp | 4 +- be/src/vec/CMakeLists.txt | 3 +- be/src/vec/exec/vblocking_join_node.cpp | 154 --------------------- be/src/vec/exec/vblocking_join_node.h | 131 ------------------ be/src/vec/exec/vcross_join_node.h | 85 ------------ ...ss_join_node.cpp => vnested_loop_join_node.cpp} | 142 +++++++++++++++---- be/src/vec/exec/vnested_loop_join_node.h | 117 ++++++++++++++++ 7 files changed, 235 insertions(+), 401 deletions(-) delete mode 100644 be/src/vec/exec/vblocking_join_node.cpp delete mode 100644 be/src/vec/exec/vblocking_join_node.h delete mode 100644 be/src/vec/exec/vcross_join_node.h rename be/src/vec/exec/{vcross_join_node.cpp => vnested_loop_join_node.cpp} (52%) create mode 100644 be/src/vec/exec/vnested_loop_join_node.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org