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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org