cushon opened a new issue, #23666:
URL: https://github.com/apache/beam/issues/23666

   ### What happened?
   
   When compiling with JDK versions that include the fix for [JDK-4511638: 
Double.toString(double) sometimes produces incorrect 
results](https://bugs.openjdk.org/browse/JDK-4511638), I'm seeing this build 
error in `TableRowToStorageApiProtoIT.java`
   
   ```
   
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/TableRowToStorageApiProtoIT.java:184:
 warning: [FloatingPointLiteralPrecision] Floating point literal loses precision
             .set("datetimeValue", 142111881387172416D)
                                   ^
       (see https://errorprone.info/bugpattern/FloatingPointLiteralPrecision)
     Did you mean '.set("datetimeValue", 1.4211188138717242E+17)'?
   error: warnings found and -Werror specified
   ```
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: sdk-java-core


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to