[
https://issues.apache.org/jira/browse/BEAM-11648?focusedWorklogId=550574&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-550574
]
ASF GitHub Bot logged work on BEAM-11648:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Feb/21 05:37
Start Date: 10/Feb/21 05:37
Worklog Time Spent: 10m
Work Description: ibzib commented on pull request #13765:
URL: https://github.com/apache/beam/pull/13765#issuecomment-776456284
> @chamikaramj @kennknowles
>
> :sdks:java:testing:nexmark:analyzeClassesDependencies is now failing with
>
> > No signature of method:
ca.cutterslade.gradle.analyze.AnalyzeDependenciesTask$_action_closure3$_closure8.doCall()
is applicable for argument types:
(org.gradle.api.internal.artifacts.PreResolvedResolvableArtifact) values:
[auto-value-annotations-1.7.4.jar
(com.google.auto.value:auto-value-annotations:1.7.4)]
> > Possible solutions: findAll(), findAll(), isCase(java.lang.Object),
isCase(java.lang.Object)
>
> Is this a known issue? I don't believe that updating GCP deps should
affect Nexmark
The bad error message is from a bug in the IWYU plugin (which should be
fixed in the next release of the plugin):
https://github.com/gradle-dependency-analyze/gradle-dependency-analyze/issues/125
It looks like upgrading the bom upgrades auto-value-annotations from 1.7.2
to 1.7.4, so you need to sync the version here:
https://github.com/apache/beam/blob/bc1569cb13540376c2878d87d3b270b752464888/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L425
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 550574)
Time Spent: 16h 50m (was: 16h 40m)
> Implement new BigQuery sink (Vortex)
> ------------------------------------
>
> Key: BEAM-11648
> URL: https://issues.apache.org/jira/browse/BEAM-11648
> Project: Beam
> Issue Type: New Feature
> Components: extensions-java-gcp
> Reporter: Reuven Lax
> Priority: P2
> Time Spent: 16h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)