dpengpeng commented on code in PR #1368:
URL: https://github.com/apache/incubator-gluten/pull/1368#discussion_r2097849572
##########
backends-velox/src/main/scala/io/glutenproject/backendsapi/velox/VeloxInitializerApi.scala:
##########
@@ -40,6 +40,10 @@ class VeloxInitializerApi extends InitializerApi {
new VeloxSharedlibraryLoaderCentos7
} else if (system.contains("alinux") && system.contains("3")) {
new VeloxSharedlibraryLoaderCentos8
+ } else if (system.contains("Anolis") && system.contains("8")) {
+ new VeloxSharedlibraryLoaderCentos8
+ } else if (system.contains("Anolis") && system.contains("7")) {
Review Comment:
@leesf
Did you compile the Gluten source code directly on CentOS 8 and then
successfully run it on Anolis OS 8 without needing to compile it on Anolis OS 8?
--
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]