MaxGekk commented on code in PR #36339:
URL: https://github.com/apache/spark/pull/36339#discussion_r857524670
##########
docs/sql-data-sources-csv.md:
##########
@@ -201,7 +201,7 @@ Data source options of CSV can be set via:
<tr>
<td><code>multiLine</code></td>
<td>false</td>
- <td>Parse one record, which may span multiple lines, per file.</td>
+ <td>Parse one record, which may span multiple lines, per file. This option
is no-op in the CSV built-in functions.</td>
Review Comment:
How about is to write in straightforward way: CSV built-in functions ignore
this option.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]