qubole / rubix

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

Lazy loading of FSDataInputStream #49

Closed abhishekdas99 closed 7 years ago

abhishekdas99 commented 7 years ago

Instead of creating a new instance of FSDataInputStream, we are instantiating it only when we needed.

shubhamtagra commented 7 years ago

lgtm, minor checkstyle comment.

Did you run the unit tests? Till we add travis support, we will have to do that manually.