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 4bf4876 commit 46efe32Copy full SHA for 46efe32
sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala
@@ -592,7 +592,7 @@ final class DataFrameWriter[T] private[sql](ds: Dataset[T]) {
592
* <li>`sep` (default `,`): sets the single character as a separator for each
593
* field and value.</li>
594
* <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`
+ * the separator can be part of the value. If an empty string is set, it uses `u0000`
596
* (null character).</li>
597
* <li>`escape` (default `\`): sets the single character used for escaping quotes inside
598
* an already quoted value.</li>
0 commit comments