Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore
byte_range
in read_json
when the size is not smaller than …
…the input data (#15180) Deduce that the entire file will the loaded when byte_range is not smaller than the input size and use the faster "no byte_range" path. Avoids double IO that happens with regular `byte_range` code path. Authors: - Vukasin Milovanovic (https://github.com/vuule) Approvers: - Shruti Shivakumar (https://github.com/shrshi) - Mike Wilson (https://github.com/hyperbolic2346) URL: #15180
- Loading branch information