tustvold commented on code in PR #5102:
URL: https://github.com/apache/arrow-rs/pull/5102#discussion_r1408350910


##########
parquet/src/record/reader.rs:
##########
@@ -274,12 +274,12 @@ impl TreeBuilder {
                         row_group_reader,
                     )?;
 
-                    Reader::RepeatedReader(
+                    return Ok(Reader::RepeatedReader(

Review Comment:
   Will that not change the path passed to reader_tree above? Does that not 
matter?



-- 
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]

Reply via email to