HippoBaro commented on code in PR #9653:
URL: https://github.com/apache/arrow-rs/pull/9653#discussion_r3054277429
##########
parquet/src/arrow/arrow_writer/levels.rs:
##########
@@ -645,6 +718,7 @@ impl LevelInfoBuilder {
);
}
None => {
+ info.non_null_indices.reserve(len);
let iter = std::iter::repeat_n(info.max_def_level,
len);
def_levels.extend(iter);
Review Comment:
See ab9a7bc3c5a48323438af62f8d70ffa6d26066b8
--
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]