Commits


Yue authored and GitHub committed 47314e8cbf1
GH-37751: [C++][Gandiva] Avoid registering exported functions multiple times in gandiva (#37752) ### Rationale for this change Try to fix https://github.com/apache/arrow/issues/37751 ### What changes are included in this PR? The exported functions defined in gandiva are registered multiple times unnecessarily. This PR tries to address this issue. ### Are these changes tested? Yes. ### Are there any user-facing changes? No Authored-by: Yue Ni <niyue.com@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>