lxy-9602 opened a new issue, #67264: URL: https://github.com/apache/doris/issues/67264
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Hi Doris community, Paimon C++ has been migrated to the Apache community, and future releases and ongoing development will continue in the official repository: https://github.com/apache/paimon-cpp We noticed that Doris currently uses an older Paimon C++ snapshot from `apache/doris-thirdparty`: https://github.com/apache/doris/blob/master/thirdparty/arrow-paimon-vars.sh When convenient, it would be great to migrate this dependency to an official Apache Paimon C++ release, such as 0.3.0, so that Doris can more easily receive future updates and bug fixes. Please note that the current snapshot does not have an identical commit SHA in the Apache repository, so the migration may require compatibility validation rather than only changing the download URL. ### Solution We suggest: 1. Updating the dependency to an official Apache Paimon C++ release. 2. Reviewing the existing Doris-specific patches and build configuration. 3. Verifying the Doris BE build and related Paimon tests. Apache Paimon C++ 0.3.0 release: https://github.com/apache/paimon-cpp/releases/tag/v0.3.0 If any issues arise during the migration, we would be happy to help. ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
