mmaitre314 commented on code in PR #5102:
URL: https://github.com/apache/arrow-rs/pull/5102#discussion_r1408061121
##########
parquet/src/record/reader.rs:
##########
@@ -274,6 +274,8 @@ impl TreeBuilder {
row_group_reader,
)?;
+ path.push(field_name);
Review Comment:
Apologies, I pressed the wrong button. I see the proposed `return Ok()` fix
now. Let me rerun the tests. I was actually not aware this was possible in
Rust...
--
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]