-
Notifications
You must be signed in to change notification settings - Fork 52
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
[GLUTEN-2038][VL] Improve parquet write using arrow chunked array #326
Conversation
// temporary memory. 'properties' specifies Parquet-specific | ||
// options. | ||
Writer( | ||
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.
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?
// temporary memory. 'properties' specifies Parquet-specific | ||
// options. | ||
Writer( | ||
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 <[email protected]>
…ct#326) Co-authored-by: youxiduo <[email protected]>
…ct#326) Co-authored-by: youxiduo <[email protected]>
…ct#326) Co-authored-by: youxiduo <[email protected]>
…ct#326) Co-authored-by: youxiduo <[email protected]>
…ct#326) Co-authored-by: youxiduo <[email protected]>
see apache/incubator-gluten#2039