You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/07/24 19:56:08 UTC

[GitHub] [beam] kennknowles commented on a change in pull request #12351: [BEAM-10562]Eliminate nullability errors from :sdks:java:extensions:join-library

kennknowles commented on a change in pull request #12351:
URL: https://github.com/apache/beam/pull/12351#discussion_r460259266



##########
File path: sdks/java/extensions/join-library/src/test/java/org/apache/beam/sdk/extensions/joinlibrary/InnerJoinTest.java
##########
@@ -32,6 +32,7 @@
 import org.junit.Test;
 
 /** This test Inner Join functionality. */
+@SuppressWarnings("initialization.fields.uninitialized")

Review comment:
       Why is this suppressed? Instead, we can initialize the fields.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org