FelixYBW commented on PR #12244:
URL: https://github.com/apache/gluten/pull/12244#issuecomment-4657285415

   > > We'd also keep an eye on the glibc compatibility of the official 
arrow-c-data jar.
   > 
   > @zhztheplayer, based on the following build guide, it appears that 
java-jni-manylinux-2014 is used in Arrow's official build. Since it is CentOS 
7-based and built against glibc 2.17, this should ensure glibc compatibility on 
higher-version environments.
   > 
   > https://arrow.apache.org/java/main/developers/building.html
   
   In Gluten, when we convert velox to Arrow C_data, we should link the one in 
Velox, not the lib in arrow jar, right? Then we copy the data pointers to arrow 
jar's and send to JVM. 
   
   If any project uses Spark's Arrow C_data, then we should be fine.


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