HippoBaro commented on code in PR #9653:
URL: https://github.com/apache/arrow-rs/pull/9653#discussion_r3285909821
##########
parquet/src/arrow/arrow_writer/levels.rs:
##########
@@ -859,6 +915,163 @@ impl LevelData {
}
}
+/// Zero-allocation iterator over the indices in a [`ValueSelection`].
Review Comment:
I rebased and updated the code so that the call sites now dispatch once on
`ValueSelectionRef` and then run the appropriate loop. Thanks!
--
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]