pan3793 commented on PR #37787: URL: https://github.com/apache/spark/pull/37787#issuecomment-1424173443
I checked the file inside `threeten-extra-1.7.1.jar`, and only `module-info.class` has the issue, other classes and loaded by JDK8 correctly. Thus IMO it's not a big problem. ``` ➜ tmp javap module-info.class Error: error while reading constant pool for module-info.class: unexpected tag at #5: 19 ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
