Hi all, I'm doing some work to read records directly from the HFiles of a damaged table. When I scan through the records in the HFile using org.apache.hadoop.hbase.io.hfile.HFileScanner, will I get only the latest version of the record as with a default HBase Scan? Or do I need to do some work to pull out the latest version from several?
Thanks, Sandy
