aromanenko-dev commented on code in PR #27851:
URL: https://github.com/apache/beam/pull/27851#discussion_r1352613124


##########
sdks/java/core/build.gradle:
##########
@@ -124,5 +121,5 @@ dependencies {
 }
 
 project.tasks.compileTestJava {
-  options.compilerArgs += ['-Xlint:-rawtypes'] // generated avro uses rawtypes 
without suppression
+  options.compilerArgs += ['-Xlint:-rawtypes']

Review Comment:
   Unfortunately, no. I tried but there are other places that generate such 
warnings and make compilation fail. 
   So, it should be fixed by other PR (I add TODO for that).



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