This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-60352-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 8a770d4edd3 branch-4.1 [fix](variant): reduce doc compaction writer 
peak memory (#61991)
     add b6fc89c4e06 [opt](table-function) Optimize explode with block fast 
path (#60352)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/operator/table_function_operator.cpp   | 233 +++++++-
 be/src/exec/operator/table_function_operator.h     |  12 +
 be/src/exprs/table_function/table_function.h       |  14 +
 be/src/exprs/table_function/vexplode.cpp           |  19 +
 be/src/exprs/table_function/vexplode.h             |   4 +
 be/src/exprs/table_function/vexplode_v2.cpp        |  18 +
 be/src/exprs/table_function/vexplode_v2.h          |   4 +
 .../exec/operator/table_function_operator_test.cpp | 613 ++++++++++++++++++++-
 8 files changed, 912 insertions(+), 5 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to