You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "wrschneider (via GitHub)" <gi...@apache.org> on 2023/09/26 16:27:05 UTC

[GitHub] [spark] wrschneider commented on a diff in pull request #43132: [SPARK-45343] clarify behavior of multiLine in CSV options

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-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org