Rafferty97 commented on code in PR #9496:
URL: https://github.com/apache/arrow-rs/pull/9496#discussion_r3834818004


##########
arrow-json/src/reader/tape.rs:
##########
@@ -242,6 +249,7 @@ enum DecoderState {
 impl DecoderState {
     fn as_str(&self) -> &'static str {
         match self {
+            DecoderState::TopLevelList => "list",

Review Comment:
   That's a judgement call. The method's only used to format error messages, so 
it could be useful to change this to "top-level list".



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