pub fn read_data_files_from_avro<R: Read>(
reader: &mut R,
schema: &Schema,
partition_spec_id: i32,
partition_type: &StructType,
version: FormatVersion,
) -> Result<Vec<DataFile>>Expand description
Parse data files from avro bytes.