Skip to content

Commit fc37005

Browse files
committed
fix
1 parent 69c1858 commit fc37005

File tree

1 file changed

+1
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/internal

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ object SQLConf {
535535

536536
val IGNORE_CORRUPT_FILES = buildConf("spark.sql.files.ignoreCorruptFiles")
537537
.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.")
538+
"encountering corrupted files and the contents that have been read will still be returned.")
539539
.booleanConf
540540
.createWithDefault(false)
541541

0 commit comments

Comments
 (0)