Skip to content

Commit

Permalink
Fixing FAQ deadlink in plugin code (#9860)
Browse files Browse the repository at this point in the history
Signed-off-by: mattahrens <[email protected]>
  • Loading branch information
mattahrens authored Nov 27, 2023
1 parent b46a6e6 commit d8b0a41
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ object RapidsPluginUtils extends Logging {
if (conf.isUdfCompilerEnabled) {
logWarning("Experimental RAPIDS UDF compiler is enabled, in case of related failures " +
s"disable it by setting `${RapidsConf.UDF_COMPILER_ENABLED}` to false. " +
"More information is available at https://nvidia.github.io/spark-rapids/docs/FAQ.html#" +
"More information is available at " +
"https://docs.nvidia.com/spark-rapids/user-guide/latest/faq.html#" +
"automatic-translation-of-scala-udfs-to-apache-spark-operations" )
}
}
Expand Down

0 comments on commit d8b0a41

Please sign in to comment.