-
Notifications
You must be signed in to change notification settings - Fork 64
[GLUTEN-2038][VL] Improve parquet write using arrow chunked array #326
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
Conversation
| std::unique_ptr<dwio::common::DataSink> sink, | ||
| memory::MemoryPool& pool, | ||
| int32_t rowsInRowGroup, | ||
| int64_t maxRowGroupBytes, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems rowsInRowGroup is dead code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
JkSelf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. And can you help to upstream this optimization into upstream?
| std::unique_ptr<dwio::common::DataSink> sink, | ||
| memory::MemoryPool& pool, | ||
| int32_t rowsInRowGroup, | ||
| int64_t maxRowGroupBytes, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
|
@JkSelf sure |
…ct#326) Co-authored-by: youxiduo <youxiduo@corp.netease.com>
…ct#326) Co-authored-by: youxiduo <youxiduo@corp.netease.com>
…ct#326) Co-authored-by: youxiduo <youxiduo@corp.netease.com>
…ct#326) Co-authored-by: youxiduo <youxiduo@corp.netease.com>
…ct#326) Co-authored-by: youxiduo <youxiduo@corp.netease.com>
…ct#326) Co-authored-by: youxiduo <youxiduo@corp.netease.com>
see apache/incubator-gluten#2039