pitrou opened a new issue, #47358: URL: https://github.com/apache/arrow/issues/47358
### Describe the enhancement requested These could really be improved: ```python >>> from pyarrow import ipc >>> from pyarrow import flight >>> ipc.IpcReadOptions(ensure_alignment=ipc.Alignment.At64Byte) <pyarrow.lib.IpcReadOptions at 0x7cc4a8381ed0> >>> ipc.IpcWriteOptions(compression="zstd") <pyarrow.lib.IpcWriteOptions at 0x7cc588ba28b0> >>> flight.FlightCallOptions(read_options=ipc.IpcReadOptions(ensure_alignment=ipc.Alignment.DataTypeSpecific)) <pyarrow._flight.FlightCallOptions at 0x7cc588d9da30> ``` ### Component(s) Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
