Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cherry-pick](branch-30)fix the exchange not skip offset rows (#42190) #42490

Open
wants to merge 1 commit into
base: branch-3.0
Choose a base branch
from

Conversation

zhangstar333
Copy link
Contributor

cherry-pick from master (#42190)

before the fix, the exchange operator will return some error result.

the `set_num_rows` function will save some rows[0, length), remove
others;
but here need skip offset rows, so need skip[0,offset) rows, should use
`skip_num_rows`.
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@zhangstar333 zhangstar333 changed the title [Bug](exchange)fix the exchange not skip offset rows (#42190) [cherry-pick](branch-30)fix the exchange not skip offset rows (#42190) Oct 25, 2024
@zhangstar333
Copy link
Contributor Author

run buildall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants