[GitHub] [flink] AHeise commented on pull request #12441: [FLINK-17918][table-blink] Fix AppendOnlyTopNFunction shouldn't mutate list value of MapState

2020-06-03 Thread GitBox
AHeise commented on pull request #12441: URL: https://github.com/apache/flink/pull/12441#issuecomment-638137845 Okay I investigated `org.apache.flink.table.planner.runtime.stream.sql.OverWindowITCase#testRowTimeUnBoundedPartitionedRowsOver2`. The issue in general is that the

[GitHub] [flink] AHeise commented on pull request #12441: [FLINK-17918][table-blink] Fix AppendOnlyTopNFunction shouldn't mutate list value of MapState

2020-06-03 Thread GitBox
AHeise commented on pull request #12441: URL: https://github.com/apache/flink/pull/12441#issuecomment-638038993 The actual changes LGTM. However, Azure showed an error that was probably found by the different test setup. I'll investigate what's going on (I have a good test setup for