Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AVRO-3594: FsInput to use openFile() API
Boost performance reading from object stores in hadoop by using the openFile builder API and passing in the file length as an option (can save a HEAD) and asks for adaptive IO (sequential going to random if the client starts seeking)
- Loading branch information