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 f3493e041ad [fix](build) Skip some hdfsBuilder functions when USE_HADOOP_HDFS support is not enabled (#49529) add 730b3e67b07 [BE](ut) add be ut about partition sort and analytic operator (#49598) No new revisions were added by this update. Summary of changes: be/src/common/be_mock_util.h | 1 + be/src/pipeline/exec/analytic_sink_operator.h | 9 + be/src/pipeline/exec/analytic_source_operator.h | 3 + .../pipeline/exec/partition_sort_sink_operator.cpp | 3 +- .../pipeline/exec/partition_sort_sink_operator.h | 9 + .../pipeline/exec/partition_sort_source_operator.h | 4 +- ...or_test.cpp => analytic_sink_operator_test.cpp} | 194 ++++++++------------- .../operator/partition_sort_sink_operator_test.cpp | 180 +++++++++++++++++++ be/test/testutil/mock/mock_agg_fn_evaluator.cpp | 1 + 9 files changed, 284 insertions(+), 120 deletions(-) copy be/test/pipeline/operator/{sort_operator_test.cpp => analytic_sink_operator_test.cpp} (53%) create mode 100644 be/test/pipeline/operator/partition_sort_sink_operator_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org