This is an automated email from the ASF dual-hosted git repository.

ulyssesyou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 7bdc68135 [VL] Fix load and link libglog.so.1 in 
SharedLibraryLoaderCentos8 (#5271)
7bdc68135 is described below

commit 7bdc6813552c7deb9ecc1f2b4d68ecdc172c882d
Author: Joey <joey....@alibaba-inc.com>
AuthorDate: Wed Apr 3 09:48:08 2024 +0800

    [VL] Fix load and link libglog.so.1 in SharedLibraryLoaderCentos8 (#5271)
---
 .../main/scala/org/apache/gluten/utils/SharedLibraryLoaderCentos8.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/backends-velox/src/main/scala/org/apache/gluten/utils/SharedLibraryLoaderCentos8.scala
 
b/backends-velox/src/main/scala/org/apache/gluten/utils/SharedLibraryLoaderCentos8.scala
index 433e4616f..c1d3bf2e2 100755
--- 
a/backends-velox/src/main/scala/org/apache/gluten/utils/SharedLibraryLoaderCentos8.scala
+++ 
b/backends-velox/src/main/scala/org/apache/gluten/utils/SharedLibraryLoaderCentos8.scala
@@ -35,7 +35,7 @@ class SharedLibraryLoaderCentos8 extends SharedLibraryLoader {
       .loadAndCreateLink("libdouble-conversion.so.3", 
"libdouble-conversion.so", false)
       .loadAndCreateLink("libevent-2.1.so.6", "libevent-2.1.so", false)
       .loadAndCreateLink("libgflags.so.2.2", "libgflags.so", false)
-      .loadAndCreateLink("libglog.so.0", "libglog.so", false)
+      .loadAndCreateLink("libglog.so.1", "libglog.so", false)
       .loadAndCreateLink("libdwarf.so.1", "libdwarf.so", false)
       .loadAndCreateLink("libidn.so.11", "libidn.so", false)
       .loadAndCreateLink("libntlm.so.0", "libntlm.so", false)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org

Reply via email to