You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly handle fetch JSON numbers in Java and C++ drivers (#603)
## Usage and product changes
When receiving the fetch response across the FFI boundary as JSON, Java
and C++ drivers would incorrectly parse numbers: Java as a single
precision float, and C++ as an integer. This PR fixes both those issues.
## Implementation
Fixes#601
0 commit comments