File tree Expand file tree Collapse file tree
sql/core/src/main/scala/org/apache/spark/sql Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments