Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
When using i64 values that are larger than 2^53 JavaScript does not keep the low-order bits.
I have a function returning i64 expecting to use it as an id to a later function. Data is lost when a client calls this function in JavaScript because it doesn't end up with the full precision.
Attachments
Issue Links
- duplicates
-
THRIFT-1353 Switch to performance branch, get rid of BinaryParser
- Closed