Skip to content

Commit

Permalink
Fix minor nit
Browse files Browse the repository at this point in the history
  • Loading branch information
revans2 committed May 10, 2022
1 parent 769b73e commit 3ff8b21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@ class RapidsConf(conf: Map[String, String]) extends Logging {
case "NATIVE" => ParquetFooterReaderType.NATIVE
case "JAVA" => ParquetFooterReaderType.JAVA
case other =>
throw new IllegalArgumentException(s"Internal Error $other is not a supported for " +
throw new IllegalArgumentException(s"Internal Error $other is not supported for " +
s"${PARQUET_READER_FOOTER_TYPE.key}")
}
}
Expand Down

0 comments on commit 3ff8b21

Please sign in to comment.