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


##########
arrow-json/src/raw/list_array.rs:
##########
@@ -100,7 +93,7 @@ impl<O: OffsetSizeTrait> ArrayDecoder for 
ListArrayDecoder<O> {
             offsets.append(offset)
         }
 
-        let child_data = self.decoder.decode(tape, &child_pos).unwrap();
+        let child_data = self.decoder.decode(tape, &child_pos)?;

Review Comment:
   Drive by fix



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