Closed PHILO-HE closed 1 week ago
Thanks for opening a pull request!
Could you open an issue for this pull request on Github Issues?
https://github.com/apache/incubator-gluten/issues
Then could you also rename commit message and pull request title in the following format?
[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}
See also:
@zhztheplayer, just verified, we should set ".a" as the suffix for GCS.
What changes were proposed in this pull request?
Currently, static google_cloud_cpp_storage lib is used in both static build and dynamic build. The lib suffix was wrongly set for CMake to find the lib.
How was this patch tested?
Local verification.