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 fc37005 commit 5bde17eCopy full SHA for 5bde17e
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -345,7 +345,8 @@ object SQLConf {
345
.createWithDefault(true)
346
347
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.")
+ .doc("The name of internal column for storing raw/un-parsed JSON and CSV records that fail " +
349
+ "to parse.")
350
.stringConf
351
.createWithDefault("_corrupt_record")
352
0 commit comments