[ 
https://issues.apache.org/jira/browse/BEAM-11385?focusedWorklogId=519276&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-519276
 ]

ASF GitHub Bot logged work on BEAM-11385:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Dec/20 22:08
            Start Date: 02/Dec/20 22:08
    Worklog Time Spent: 10m 
      Work Description: lostluck commented on pull request #13467:
URL: https://github.com/apache/beam/pull/13467#issuecomment-737525133


   R: @kennknowles 


----------------------------------------------------------------
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: 519276)
    Time Spent: 20m  (was: 10m)

> Samza "[type.argument.type.incompatible] " error.
> -------------------------------------------------
>
>                 Key: BEAM-11385
>                 URL: https://issues.apache.org/jira/browse/BEAM-11385
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-samza
>    Affects Versions: 2.26.0
>            Reporter: Robert Burke
>            Assignee: Robert Burke
>            Priority: P2
>             Fix For: 2.26.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Unable to build samza due to the following:
> ```
> Task :runners:samza:compileJava 
> /home/rebo/build_release_candidate/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>> { ^ found : K[ extends @UnknownKeyFor Object 
> super @KeyForBottom Void] required: [extends @UnknownKeyFor Object super 
> @UnknownKeyFor null]
> ```
>  
> Suppressing "keyfor" for the class resolves the issue.
> It's not clear why this isn't happening on master.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to