You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
We should route all these invocations through the ShimLoader. Even if we decide not to do this, we should consistently use the Thread context classloader.
Environment details (please complete the following information)
local
Most calls use Bootstrap classloader and may create copies for classes loaded via Shim and context classloaders. Fixes#3710
Signed-off-by: Gera Shegalov <[email protected]>
Describe the bug
There are instances of
Class.forName
usage throughout the plugin, some of which don't specify the classloader.spark-rapids/sql-plugin/src/main/scala/com/nvidia/spark/rapids/HostColumnarToGpu.scala
Line 43 in d2051d1
Steps/Code to reproduce bug
grep source code
Expected behavior
We should route all these invocations through the ShimLoader. Even if we decide not to do this, we should consistently use the Thread context classloader.
Environment details (please complete the following information)
local
Additional context
#3658
The text was updated successfully, but these errors were encountered: