[
https://issues.apache.org/jira/browse/BEAM-8437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17047874#comment-17047874
]
Luke Cwik commented on BEAM-8437:
---------------------------------
The JSON specification for number types has unlimited precision but many
implementations impose limits (whether it is some arbitrary limit or follow a
specific standard like IEEE 754). I decided to use string since it would
prevent the YAML/JSON parser from mangling the actual value and it would be
upto the test code to ensure the string -> IEEE 754 double conversion is exact.
> Consider using native doubles in standard_coders_test.yaml
> ----------------------------------------------------------
>
> Key: BEAM-8437
> URL: https://issues.apache.org/jira/browse/BEAM-8437
> Project: Beam
> Issue Type: Task
> Components: testing
> Reporter: Brian Hulette
> Priority: Minor
>
> Context: https://github.com/apache/beam/pull/9188#discussion_r332233044
--
This message was sent by Atlassian Jira
(v8.3.4#803005)