This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Add compression
to IpcWriteOptions
#570
Labels
compression
to IpcWriteOptions
#570
This issue tracks the backward incompatible change of making
IpcWriteOptions
acceptcompression: Option<Compression>
that allows compression in writing to arrow's IPC format.To migrate to the old state, add
compression: None
to the initialization ofIpcWriteOptions
.The text was updated successfully, but these errors were encountered: