gsserge commented on a change in pull request #1324: URL: https://github.com/apache/arrow-rs/pull/1324#discussion_r808744019
########## File path: arrow/src/csv/writer.rs ########## @@ -97,6 +97,7 @@ pub struct Writer<W: Write> { /// The object to write to writer: csv_crate::Writer<W>, /// Column delimiter. Defaults to `b','` + #[allow(dead_code)] Review comment: https://github.com/apache/arrow-rs/issues/1328 -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org