[
https://issues.apache.org/jira/browse/BEAM-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17266844#comment-17266844
]
Beam JIRA Bot commented on BEAM-11250:
--------------------------------------
This issue is assigned but has not received an update in 30 days so it has been
labeled "stale-assigned". If you are still working on the issue, please give an
update and remove the label. If you are no longer working on the issue, please
unassign so someone else may work on it. In 7 days the issue will be
automatically unassigned.
> Error :runners:samza:compileJava for checkJavaLinkage
> -----------------------------------------------------
>
> Key: BEAM-11250
> URL: https://issues.apache.org/jira/browse/BEAM-11250
> Project: Beam
> Issue Type: Bug
> Components: runner-samza
> Affects Versions: Not applicable
> Reporter: Esun Kim
> Assignee: Kenneth Knowles
> Priority: P1
> Labels: stale-assigned
>
> Running checkJavaLinkage against most of all artifacts ends up with compile
> error in :runners:samza:compileJava. (master branch)
> How to reproduce this
> {code}
> $ docker -it --rm adoptopenjdk:8 /bin/bash
> # git clone beam (commit 02a1cd24) & install golang & rsync
> # java -version
> openjdk version "1.8.0_272"
> OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_272-b10)
> OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.272-b10, mixed mode)
> # ./gradlew -Ppublishing
> -PjavaLinkageArtifactIds=beam-sdks-java-io-google-cloud-platform
> :checkJavaLinkage
> > Task :runners:samza:compileJava
> /beam/runners/samza/src/main/java/org/apache/beam/runners/samza/runtime/KeyedTimerData.java:48:
> error: [type.argument.type.incompatible] incompatible type argument for type
> parameter K of KeyedTimerData.
> public class KeyedTimerData<K> implements Comparable<KeyedTimerData<K>> {
> ^
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)