-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
feat(parsers.parquet): Add Apache Parquet Parser #15008
Conversation
df2c071
to
db951d5
Compare
@srebhan thoughts on the 386 failure? Do I need to be checking the float64 values against math.MaxUint32? |
@powersj looks like a Apache Arrow issue. They had those issues before... I would report it to them... |
db951d5
to
88d6dcc
Compare
I can either put this on hold till the upstream issue is resolved: apache/arrow#40672 or we could limit the tests and usage to 64-bit. Otherwise, I believe the PR could get an initial review. |
Upstream issue resolved! |
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.
Looks great! Have just a couple questions
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! @srebhan can you take a look at this?
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.
Thanks @powersj for the awesome parser and the exemplary test coverage! Some comments from my side...
8956f21
to
1d69fe1
Compare
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.
Awesome! Thanks @powersj! Just one question left from my side... In case the code is as it should be, it would be nice to add a small comment to the code explaining why you can use the length of the first column.
9f85b1b
to
552bced
Compare
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.
Awesome!
@DStrand1 assigning it back to you in case you want to take another look after the code changes... |
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! @powersj can you check the "No AI generated code was used" button?
6dac14a
to
d7422d4
Compare
@DStrand1 button clicked and rebased on master. Will let tests run before hitting the button. |
Download PR build artifacts for linux_amd64.tar.gz, darwin_arm64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
Summary
Checklist
Related issues
fixes: #14785