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

Use OrcReader#MAX_BATCH_SIZE = 8 * 1024 #16858

Merged

Conversation

lukasz-stec
Copy link
Member

Previous value 8196 was bigger than PageProcessor#MAX_BATCH_SIZE causing PageProcessor to create small, 4 position pages every other page.

Description

Additional context and related issues

Release notes

(X ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

Copy link
Member

@sopel39 sopel39 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

@raunaqmorarka
Copy link
Member

There is a related test failure.

Previous value 8196 was bigger than PageProcessor#MAX_BATCH_SIZE
causing PageProcessor to create small, 4 position pages every other page.
@lukasz-stec lukasz-stec force-pushed the ls/074-orc-reader-max-batch-size branch from 02f038b to 9890b9e Compare April 4, 2023 06:47
@lukasz-stec
Copy link
Member Author

There is a related test failure.

fixed

@raunaqmorarka raunaqmorarka merged commit 51c38aa into trinodb:master Apr 5, 2023
@raunaqmorarka raunaqmorarka deleted the ls/074-orc-reader-max-batch-size branch April 5, 2023 03:43
@github-actions github-actions bot added this to the 412 milestone Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants