alamb commented on code in PR #8351:
URL: https://github.com/apache/arrow-datafusion/pull/8351#discussion_r1409200877


##########
datafusion/common/src/file_options/csv_writer.rs:
##########
@@ -91,6 +91,11 @@ impl TryFrom<(&ConfigOptions, &StatementOptions)> for 
CsvWriterOptions {
                         )
                     })?)
             },
+                "quote" | "escape" => {
+                    // These two attributes are only available when reading 
csv files.

Review Comment:
   Yeah, this is an gap in the arrow CSV handling. I filed 
https://github.com/apache/arrow-rs/issues/5146
   
   ```suggestion
                       // https://github.com/apache/arrow-rs/issues/5146
                       // These two attributes are only available when reading 
csv files.
   ```



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

Reply via email to