Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:8
-
Epic Link:
-
Team:Data Release Production
Description
As identified in DM-18353, there are some reading bugs with pyarrow that prevent "large" (don't know what this means exactly) parquet files from being read. Experimentation has shown that fastparquet can read these files successfully. This ticket is to implement an option to read a ParquetTable using fastparquet instead of pyarrow.
Attachments
Issue Links
- blocks
-
DM-18387 Write a task to make a visit->coadd match table
- Done
Starting to work on this has led me down this current rabbit-hole:
https://github.com/dask/fastparquet/issues/409
I will take a look and see if I can do this relatively easily.