Hide
Change the below method in StoreFileReader from public to protected
HFileScanner getScanner(boolean, boolean)
And change to use StoreFileReader instead of HFileScanner in test code as much as possible.
Show
Change the below method in StoreFileReader from public to protected
HFileScanner getScanner(boolean, boolean)
And change to use StoreFileReader instead of HFileScanner in test code as much as possible.