Generated by
JDiff

Class org.apache.hadoop.fs.Options.OpenFileOptions

Added Fields
String FS_OPTION_OPENFILE_FOOTER_CACHE OpenFile footer cache flag: {@value}.
String FS_OPTION_OPENFILE_READ_POLICY_AVRO We are an avro file: {@value}.
String FS_OPTION_OPENFILE_READ_POLICY_COLUMNAR This is a columnar file format.
String FS_OPTION_OPENFILE_READ_POLICY_CSV This is a CSV file of plain or UTF-8 text to be read sequentially.
String FS_OPTION_OPENFILE_READ_POLICY_HBASE This is a table file for Apache HBase.
String FS_OPTION_OPENFILE_READ_POLICY_JSON This is a JSON file of UTF-8 text including a JSON line file where each line is a JSON entity.
String FS_OPTION_OPENFILE_READ_POLICY_ORC This is an ORC file.
String FS_OPTION_OPENFILE_READ_POLICY_PARQUET This is a parquet file with a v1/v3 footer: {@value}.