You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/16 21:18:28 UTC

[GitHub] [arrow-rs] alamb commented on a change in pull request #1324: Enable dead_code lint

alamb commented on a change in pull request #1324:
URL: https://github.com/apache/arrow-rs/pull/1324#discussion_r808461410



##########
File path: arrow/src/ipc/writer.rs
##########
@@ -535,6 +535,7 @@ pub struct StreamWriter<W: Write> {
     /// IPC write options
     write_options: IpcWriteOptions,
     /// A reference to the schema, used in validating record batches
+    #[allow(dead_code)]

Review comment:
       I wonder if we can simply delete this field?  I can take a stab at it in a follow on PR




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