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 2d2e746 commit 69c1858Copy full SHA for 69c1858
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 contents that have been read will still be returned.")
+ "encountering corrupted and the contents that have been read will still be returned.")
539
.booleanConf
540
.createWithDefault(false)
541
0 commit comments