Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python: ManifestWriter and ManifestListWriter (#8622)
* add ManifestWriter and ManifestListWriter * fix lint issue * remove assert, fix format issue * add prepare to ManifestWriter, remove TODO, fix format issue * fix some nit issue, add prepare... to ensure the correctness of data written * fix format issue * fix lint issue * avoid creating too much objects, handling v1, v2 data_file_type and DataFile class properly. * modify tests * refactor the way of handling two version of DataFile record * add integration tests, fix bugs, change PartitionSummary to a function * fix format issue * make data_type_v2 constants
- Loading branch information