Commits


Weston Pace authored and Krisztián Szűcs committed c9b9fa4e996
ARROW-13091: [Python] Add compression_level argument to IpcWriteOptions constructor * Modified IpcWriteOptions so that it can take an instance of pyarrow.Codec instead of a str * Modified pyarrow.Codec to expose compression_level * Added helper methods to report the minimum/maximum/default values for the different codecs Closes #10717 from westonpace/feature/ARROW-13091--python-add-compression_level-argument-to-ipcwrit Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>