QuakeWang opened a new pull request, #48:
URL: https://github.com/apache/paimon-mosaic/pull/48

   The source release script used rsync and the platform tar command, which can 
include macOS filesystem metadata such as AppleDouble files, pax headers, and 
com.apple.* extended attributes in the source tarball.
   
   This PR generates the source archive from the committed Git tree with git 
archive and gzip -n, avoiding filesystem metadata in the release tarball.
   
   The release verification guide also copied the JNI library into 
java/src/main/resources/native/, but NativeLib loads libraries from 
/native/{os}/{arch}/. This PR updates the guide to copy each platform library 
into the directory layout used by NativeLib and the Java release workflow.


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