}
@Override
public FileSKVIterator openReader(String file, Range range, Set<ByteSequence> columnFamilies, boolean inclusive, FileSystem fs, Configuration conf,
AccumuloConfiguration tableConf, BlockCache dataCache, BlockCache indexCache) throws IOException {
FileSKVIterator iter = openReader(file, false, fs, conf, tableConf, dataCache, indexCache);
iter.seek(range, columnFamilies, inclusive);
return iter;
}