[jvm-packages] fix spark-rapids compatibility issue (#8240)
* [jvm-packages] fix spark-rapids compatibility issue spark-rapids (from 22.10) has shimmed GpuColumnVector, which means we can't call it directly. So this PR call the UnshimmedGpuColumnVector
This commit is contained in:
@@ -19,7 +19,7 @@ package ml.dmlc.xgboost4j.scala.spark.util
|
||||
import org.json4s.{DefaultFormats, FullTypeHints, JField, JValue, NoTypeHints, TypeHints}
|
||||
|
||||
// based on org.apache.spark.util copy /paste
|
||||
private[spark] object Utils {
|
||||
object Utils {
|
||||
|
||||
def getSparkClassLoader: ClassLoader = getClass.getClassLoader
|
||||
|
||||
|
||||
Reference in New Issue
Block a user