xylaaaaa opened a new pull request, #60711: URL: https://github.com/apache/doris/pull/60711
## Summary - update `thirdparty/patches/paimon-cpp-buildutils-static-deps.patch` - add `Thrift_VERSION` fallback resolution in the embedded `cmake_modules/arrow.diff` hunk - keep a clear fatal error when no thrift version source is available ## Why On different environments, thrift version metadata may be exposed via different variables (`thrift_PC_VERSION`, `ThriftAlt_VERSION`, or `THRIFT_VERSION`). Without fallback, `Thrift_VERSION` can be empty and break Arrow configure. ## Testing - rebuilt thirdparty package: `bash thirdparty/build-thirdparty.sh paimon_cpp` - build completed successfully (`Finished to build all thirdparties`) -- 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]
