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

Unnest respect kPreferedOutputBatchRows strictly #493

Closed
wants to merge 1 commit into from

Conversation

jinchengchenghh
Copy link
Collaborator

Before this patch, it has restrict one row output should be in one batch, after this batch, it is splited to several batches. It will always generate the batches which size is kPreferedOutputBatchRows other than the last output RowVector.
Record the startSize of the firstRow, process the first row and end row in special logic, the middle rows are 0 to maxSize while the first row and end row are startSize to endSize.

Resolves facebookincubator#10655

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.

Unnest operator honor kPreferredOutputBatchRows strictly
1 participant