We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c1858 commit fc37005Copy full SHA for fc37005
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -535,7 +535,7 @@ object SQLConf {
535
536
val IGNORE_CORRUPT_FILES = buildConf("spark.sql.files.ignoreCorruptFiles")
537
.doc("Whether to ignore corrupt files. If true, the Spark jobs will continue to run when " +
538
- "encountering corrupted and the contents that have been read will still be returned.")
+ "encountering corrupted files and the contents that have been read will still be returned.")
539
.booleanConf
540
.createWithDefault(false)
541
0 commit comments