You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Honor compression settings for metadata.json on write (#1876)
## Which issue does this PR close?
Split off from #1851
- Partially fixes#1731.
## What changes are included in this PR?
This change honors the compression setting for metadata.json file
(`write.metadata.compression-codec`).
## Are these changes tested?
Add unit test to verify files are gzipped when the flag is enabled.
BREAKING CHANGE: Make `write_to` take `MetadataLocation`
---------
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
Co-authored-by: Xuanwo <github@xuanwo.io>
0 commit comments