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

Implement high-level Parquet writer #35

Closed
alamb opened this issue Apr 26, 2021 · 2 comments
Closed

Implement high-level Parquet writer #35

alamb opened this issue Apr 26, 2021 · 2 comments
Labels
parquet Changes to the parquet crate

Comments

@alamb
Copy link
Contributor

alamb commented Apr 26, 2021

Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-4392

We only have low-level parquet writer at the moment, which requires user to specify values, definition levels, repetition levels, etc. This is inconvenient. Instead, we should offer high-level Parquet writer that hide these details.

@alamb alamb added the arrow Changes to the arrow crate label Apr 26, 2021
@alamb
Copy link
Contributor Author

alamb commented Apr 26, 2021

Comment from Andy Grove(andygrove) @ 2019-10-10T13:45:56.175+0000:

[~csun] Are you still planning on working on this?

Comment from Andy Grove(andygrove) @ 2019-10-10T13:51:15.064+0000:

[~liurenjie1024] You might be interested in working on this as well?

Comment from Renjie Liu(liurenjie1024) @ 2019-10-11T06:32:27.110+0000:

[~andygrove] Yes it looks interesting to me. I'll take this if [~csun] is not available.

@alamb alamb added parquet Changes to the parquet crate and removed arrow Changes to the arrow crate labels Apr 26, 2021
@alamb
Copy link
Contributor Author

alamb commented May 12, 2022

I think the arrow writer (that writes parquet files from arrow arrays) is a pretty good high level parquet writer

https://docs.rs/parquet/13.0.0/parquet/arrow/index.html

@alamb alamb closed this as completed May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parquet Changes to the parquet crate
Projects
None yet
Development

No branches or pull requests

1 participant