bowenliang123 commented on PR #41546:
URL: https://github.com/apache/spark/pull/41546#issuecomment-1586618609

   After checking the major version of every class files from `threeten-extra` 
jar file 1.7.1 (also latest 1.7.2), it turns out three package info classes 
violates the bytecode enforcer rule.
   ```
   threeten-extra-1.7.1/org/threeten/extra/scale/package-info.class, major 
version:53
   threeten-extra-1.7.1/org/threeten/extra/chrono/package-info.class, major 
version:53
   threeten-extra-1.7.1/org/threeten/extra/package-info.class, major version:53
   ```
   
   
   Manual checks on class file with ` javap -v 
threeten-extra-1.7.1/org/threeten/extra/package-info.class`,
   ```
     Last modified 2022-8-2; size 124 bytes
     MD5 checksum 6e7e78b5c0db672c93335f76c78dc092
     Compiled from "package-info.java"
   interface org.threeten.extra.package-info
     minor version: 0
     major version: 53
   ...
   SourceFile: "package-info.java"
   ```


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

Reply via email to