HyukjinKwon commented on a change in pull request #32558:
URL: https://github.com/apache/spark/pull/32558#discussion_r643580962
##########
File path: docs/sql-data-sources-csv.md
##########
@@ -248,5 +248,11 @@ Data source options of CSV can be set via:
<td>Compression codec to use when saving to file. This can be one of the
known case-insensitive shorten names (<code>none</code>, <code>bzip2</code>,
<code>gzip</code>, <code>lz4</code>, <code>snappy</code> and
<code>deflate</code>).</td>
<td>write</td>
</tr>
+ <tr>
+ <td><code>inferDateType</code></td>
+ <td>false</td>
+ <td>Infers all DateType format for the csv. If this is not set, it uses
the default value, <code>false</code>.</td>
Review comment:
```suggestion
<td>Infers all DateType format for the CSV. If this is not set, it uses
the default value, <code>false</code>.</td>
```
--
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]