FangYongs commented on PR #6270: URL: https://github.com/apache/paimon/pull/6270#issuecomment-3327123300
> > Thanks @JingsongLi , `NOTICE` and `LICENSE` files in the root directory will cause paimon checker failed, I have merge the their contents into META-INF/NOTICE and META-INF/licenses/LICENSE, please help to review this pr again > > What kind of failure? We added this check precisely because we needed a complete NOTICE. The error message is as follows that the NOTICE and LICENSE files can not be in the root of jar file ``` 11:36:30,602 [org.apache.paimon.tools.ci.licensecheck.LicenseChecker.main()] ERROR org.apache.paimon.tools.ci.licensecheck.JarFileChecker [] - Jar file /tmp/paimon-validation-deployment/org/apache/paimon/paimon-hadoop-uber/1.4-SNAPSHOT/paimon-hadoop-uber-1.4-20250917.112721-1.jar contains a LICENSE file in an unexpected location: /NOTICE 11:36:30,602 [org.apache.paimon.tools.ci.licensecheck.LicenseChecker.main()] ERROR org.apache.paimon.tools.ci.licensecheck.JarFileChecker [] - Jar file /tmp/paimon-validation-deployment/org/apache/paimon/paimon-hadoop-uber/1.4-SNAPSHOT/paimon-hadoop-uber-1.4-20250917.112721-1.jar contains a LICENSE file in an unexpected location: /LICENSE 11:36:30,602 [org.apache.paimon.tools.ci.licensecheck.LicenseChecker.main()] ERROR org.apache.paimon.tools.ci.licensecheck.JarFileChecker [] - Jar file /tmp/paimon-validation-deployment/org/apache/paimon/paimon-hadoop-uber/1.4-SNAPSHOT/paimon-hadoop-uber-1.4-20250917.112721-1.jar contains a LICENSE file in an unexpected location: /okhttp3/internal/publicsuffix/NOTICE 11:38:27,222 [org.apache.paimon.tools.ci.licensecheck.LicenseChecker.main()] WARN org.apache.paimon.tools.ci.licensecheck.LicenseChecker [] - Found a total of 3 severe license issues Error: Process completed with exit code 1. ``` -- 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]
