HyukjinKwon commented on a change in pull request #32658:
URL: https://github.com/apache/spark/pull/32658#discussion_r642727463
##########
File path: docs/sql-data-sources-csv.md
##########
@@ -92,14 +92,14 @@ Data source options of CSV can be set via:
</tr>
<tr>
<td><code>comment</code></td>
- <td>empty string</td>
+ <td></td>
<td>Sets a single character used for skipping lines beginning with this
character. By default, it is disabled.</td>
<td>read</td>
</tr>
<tr>
<td><code>header</code></td>
<td>false</td>
- <td>For reading, uses the first line as names of columns. For writing,
writes the names of columns as the first line. Note that if the given path is a
RDD of Strings, this header option will remove all lines same with the header
if exists.</td>
Review comment:
Let's keep this note:
Note that if the given path is a RDD of Strings, this header option will
remove all lines same with the header if exists.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]