Skip to content

Commit

Permalink
Update sql-plugin/src/main/spark330db/scala/com/nvidia/spark/rapids/s…
Browse files Browse the repository at this point in the history
…hims/ReaderUtils.scala

Co-authored-by: Alessandro Bellina <[email protected]>
  • Loading branch information
tgravescs and abellina authored May 16, 2023
1 parent 0cf63fe commit 6ad4061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object ReaderUtils extends Logging {
case a: AssertionError =>
// ignore this and just return the regular conf, it might be a filesystem not supported
// and I don't have a good way to check this
logWarning("Assertion error calling createDelegeHadoopConf, skipping.", a)
logWarning("Assertion error calling createDelegateHadoopConf, skipping.", a)
conf
}
} else {
Expand Down

0 comments on commit 6ad4061

Please sign in to comment.