Skip to content

Commit a533a6c

Browse files
committed
fix typo in csv reader
1 parent d6c7b2a commit a533a6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ class DataFrameReader private[sql](sparkSession: SparkSession) extends Logging {
407407
* <li>`header` (default `false`): uses the first line as names of columns.</li>
408408
* <li>`ignoreLeadingWhiteSpace` (default `false`): defines whether or not leading whitespaces
409409
* from values being read should be skipped.</li>
410-
* <li>`ignoreTrailingWhiteSpace` (default `fDataFraalse`): defines whether or not trailing
410+
* <li>`ignoreTrailingWhiteSpace` (default `false`): defines whether or not trailing
411411
* whitespaces from values being read should be skipped.</li>
412412
* <li>`nullValue` (default empty string): sets the string representation of a null value.</li>
413413
* <li>`nanValue` (default `NaN`): sets the string representation of a non-number" value.</li>

0 commit comments

Comments
 (0)