Class NullableFixedByteAlignedReaders.CorruptionDetectingNullableDateReader

java.lang.Object
org.apache.drill.exec.store.parquet.columnreaders.ColumnReader<V>
org.apache.drill.exec.store.parquet.columnreaders.NullableFixedByteAlignedReaders.CorruptionDetectingNullableDateReader
Enclosing class:
NullableFixedByteAlignedReaders

public static class NullableFixedByteAlignedReaders.CorruptionDetectingNullableDateReader extends ColumnReader<V>
Old versions of Drill were writing a non-standard format for date. See DRILL-4203 For files that lack enough metadata to determine if the dates are corrupt, we must just correct values when they look corrupt during this low level read.