You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/03/09 15:45:04 UTC

[GitHub] [arrow-rs] alamb commented on a diff in pull request #3824: [ObjectStore] Add `append` API impl for `LocalFileSystem`

alamb commented on code in PR #3824:
URL: https://github.com/apache/arrow-rs/pull/3824#discussion_r1131220522


##########
arrow-csv/src/writer.rs:
##########
@@ -194,7 +194,7 @@ impl<W: Write> Writer<W> {
 }
 
 /// A CSV writer builder
-#[derive(Debug)]
+#[derive(Clone, Debug)]

Review Comment:
   👍  



-- 
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-unsubscribe@arrow.apache.org

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