Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information