This is an automated email from the ASF dual-hosted git repository. zhangstar333 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 5faa6662f42 [docker](k8s)k8s docker script support create account and remove some useless code (#33889) add c2c250c0bb1 [improve](table function) opt explode/explode_map/explode_json table function (#33904) No new revisions were added by this update. Summary of changes: be/src/vec/exprs/table_function/table_function.h | 12 +- .../table_function/table_function_factory.cpp | 27 +-- be/src/vec/exprs/table_function/vexplode.cpp | 25 ++- be/src/vec/exprs/table_function/vexplode.h | 1 + .../exprs/table_function/vexplode_json_array.cpp | 213 +++++-------------- .../vec/exprs/table_function/vexplode_json_array.h | 234 +++++++++++++++++---- be/src/vec/exprs/table_function/vexplode_map.cpp | 34 +++ be/src/vec/exprs/table_function/vexplode_map.h | 1 + 8 files changed, 315 insertions(+), 232 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org