thinkharderdev commented on code in PR #2115:
URL: https://github.com/apache/arrow-rs/pull/2115#discussion_r926534284
##########
parquet/src/arrow/async_reader.rs:
##########
@@ -366,6 +388,13 @@ where
let mut column_chunks =
vec![None; row_group_metadata.columns().len()];
+ let mut fetch_ranges =
+ Vec::with_capacity(column_chunks.len());
+
+ let mut update_chunks: Vec<(
Review Comment:
yeah, I think this was cleaner
--
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]