wecharyu opened a new pull request, #7189:
URL: https://github.com/apache/incubator-gluten/pull/7189

   ## What changes were proposed in this pull request?
   
   Read the gcc version from generated `libgluten.so` file instead of use `gcc 
--version` directly.
   
   We may compile cpp codes and scala codes in different bash, if multiple 
versions of GCC are installed on the system and the GCC version used by C++ is 
not correctly sourced during Scala code compilation, the generated GCC version 
by `gcc --version` may be inaccurate in `gluten-build-info.properties`.
   
   (Fixes: \#ISSUE-ID)
   
   ## How was this patch tested?
   Manually test on local by comparing the generated 
`gluten-build-info.properties` files.
   


-- 
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]

Reply via email to