Commits

liyafan82 authored d2b3cc47d5c
ARROW-10662: [Java] Avoid integer overflow for Json file reader 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. Closes #8721 from liyafan82/fly_1119_js Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: liyafan82 <fan_li_ya@foxmail.com>