wrschneider commented on code in PR #43132: URL: https://github.com/apache/spark/pull/43132#discussion_r1337493339
########## docs/sql-data-sources-csv.md: ########## @@ -213,7 +213,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. CSV built-in functions ignore this option.</td> + <td>Allows a row to span multiple lines, by parsing line breaks within quoted values as part of the value itself. CSV built-in functions ignore this option.</td> Review Comment: "Parse one record... *per file*" sounds like the whole file is going to be parsed as a single record. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org