Skip to content

Commit 46efe32

Browse files
committed
Review fix
1 parent 4bf4876 commit 46efe32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ final class DataFrameWriter[T] private[sql](ds: Dataset[T]) {
592592
* <li>`sep` (default `,`): sets the single character as a separator for each
593593
* field and value.</li>
594594
* <li>`quote` (default `"`): sets the single character used for escaping quoted values where
595-
* the separator can be part of the value. If and empty string is set, it uses `u0000`
595+
* the separator can be part of the value. If an empty string is set, it uses `u0000`
596596
* (null character).</li>
597597
* <li>`escape` (default `\`): sets the single character used for escaping quotes inside
598598
* an already quoted value.</li>

0 commit comments

Comments
 (0)