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

[opt](parquet-writer) Specify the row group size when writing data to Parquet files. (#35081) #36042

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

morningman
Copy link
Contributor

bp #35081

… Parquet files. (apache#35081)

Previously, each Block data would write a row group every time when data
was written to a Parquet file.

Using Arrow's `WriteRecordBatch` interface allows caching data to be
written to Parquet. We can control the size of the row group cache."

Currently, simply accumulate the size of the blocks to determine the
cache size.
@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.

@morningman
Copy link
Contributor Author

run buildall

Copy link
Contributor

github-actions bot commented Jun 7, 2024

clang-tidy review says "All clean, LGTM! 👍"

@morningman morningman merged commit 1715bae into apache:branch-2.1 Jun 7, 2024
18 of 22 checks passed
@morningman morningman mentioned this pull request Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants