This is an automated email from the ASF dual-hosted git repository.
srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new ab92cae78e3 [SPARK-45343][DOCS] Clarify behavior of multiLine in CSV
options
ab92cae78e3 is described below
commit ab92cae78e3cdf58ba96b0b98e7958287c2d5cd1
Author: Bill Schneider <[email protected]>
AuthorDate: Wed Sep 27 08:25:02 2023 -0500
[SPARK-45343][DOCS] Clarify behavior of multiLine in CSV options
### What changes were proposed in this pull request?
this is a documentation-only change to clarify CSV `multiLine` option:
https://issues.apache.org/jira/browse/SPARK-45343
### Why are the changes needed?
documentation clarity
### Does this PR introduce _any_ user-facing change?
Documentation only
### How was this patch tested?
N/A, documentation only
### Was this patch authored or co-authored using generative AI tooling?
Documentation only
Closes #43132 from wrschneider/SPARK-45343-csv-multiline-doc-clarification.
Lead-authored-by: Bill Schneider <[email protected]>
Co-authored-by: Bill Schneider <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
---
docs/sql-data-sources-csv.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sql-data-sources-csv.md b/docs/sql-data-sources-csv.md
index 31167f55143..721563d1681 100644
--- a/docs/sql-data-sources-csv.md
+++ b/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>
<td>read</td>
</tr>
<tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]