qubole / rubix

Cache File System optimized for columnar formats and object stores
Apache License 2.0
183 stars 74 forks source link

Bypass getFileInfo network call when staleness check is enabled #382

Closed raunaqmorarka closed 4 years ago

raunaqmorarka commented 4 years ago

Refactored test code to remove LocalFSInputStream and use RawLocalFileSystem Simplified CachingInputStream to have single constructor which is also tested in UTs

raunaqmorarka commented 4 years ago

Fixes https://github.com/qubole/rubix/issues/349