alamb commented on a change in pull request #1324: URL: https://github.com/apache/arrow-rs/pull/1324#discussion_r808993500
########## File path: arrow/src/array/array_dictionary.rs ########## @@ -536,6 +536,7 @@ mod tests { assert!(iter.next().is_none()); } + #[test] Review comment: 👍 nice fix ########## File path: arrow/src/csv/writer.rs ########## @@ -107,6 +108,7 @@ pub struct Writer<W: Write> { /// The timestamp format for timestamp arrays timestamp_format: String, /// The timestamp format for timestamp (with timezone) arrays Review comment: fyi @sum12 -- 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