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: us...@infra.apache.org