jiexray commented on PR #23305:
URL: https://github.com/apache/flink/pull/23305#issuecomment-1696665750

   @masteryhx Thank you for the review. I have added a new test in 
`ChangelogMapStateTest`. In the test, I try to assert the following:
   ```
   state1.iterate().next() equals expected; // assert-1
   state2.iterate().next() equals expected; // assert-2
   
   state1.iterate().next() equals state2.iterate().next(); // assert-3
   ```
   
   `assert-1` and `assert-2` are passed without the overwrite `equal()`. 
However, `assert-3` will fail without the overwrite `equal()`. 


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to