connec commented on code in PR #11533:
URL: https://github.com/apache/datafusion/pull/11533#discussion_r1684240801


##########
datafusion/common/src/config.rs:
##########
@@ -1665,6 +1670,14 @@ impl CsvOptions {
         self
     }
 
+    /// Set true to ensure that newlines in (quoted) values are supported.

Review Comment:
   I've expanded and normalised the documentation. I've gone for documenting 
the flag as enabling support for newlines in values, with the fact that 
newlines in values might work without it left as an implementation-defined 
detail.



-- 
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]

Reply via email to