albertlockett commented on code in PR #8405: URL: https://github.com/apache/arrow-rs/pull/8405#discussion_r2368578034
########## arrow-ipc/src/writer.rs: ########## @@ -425,6 +443,7 @@ impl IpcDataGenerator { batch: &RecordBatch, dictionary_tracker: &mut DictionaryTracker, write_options: &IpcWriteOptions, + compression_context: &mut CompressionContext, Review Comment: Ah good catch @mbrobbel . Is this OK? I think it should be straight forward to migrate existing code, as `CompressionContext` implements `Default` -- 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