JingsongLi opened a new pull request, #9382: URL: https://github.com/apache/paimon/pull/9382
### Purpose Bundle the runtime dependencies required by paimon-mosaic and paimon-vector into their own artifacts, instead of adding them to paimon-bundle. paimon-mosaic shades Mosaic, Paimon Arrow, and the required Arrow runtime dependencies. Arrow C Data classes retain their original package names because its JNI implementation resolves them by name. paimon-vector shades the native vector index artifact and Paimon's shaded Jackson artifact. ### Tests - mvn -pl paimon-mosaic,paimon-vector -am -Pfast-build -DfailIfNoTests=false -DwildcardSuites=none -Dtest=MosaicReaderWriterTest,NativeVectorGlobalIndexTest test - mvn -pl paimon-mosaic,paimon-vector -am -DskipTests -DfailIfNoTests=false package - mvn -pl paimon-mosaic,paimon-vector clean package -DskipTests -DfailIfNoTests=false - Verified both shaded jars in isolated runtime smoke tests, including Mosaic file writing and vector JNI trainer creation. -- 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]
