lxy-9602 opened a new pull request, #8345: URL: https://github.com/apache/paimon/pull/8345
### Purpose This PR fixes the bundle packaging for the new format metadata APIs. `paimon-format` now exposes Arrow schema metadata through `SupportsReaderArrowSchema` and `FormatMetadataUtils`, whose public/runtime API depends on `org.apache.arrow.vector.types.pojo.Schema`. However, `paimon-bundle` previously shaded only `paimon-format` itself, so the generated bundle jar did not contain `paimon-arrow` or the required Arrow classes. This could cause deployments using `paimon-bundle` to fail with errors such as: ```text java.lang.NoClassDefFoundError: org/apache/arrow/vector/types/pojo/Schema ``` ### Tests -- 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]
