Skip to content

Commit

Permalink
Update sql-plugin/src/main/scala/com/nvidia/spark/rapids/Plugin.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Gera Shegalov <[email protected]>
  • Loading branch information
thirtiseven and gerashegalov authored Nov 9, 2023
1 parent ded091e commit 42fc474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ object RapidsPluginUtils extends Logging {
complainFun(rapidsJarURLs.size <= 1,
s"Multiple $jarName jars found in the classpath: $rapidsJars, please make sure there " +
s"is only one $jarName jar in the classpath. If it is impossible to fix the classpath " +
s"you can suppress the error by setting ${RapidsConf.ALLOW_MULTIPLE_JARS.key} to true" +
s"you can suppress the error by setting ${RapidsConf.ALLOW_MULTIPLE_JARS.key} to true. " +
s"Version info: \n$rapidsJarsVers")
}

Expand Down

0 comments on commit 42fc474

Please sign in to comment.