-
Notifications
You must be signed in to change notification settings - Fork 820
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
add parquet-fromcsv (#1) #1798
add parquet-fromcsv (#1) #1798
Conversation
add command line tool for convert csv to parquet.
Codecov Report
@@ Coverage Diff @@
## master #1798 +/- ##
==========================================
- Coverage 83.53% 83.48% -0.06%
==========================================
Files 200 201 +1
Lines 56798 56838 +40
==========================================
+ Hits 47449 47451 +2
- Misses 9349 9387 +38
Continue to review full report at Codecov.
|
Sorry for the delay, I keep meaning to review this, will endeavor to do so tomorrow |
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.
This looks really nice, only some relatively minor nits.
Co-authored-by: Raphael Taylor-Davies <[email protected]>
Co-authored-by: Raphael Taylor-Davies <[email protected]>
Co-authored-by: Raphael Taylor-Davies <[email protected]>
Co-authored-by: Raphael Taylor-Davies <[email protected]>
Wonderful, thank you for this 🏅 The MIRI failures are unrelated to this PR so going to get this in 😄 |
add command line tool for convert csv to parquet.
Which issue does this PR close?
Closes #1797 .
Rationale for this change
What changes are included in this PR?
add parquet-fromcsv CLI,
Are there any user-facing changes?