XiaoHongbo-Hope opened a new pull request, #22:
URL: https://github.com/apache/paimon-full-text/pull/22

   ### Purpose
   
   Fix the RC5 Windows wheel legal metadata verification failure.
   
   Windows checkout converted the target-specific legal files from LF to CRLF. 
Both the package copies and the dist-info license copies preserved those 
working-tree bytes, while the publish verifier compared them with a Linux LF 
checkout.
   
   ### Change
   
   Add a root .gitattributes rule forcing python/licenses/** to use LF on every 
platform. Keep setup.py and the artifact-exact verifier unchanged.
   
   ### Verification
   
   - Confirmed all six legal-file copies in the RC5 Windows wheel differ from 
the repository only by CRLF versus LF.
   - Simulated a checkout with core.autocrlf=true.
   - git ls-files --eol reports i/lf, w/lf, and eol=lf for the Windows target 
legal files.
   - LICENSE, NOTICE, and THIRD-PARTY-LICENSES.html remain byte-identical to 
the canonical repository files.
   - ASF license header check passed.


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

Reply via email to