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


##########
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:
   ```suggestion
       /// Set true to support newlines in (quoted) values.
   ```



##########
datafusion/core/src/datasource/file_format/csv.rs:
##########
@@ -233,6 +233,14 @@ impl CsvFormat {
         self
     }
 
+    /// Set true to ensure that newlines in (quoted) values are supported.

Review Comment:
   ```suggestion
       /// Set true to support newlines in (quoted) values.
   ```



-- 
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: github-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to