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/08/06 16:47:05 UTC

[GitHub] [beam] jayendra13 commented on a change in pull request #12446: [BEAM-10615][WIP] Eliminate nullability errors from :sdks:java:extens…

jayendra13 commented on a change in pull request #12446:
URL: https://github.com/apache/beam/pull/12446#discussion_r466546591



##########
File path: sdks/java/extensions/sql/jdbc/src/test/java/org/apache/beam/sdk/extensions/sql/jdbc/BeamSqlLineIT.java
##########
@@ -198,12 +202,14 @@ private String taxiRideJSON(
     return objectNode.toString();
   }
 
+  @SuppressWarnings("return.type.incompatible")

Review comment:
       May be this is also due to https://github.com/typetools/checker-framework/issues/979 so we should ignore this. am I correct ?




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