You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "legendtkl (via GitHub)" <gi...@apache.org> on 2023/03/27 02:28:31 UTC

[GitHub] [incubator-paimon] legendtkl commented on pull request #714: [core] support JDK 11

legendtkl commented on PR #714:
URL: https://github.com/apache/incubator-paimon/pull/714#issuecomment-1484392096

   hi, @SteNicholas 
   1. CI failure is because of the unstable UT described in this issue: https://github.com/apache/incubator-paimon/issues/657. I am not sure the failure frequency of occurrence, would you help re-run the CI? thanks.
   2. sun.misc.Unsafe is still available in JDK11, but removed to jdk.unsupported. We can still compile this with JDK11. There is also an issue to track this: https://github.com/apache/incubator-paimon/issues/692 . To enable the compiler error in IDEA, plz make the option un-tick. 
   <img width="982" alt="image" src="https://user-images.githubusercontent.com/2370761/227825976-7abf4933-d859-4ccf-abcd-646552ffe263.png">
   
   Thanks.
   


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

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