[
https://issues.apache.org/jira/browse/BEAM-10562?focusedWorklogId=463111&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463111
]
ASF GitHub Bot logged work on BEAM-10562:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Jul/20 19:56
Start Date: 24/Jul/20 19:56
Worklog Time Spent: 10m
Work Description: 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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 463111)
Time Spent: 40m (was: 0.5h)
> Eliminate nullability errors from :sdks:java:extensions:join-library
> --------------------------------------------------------------------
>
> Key: BEAM-10562
> URL: https://issues.apache.org/jira/browse/BEAM-10562
> Project: Beam
> Issue Type: Sub-task
> Components: dsl-sql
> Reporter: Jayendra
> Assignee: Jayendra
> Priority: P2
> Labels: starter
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Just edit {{build.gradle}} and set {{enableChecker: true}} and fix some
> errors!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)