kennknowles commented on code in PR #29961:
URL: https://github.com/apache/beam/pull/29961#discussion_r1457845914
##########
runners/spark/spark_runner.gradle:
##########
@@ -25,9 +25,11 @@ applyJavaNature(
archivesBaseName: (project.hasProperty('archives_base_name') ?
archives_base_name : archivesBaseName),
exportJavadoc: (project.hasProperty('exportJavadoc') ? exportJavadoc : true),
classesTriggerCheckerBugs: [
+ 'Aggregators': 'TODO: file bug',
Review Comment:
Good catch - added a link to where they said they are working on it.
--
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]