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

yiguolei pushed a change to branch spill_repartition
in repository https://gitbox.apache.org/repos/asf/doris.git


    from a631dac0897 update dir and file meta realtime
     new 3d35204aae3 refactor code and add unit test
     new e62d9244fb0 fix ut test bug

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../exec/partitioned_aggregation_sink_operator.cpp |   89 +-
 .../exec/partitioned_aggregation_sink_operator.h   |   33 +-
 .../partitioned_aggregation_source_operator.cpp    |   20 +-
 .../exec/partitioned_aggregation_source_operator.h |   20 +-
 .../partitioned_aggregation_sink_operator_test.cpp |  121 ++-
 ...artitioned_aggregation_source_operator_test.cpp |  196 +++-
 .../partitioned_aggregation_test_helper.cpp        |    3 -
 .../partitioned_hash_join_probe_operator_test.cpp  |  728 ++++++++++----
 .../partitioned_hash_join_sink_operator_test.cpp   |  118 ++-
 .../operator/partitioned_hash_join_test_helper.cpp |   18 +-
 .../operator/partitioned_hash_join_test_helper.h   |    4 +-
 .../operator/spill_sort_sink_operator_test.cpp     |  134 ++-
 .../operator/spill_sort_source_operator_test.cpp   |  315 +++++-
 .../pipeline/operator/spill_sort_test_helper.cpp   |    5 +-
 be/test/vec/spill/spill_file_test.cpp              | 1040 ++++++++++++++++++++
 15 files changed, 2471 insertions(+), 373 deletions(-)
 create mode 100644 be/test/vec/spill/spill_file_test.cpp


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

Reply via email to