wuchong commented on pull request #11830: URL: https://github.com/apache/flink/pull/11830#issuecomment-689969724
Regarding to `AggregateITCase#testListAggWithRetraction`, we should update `StateListView#remove` to not hard cast `getListState().get()` to `List`. We can use the iterator for removing, and maybe we need to support `remove` for `TtlListState#IteratorWithCleanup`. ---------------------------------------------------------------- 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]
