Reading a parquet file with a decimal column isn't loaded with logical type information. This behavior was not implemented. decimalType is more complex from the other types because a parquet decimal can be backed by multiple different physical types.
This PR loads logical type information for DECIMAL fields.
Reading a parquet file with a decimal column isn't loaded with logical type information. This behavior was not implemented.
decimalType
is more complex from the other types because a parquet decimal can be backed by multiple different physical types.This PR loads logical type information for
DECIMAL
fields.Closes #365