This is needed for branches with the hadoop-common changes of HADOOP-16202. Enhanced openFile()
@@ -60,7 +60,6 @@ public class AvroFSInput implements Closeable, SeekableInput {
FS_OPTION_OPENFILE_READ_POLICY_SEQUENTIAL)
.withFileStatus(status)
.build());
- fc.open(p);
}
@Override