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

[GLUTEN-2038][VL] Improve parquet write using arrow chunked array #326

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

ulysses-you
Copy link

@ulysses-you ulysses-you commented Jun 25, 2023

@ulysses-you
Copy link
Author

cc @JkSelf @zhouyuan thank you

// temporary memory. 'properties' specifies Parquet-specific
// options.
Writer(
std::unique_ptr<dwio::common::DataSink> sink,
memory::MemoryPool& pool,
int32_t rowsInRowGroup,
int64_t maxRowGroupBytes,
Copy link
Author

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes.

Copy link
Collaborator

@JkSelf JkSelf left a 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,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes.

@JkSelf JkSelf merged commit 9a56226 into oap-project:main Jun 26, 2023
@ulysses-you ulysses-you deleted the row-group branch June 26, 2023 08:43
@ulysses-you
Copy link
Author

@JkSelf sure

zhejiangxiaomai pushed a commit to zhejiangxiaomai/velox that referenced this pull request Jun 26, 2023
zhejiangxiaomai pushed a commit to zhejiangxiaomai/velox that referenced this pull request Jun 27, 2023
zhejiangxiaomai pushed a commit to zhejiangxiaomai/velox that referenced this pull request Jun 30, 2023
zhejiangxiaomai pushed a commit to zhejiangxiaomai/velox that referenced this pull request Jul 3, 2023
zhejiangxiaomai pushed a commit to zhejiangxiaomai/velox that referenced this pull request Jul 4, 2023
zhejiangxiaomai pushed a commit to zhejiangxiaomai/velox that referenced this pull request Jul 17, 2023
marin-ma pushed a commit to marin-ma/velox-oap that referenced this pull request Dec 15, 2023
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.

2 participants