damccorm commented on code in PR #22046:
URL: https://github.com/apache/beam/pull/22046#discussion_r906268191


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -1064,6 +1066,7 @@ class BeamModulePlugin implements Plugin<Project> {
         // of the codebase. It is runtime so users can also take advantage of 
them. The annotations themselves
         // are MIT licensed (checkerframework is GPL and cannot be distributed)
         implementation 
"org.checkerframework:checker-qual:$checkerframework_version"
+        implementation 
"org.checkerframework:checker-compat-qual:$checkercompatframework_version"

Review Comment:
   It gives us `org.checkerframework.checker.nullness.compatqual.NonNullType` 
which is used in the PubSubSchemaTransformMessageToRowFactory for an annotation.
   
   I don't think we need an issue to record it (we don't generally need an 
issue every time we add a small new dependency), this is also coming from the 
same checkerframework used previously



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to