JunRuiLee commented on PR #9856: URL: https://github.com/apache/paimon/pull/9856#issuecomment-5691522345
This was found while integrating Paimon 2.1 into Doris: the OSS SDK bundled at the root of `paimon-jindo` shadows libraries the host provides — the bundled Gson 2.8.6 masks the newer Gson used by Doris, depending on classpath order. The fix moves it into a private plugin directory via the existing `PluginLoader`, same as `paimon-oss`. No new Maven module, no change to the shared classloader. -- 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]
