alamb commented on code in PR #7055: URL: https://github.com/apache/arrow-rs/pull/7055#discussion_r2080233805
########## parquet/benches/arrow_reader.rs: ########## @@ -1280,6 +1292,18 @@ fn add_benches(c: &mut Criterion) { let string_list_desc = schema.column(14); let mandatory_binary_column_desc = schema.column(15); let optional_binary_column_desc = schema.column(16); + let mandatory_uint8_column_desc = schema.column(27); Review Comment: For my own convenience I pulled the benchmark into its own PR (for my own scripting convenience to make it easier to compare this branch to main): - https://github.com/apache/arrow-rs/pull/7484 -- 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