benWize commented on a change in pull request #15648:
URL: https://github.com/apache/beam/pull/15648#discussion_r728541561



##########
File path: 
sdks/java/core/src/test/java/org/apache/beam/sdk/coders/BigDecimalCoderTest.java
##########
@@ -39,6 +39,7 @@
 
   private static final Coder<BigDecimal> TEST_CODER = BigDecimalCoder.of();
 
+  @SuppressWarnings("BigDecimalLiteralDouble")

Review comment:
       This test 
https://github.com/apache/beam/blob/6563caf3d83af2a18a8a1d306ae378d46cf17023/sdks/java/core/src/test/java/org/apache/beam/sdk/coders/BigDecimalCoderTest.java#L92
 failed with the suggested change.
   I've changed the expected string so the test still succeeds.




-- 
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