-
Notifications
You must be signed in to change notification settings - Fork 867
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
Int96Converter Truncates Timestamps #2480
Comments
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Aug 17, 2022
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Aug 17, 2022
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Aug 17, 2022
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Aug 19, 2022
tustvold
added a commit
that referenced
this issue
Aug 21, 2022
tustvold
added a commit
that referenced
this issue
Aug 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Int96ArrayConverter
takes theINT96
data and converts it to an i64 number of milliseconds since epoch, it then multiplies this by1_000_000
to convert to ai64
number of nanoseconds since epoch. This loses the nanosecond precision contained within the INT96 dataTo Reproduce
Expected behavior
Additional context
Noticed whilst playing with #1661
The text was updated successfully, but these errors were encountered: