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

[Feature Request] [Kernel] Expose a config to control the ParquetColumnWriters.ArrayWriter write as 2-level writer. #4183

Open
horizonzy opened this issue Feb 23, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@horizonzy
Copy link
Contributor

Feature request

Now, the ParquetColumnWriters.ArrayWriter only supports the 3-level writer. We hope it can write as 2-level writer.

void writeNonNullRowValue(RecordConsumer recordConsumer, int rowId) {
// Write as 3-level representation. Later on, depending upon the config,
// we can write either as 2-level or 3-level representation.
recordConsumer.startGroup();

@horizonzy horizonzy added the enhancement New feature or request label Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant