We have generated a parquet file in Dask (Python) and with Drill (R using the Sergeant packet ). We have noticed a few issues:
- The format of the
Dask(i.e.fastparquet) has a_metadataand a_common_metadatafiles while theparquetfile inR \ Drilldoes not have these files and haveparquet.crcfiles instead (which can be deleted). what is the difference between theseparquetimplementations?