public class HoodieAvroParquetReaderBuilder<T>
extends org.apache.parquet.hadoop.ParquetReader.Builder<T>
| Constructor and Description |
|---|
HoodieAvroParquetReaderBuilder(org.apache.parquet.io.InputFile file) |
HoodieAvroParquetReaderBuilder(StoragePath path)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieAvroParquetReaderBuilder<T> |
disableCompatibility() |
protected org.apache.parquet.hadoop.api.ReadSupport<T> |
getReadSupport() |
HoodieAvroParquetReaderBuilder<T> |
withCompatibility(boolean enableCompatibility) |
HoodieAvroParquetReaderBuilder<T> |
withDataModel(org.apache.avro.generic.GenericData model) |
@Deprecated public HoodieAvroParquetReaderBuilder(StoragePath path)
public HoodieAvroParquetReaderBuilder(org.apache.parquet.io.InputFile file)
public HoodieAvroParquetReaderBuilder<T> withDataModel(org.apache.avro.generic.GenericData model)
public HoodieAvroParquetReaderBuilder<T> disableCompatibility()
public HoodieAvroParquetReaderBuilder<T> withCompatibility(boolean enableCompatibility)
Copyright © 2024 The Apache Software Foundation. All rights reserved.