[
https://issues.apache.org/jira/browse/BEAM-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17270938#comment-17270938
]
Beam JIRA Bot commented on BEAM-11250:
--------------------------------------
This issue was marked "stale-assigned" and has not received a public comment in
7 days. It is now automatically unassigned. If you are still working on it, you
can assign it to yourself again. Please also give an update about the status of
the work.
> 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
> Priority: P1
>
> 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)