Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Fix reading of logical types from Parquet files in s3 (#3026)
* The inferred schema from a Parquet file includes logical types * However, when reading Series from the Parquet file, we read the "arrow types" from the Parquet schema * This causes the Table to crap itself because the schemas don't match (we try to pass in the inferred schema with logical types but it doesn't match the Series types which are inferred from arrow types on the Parquet file) Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
- Loading branch information