-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
refactor(parquet): Int96 timestamp column reader #11719
Conversation
✅ Deploy Preview for meta-velox canceled.
|
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!
7e324fc
to
60bffa2
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.
Thanks. Looks good! Just two nits on comments.
041c2a0
to
cbeb1a7
Compare
Encountered flaky test |
cbeb1a7
to
f6b7fd2
Compare
Co-authored-by: Kapil Singh <[email protected]>
f6b7fd2
to
4339b8b
Compare
@bikramSingh91 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@bikramSingh91 merged this pull request in 422fcee. |
Use
toPrecision
from #8325, which will also be used for Int64 Timestamp.