Closed dylanrstewart closed 2 years ago
there is still an error with checking the divisions of the written parquet files due to the lack of metadata being written. I am thinking this is mainly a dask versioning issue. Will investigate.
enforcing the metadata file by calling
ddf.to_parquet(...,write_metadata_file=True)
has fixed the divisions checks.
passing all tests with dask version 2021.08.1
modified division checks to work with dask 2022.6.1
and dask-geopandas v0.2.0
Fixes #6 #7
Proposed Changes