Skip to content

Commit 5bde17e

Browse files
committed
fix
1 parent fc37005 commit 5bde17e

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ object SQLConf {
345345
.createWithDefault(true)
346346

347347
val COLUMN_NAME_OF_CORRUPT_RECORD = buildConf("spark.sql.columnNameOfCorruptRecord")
348-
.doc("The name of internal column for storing raw/un-parsed JSON records that fail to parse.")
348+
.doc("The name of internal column for storing raw/un-parsed JSON and CSV records that fail " +
349+
"to parse.")
349350
.stringConf
350351
.createWithDefault("_corrupt_record")
351352

0 commit comments

Comments
 (0)