-
Notifications
You must be signed in to change notification settings - Fork 845
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
Regression when serializing large json numbers #5038
Comments
Possibly introduced by #4861. I can take a look |
tustvold
added a commit
to tustvold/arrow-rs
that referenced
this issue
Nov 6, 2023
tustvold
added a commit
that referenced
this issue
Nov 6, 2023
Thanks for the fix @tustvold |
|
alamb
pushed a commit
to alamb/arrow-rs
that referenced
this issue
Nov 8, 2023
alamb
added a commit
that referenced
this issue
Nov 9, 2023
…0.0_maintenance` (#5059) * Fix serialization of large integers (#5038) (#5042) * fmt --------- Co-authored-by: Raphael Taylor-Davies <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Serializing and writing a json Number
Number(1699148028689)
to parquet usingarrow_json
the value is not preserved.When the value is read back from the parquet file, we obtain
-1659020527
.To Reproduce
The text was updated successfully, but these errors were encountered: