You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/10/20 16:34:28 UTC

[GitHub] [flink] ferenc-csaky commented on pull request #21127: [FLINK-29707][cli] Fix possible comparator violation for "flink list"

ferenc-csaky commented on PR #21127:
URL: https://github.com/apache/flink/pull/21127#issuecomment-1285847522

   > I don't get how this can be JDK-specific. Probably related to overflows, no?
   > 
   > Is the test replicating the exact case you ran into?
   
   TBH I'm not sure anymore :) I did not debug it thoroughly, because of the easy fix. I went through [this](https://stackoverflow.com/questions/31274578/java-lang-illegalargumentexception-comparison-method-violates-its-general-contr) thread. It is not the same thing that happened here, there were mixed objects in the list in those cases and it was explicitly mentioned it works with the same object types.


-- 
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-unsubscribe@flink.apache.org

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