This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from be81f7ebbf5 [Fix](recycler) Fix recycler fail when dealing with rowset [0-1] (#47324) add 0b9e3bea98b [refactor](exec) refactor analytic operator to improve performance (#46181) No new revisions were added by this update. Summary of changes: be/src/pipeline/dependency.h | 34 +- be/src/pipeline/exec/analytic_sink_operator.cpp | 866 +++++++++++++++++---- be/src/pipeline/exec/analytic_sink_operator.h | 161 +++- be/src/pipeline/exec/analytic_source_operator.cpp | 596 +------------- be/src/pipeline/exec/analytic_source_operator.h | 100 +-- .../aggregate_function_window.h | 12 +- gensrc/thrift/PlanNodes.thrift | 2 + .../window_functions/test_column_boundary.out} | Bin 115 -> 119 bytes .../window_functions/test_column_boundary.groovy | 54 ++ 9 files changed, 943 insertions(+), 882 deletions(-) copy regression-test/data/{export_p2/test_outfile_p2.out => query_p0/sql_functions/window_functions/test_column_boundary.out} (91%) create mode 100644 regression-test/suites/query_p0/sql_functions/window_functions/test_column_boundary.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org