You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "viirya (via GitHub)" <gi...@apache.org> on 2023/04/13 15:50:02 UTC

[GitHub] [arrow-rs] viirya commented on a diff in pull request #4079: Improve JSON decoder errors (#4076)

viirya commented on code in PR #4079:
URL: https://github.com/apache/arrow-rs/pull/4079#discussion_r1165730136


##########
arrow-json/src/reader/tape.rs:
##########
@@ -116,7 +99,7 @@ impl<'a> Tape<'a> {
     ///
     /// Return an error containing the [`TapeElement`] at `cur_idx` if it
     /// is not the start of a field

Review Comment:
   ```suggestion
       /// Return an error containing at `cur_idx` if it
       /// is not the start of a field
   ```



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org