JakeDern opened a new issue, #10119: URL: https://github.com/apache/arrow-rs/issues/10119
IPC writer benchmark test data do not currently include any dictionary encoded columns: https://github.com/apache/arrow-rs/blob/cecbc72edbb4cdc93ef6e78d38493afb91ada02e/arrow-ipc/benches/ipc_writer.rs#L74-L107 Dictionaries have a lot of special handling in IPC writer code, which we want to optimize, so it makes sense to add a benchmark focused on these so that we can measure any perf impact. Relevant thread from a recent PR: https://github.com/apache/arrow-rs/pull/10044#issuecomment-4675826329 CC: @alamb @Rich-T-kid -- 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]
