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
#375: preserve whole-number floats in Avro generic wrapper
Add JSON_PRESERVE_ZERO_FRACTION to json_encode in encodeWrapped().
3.0 now stays 3.0 (float) instead of narrowing to 3 (int).
Parity suite updated: three_point_zero assertions now verify
float type preservation end-to-end.
0 commit comments