[Breaking][jvm-packages] Bump rapids version to 22.12.0 (#8648)

* [jvm-packages] Bump rapids version to 22.12.0

This PR bumps spark version to 3.1.1 and the rapids version
to 22.12.0, which results in the latest xgboost can't run
with the old rapids packages.
This commit is contained in:
Bobby Wang
2023-01-07 18:59:17 +08:00
committed by GitHub
parent 06a1cb6e03
commit 4e12f3e1bc
6 changed files with 37 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright (c) 2022 by Contributors
Copyright (c) 2022-2023 by Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@ package org.apache.spark.ml.util
import org.apache.spark.sql.types.{BooleanType, DataType, NumericType, StructType}
import org.apache.spark.ml.linalg.VectorUDT
import org.apache.spark.ml.util.SchemaUtils
object XGBoostSchemaUtils {