[feat](spill) Support spill repartition#61088
Open
mrhhsg wants to merge 1 commit intoapache:masterfrom
Open
Conversation
[c7b56dbe6a5][2026-03-05][Hu Shenggang] fix ut [b3a486d14b9][2026-03-05][Hu Shenggang] tiny mod [6411b66][2026-03-05][yiguolei ] refactor code and add unit test [23854d8][2026-03-05][yiguolei ] add force spill logic in join sink operator [a631dac][2026-03-04][yiguolei ] update dir and file meta realtime [a3fd36e][2026-03-04][yiguolei ] fix agg profile bug [c0380ad][2026-03-04][yiguolei ] change spill file to shared ptr [05670c5][2026-03-04][yiguolei ] fix probe revokeable memory size bug [5595d90][2026-03-03][yiguolei ] fix compile bug [36e3004][2026-03-03][yiguolei ] simplify code [9094b6b][2026-03-03][yiguolei ] simplify agg code [fdb355f][2026-03-03][yiguolei ] simplify probe code enhancement probe operator [82e94bb][2026-03-03][yiguolei ] refactor spill file interface [7548fe8][2026-03-02][Hu Shenggang] some tiny fix [2329442][2026-03-01][Hu Shenggang] fix agg revocable mem size [2c23a07][2026-02-28][Hu Shenggang] disbale distinct streaming agg when spill enabled [5c27350][2026-02-28][Hu Shenggang] Using spill_buffer_size_bytes as read limit when recovering data [35f2c55][2026-02-28][Hu Shenggang] [pipeline] Proactively pause query for spill under memory pressure in PipelineTask [4df2277][2026-02-28][Hu Shenggang] Make spill stream RAII [6a99170][2026-02-28][Hu Shenggang] Clear revoked data in agg & avoid null pointer in join [995aeec][2026-02-27][Hu Shenggang] Make repartitioner level-aware [87cbf87][2026-02-27][yiguolei ] fix compile [8a250cd][2026-02-27][yiguolei ] fix compile [a92b150][2026-02-27][yiguolei ] remove some codes [37df1fd][2026-02-27][yiguolei ] f [dd6d1f0][2026-02-27][yiguolei ] f [eb8a827][2026-02-27][yiguolei ] f [f73c0e9][2026-02-27][yiguolei ] f [2c989cb][2026-02-27][yiguolei ] repartitioner
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Member
Author
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
Contributor
FE UT Coverage ReportIncrement line coverage |
TPC-H: Total hot run time: 27821 ms |
TPC-DS: Total hot run time: 153786 ms |
Contributor
FE Regression Coverage ReportIncrement line coverage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[c7b56dbe6a5][2026-03-05][Hu Shenggang] fix ut
[b3a486d14b9][2026-03-05][Hu Shenggang] tiny mod
[6411b66][2026-03-05][yiguolei ] refactor code and add unit test
[23854d8][2026-03-05][yiguolei ] add force spill logic in join sink operator
[a631dac][2026-03-04][yiguolei ] update dir and file meta realtime
[a3fd36e][2026-03-04][yiguolei ] fix agg profile bug
[c0380ad][2026-03-04][yiguolei ] change spill file to shared ptr
[05670c5][2026-03-04][yiguolei ] fix probe revokeable memory size bug
[5595d90][2026-03-03][yiguolei ] fix compile bug
[36e3004][2026-03-03][yiguolei ] simplify code
[9094b6b][2026-03-03][yiguolei ] simplify agg code
[fdb355f][2026-03-03][yiguolei ] simplify probe code enhancement probe operator
[82e94bb][2026-03-03][yiguolei ] refactor spill file interface
[7548fe8][2026-03-02][Hu Shenggang] some tiny fix
[2329442][2026-03-01][Hu Shenggang] fix agg revocable mem size
[2c23a07][2026-02-28][Hu Shenggang] disbale distinct streaming agg when spill enabled
[5c27350][2026-02-28][Hu Shenggang] Using spill_buffer_size_bytes as read limit when recovering data
[35f2c55][2026-02-28][Hu Shenggang] [pipeline] Proactively pause query for spill under memory pressure in PipelineTask
[4df2277][2026-02-28][Hu Shenggang] Make spill stream RAII
[6a99170][2026-02-28][Hu Shenggang] Clear revoked data in agg & avoid null pointer in join
[995aeec][2026-02-27][Hu Shenggang] Make repartitioner level-aware
[87cbf87][2026-02-27][yiguolei ] fix compile
[8a250cd][2026-02-27][yiguolei ] fix compile
[a92b150][2026-02-27][yiguolei ] remove some codes
[37df1fd][2026-02-27][yiguolei ] f
[dd6d1f0][2026-02-27][yiguolei ] f
[eb8a827][2026-02-27][yiguolei ] f
[f73c0e9][2026-02-27][yiguolei ] f
[2c989cb][2026-02-27][yiguolei ] repartitioner
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)