You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/01 14:22:00 UTC

[jira] [Work logged] (BEAM-10608) Eliminate nullability errors from :sdks:java:io:google-cloud-platform

     [ https://issues.apache.org/jira/browse/BEAM-10608?focusedWorklogId=734609&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-734609 ]

ASF GitHub Bot logged work on BEAM-10608:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Mar/22 14:21
            Start Date: 01/Mar/22 14:21
    Worklog Time Spent: 10m 
      Work Description: kennknowles commented on a change in pull request #16721:
URL: https://github.com/apache/beam/pull/16721#discussion_r816810452



##########
File path: sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java
##########
@@ -90,14 +90,7 @@
 import io.grpc.Status.Code;
 import io.grpc.protobuf.ProtoUtils;
 import java.io.IOException;
-import java.util.ArrayList;
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.HashSet;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Map;
-import java.util.Set;
+import java.util.*;

Review comment:
       It sure isn't. I guess I lost my settings when I switched from IntelliJ community edition to ultimate.




-- 
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: github-unsubscribe@beam.apache.org

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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 734609)
    Time Spent: 1h  (was: 50m)

> Eliminate nullability errors from :sdks:java:io:google-cloud-platform
> ---------------------------------------------------------------------
>
>                 Key: BEAM-10608
>                 URL: https://issues.apache.org/jira/browse/BEAM-10608
>             Project: Beam
>          Issue Type: Sub-task
>          Components: io-java-gcp
>            Reporter: Kenneth Knowles
>            Priority: P3
>              Labels: starter
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Just edit {{build.gradle}} and set {{enableChecker: true}} and fix some errors!
> As of 2020-07-20 setting {{-Xmaxerrs 10000}} there are 1451 errors in the core Java SDK.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)