}
@Override
public FileSKVIterator openReader(String file, Range range, Set<ByteSequence> columnFamilies, boolean inclusive, FileSystem fs, Configuration conf,
AccumuloConfiguration tableConf) throws IOException {
MapFileIterator mfIter = new MapFileIterator(tableConf, fs, file, conf);
FileSKVIterator iter = new RangeIterator(mfIter);
iter.seek(range, columnFamilies, inclusive);