PHILO-HE commented on PR #10243: URL: https://github.com/apache/incubator-gluten/pull/10243#issuecomment-3106425559
@A-little-bit-of-data, if you are building Gluten early versions with latest docker image, please add `--build_arrow=ON` to re-install all required arrow libs, including libparquet.a. In gluten main branch, we have removed the dependency on libparquet.a and also removed it from arrow build and installation. Then, latest docker image doesn't contain libparquet.a in its system lib path. Therefore, if older gluten version that still requires libparquet.a, you have to enable that arrow option. -- 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]
