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

[GitHub] [arrow-rs] tustvold opened a new issue, #4076: Better JSON Reader Error Messages

tustvold opened a new issue, #4076:
URL: https://github.com/apache/arrow-rs/issues/4076

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   <!--
   A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 
   (This section helps Arrow developers understand the context and *why* for this feature, in addition to  the *what*)
   -->
   
   The JSON reader currently produces errors like
   
   ```
    Error: ArrowError(JsonError("expected { got string"))
   ```
   
   This is hard to debug, and provides very little information
   
   
   **Describe the solution you'd like**
   <!--
   A clear and concise description of what you want to happen.
   -->
   
   Error messages should include row number and some value context
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


-- 
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.apache.org

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


[GitHub] [arrow-rs] Weijun-H commented on issue #4076: Better JSON Reader Error Messages

Posted by "Weijun-H (via GitHub)" <gi...@apache.org>.
Weijun-H commented on issue #4076:
URL: https://github.com/apache/arrow-rs/issues/4076#issuecomment-1506693320

   willing to take this


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


[GitHub] [arrow-rs] tustvold commented on issue #4076: Better JSON Reader Error Messages

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4076:
URL: https://github.com/apache/arrow-rs/issues/4076#issuecomment-1517889449

   `label_issue.py` automatically added labels {'arrow'} from #4079


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


[GitHub] [arrow-rs] tustvold commented on issue #4076: Better JSON Reader Error Messages

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4076:
URL: https://github.com/apache/arrow-rs/issues/4076#issuecomment-1506702678

   I'll pick this up, I'm not sure how easy it will be to avoid regressing performance 😅


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


[GitHub] [arrow-rs] tustvold closed issue #4076: Better JSON Reader Error Messages

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed issue #4076: Better JSON Reader Error Messages
URL: https://github.com/apache/arrow-rs/issues/4076


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