[
https://issues.apache.org/jira/browse/ARROW-10662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-10662:
-----------------------------------
Labels: pull-request-available (was: )
> [Java] Avoid integer overflow for Json file reader
> --------------------------------------------------
>
> Key: ARROW-10662
> URL: https://issues.apache.org/jira/browse/ARROW-10662
> Project: Apache Arrow
> Issue Type: Bug
> Components: Java
> Reporter: Liya Fan
> Assignee: Liya Fan
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> For the current implementation, it uses {{int}} to represent the buffer size.
> However, the buffer can be larger than Integer.MAX_VALUE, which will lead to
> integer overflow and unexpected behaviors.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)