lsyldliu edited a comment on pull request #11830:
URL: https://github.com/apache/flink/pull/11830#issuecomment-689605463


   @wuchong There are two tests failed, first is 
`RetractionITCase#testUniqueProcess`, error is 
   
   > java.lang.AssertionError: expected:<List((false,1,1), (false,1,2), 
(false,12,1), (false,3,1), (false,6,1), (false,6,2), (true,1,1), (true,1,2), 
(true,1,3), (true,12,1), (true,18,1), (true,2,1), (true,3,1), (true,6,1), 
(true,6,1), (true,6,2), (true,8,1))> but was:<List((false,1,1), (false,1,1), 
(false,1,1), (false,1,1), (false,1,2), (false,1,2), (false,1,2), (false,1,2), 
(false,12,1), (false,3,1), (false,6,1), (false,6,2), (true,1,1), (true,1,1), 
(true,1,1), (true,1,1), (true,1,2), (true,1,2), (true,1,2), (true,1,2), 
(true,1,3), (true,12,1), (true,18,1), (true,2,1), (true,3,1), (true,6,1), 
(true,6,1), (true,6,2), (true,8,1))_
   
   second is `AggregateITCase#testListAggWithRetraction`, error is 
   
   > Caused_ by: java.lang.ClassCastException: 
org.apache.flink.runtime.state.ttl.TtlListState$$Lambda$1880/979931448 cannot 
be cast to java.util.List
   I didn't know why now, can you give me some hints?


----------------------------------------------------------------
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]


Reply via email to