This is an automated email from the ASF dual-hosted git repository.
yuanzhou 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 ad0fb0e71 [VL] Fix udf segfault for static build (#6215)
ad0fb0e71 is described below
commit ad0fb0e718bdd7437360e717a4a3fb0ac8fbc6af
Author: Rong Ma <[email protected]>
AuthorDate: Tue Jun 25 21:31:42 2024 +0800
[VL] Fix udf segfault for static build (#6215)
---
cpp/velox/symbols.map | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cpp/velox/symbols.map b/cpp/velox/symbols.map
index ebd2b9af0..525faf352 100644
--- a/cpp/velox/symbols.map
+++ b/cpp/velox/symbols.map
@@ -6,6 +6,8 @@
};
Java_org_apache_gluten_*;
+ JNI_OnLoad;
+ JNI_OnUnload;
local:
# Hide symbols of static dependencies
*;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]