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
Jira Issue: PUBDEV-8378
Assignee: Michal Kurka
Reporter: Michal Kurka
State: Resolved
Fix Version: 3.36.0.1
Attachments: N/A
Development PRs: Available
Setting {{sys.ai.h2o.java.output.doubles=true}} will output POJO with
floating point numbers represented as doubles instead of doubles.
This changes just the representation of the numbers, precision stays the
same because POJO internally upcasts floats to doubles anyway.
The text was updated successfully, but these errors were encountered: