Skip to content

Commit

Permalink
Add the missing description
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Mar 16, 2016
1 parent 4440a55 commit 32ae8b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ class DataFrameReader private[sql](sqlContext: SQLContext) extends Logging {
* (e.g. 00012)</li>
* <li>`allowBackslashEscapingAnyCharacter` (default `false`): allows accepting quoting of all
* character using backslash quoting mechanism</li>
* <li>`mode` (default `PERMISSIVE`): allows a mode for dealing with corrupt records
* during parsing.<li>
* <ul>
* <li>`PERMISSIVE` : sets other fields to `null` when it meets a corrupted record, and puts the
* malformed string into a new field configured by `spark.sql.columnNameOfCorruptRecord`. When
Expand Down

0 comments on commit 32ae8b2

Please sign in to comment.