JakeDern commented on code in PR #10128:
URL: https://github.com/apache/arrow-rs/pull/10128#discussion_r3556400947
##########
arrow-ipc/src/writer.rs:
##########
@@ -462,16 +470,18 @@ impl IpcDataGenerator {
Ok(())
}
+ // Collect all dicts that need a dictionary message i.e. ones that were
+ // either not in the tracker previously or ones that were but need a
+ // replacement or delta.
#[allow(clippy::too_many_arguments)]
Review Comment:
Yes, we have removed enough arguments!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]