spuru9 commented on code in PR #28240:
URL: https://github.com/apache/flink/pull/28240#discussion_r3293250722


##########
flink-table/flink-table-runtime/src/test/java/org/apache/flink/table/runtime/sequencedmultisetstate/SequencedMultiSetStateTest.java:
##########
@@ -200,6 +200,33 @@ public void testAdd() throws Exception {
                 });
     }
 
+    @TestTemplate
+    public void testAddAfterReplacingNonHighestRow() throws Exception {
+        // Regression test for FLINK-39740: replacing an existing row by key 
must not regress

Review Comment:
   nit: this jira reference is not needed.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to