pitrou commented on code in PR #47461:
URL: https://github.com/apache/arrow/pull/47461#discussion_r2348395604
##########
python/pyarrow/_flight.pyx:
##########
@@ -122,6 +125,9 @@ cdef class FlightCallOptions(_Weakrefable):
"""
cdef IpcWriteOptions c_write_options
+ self._py_write_options = write_options
+ self._py_read_options = read_options
Review Comment:
This is indeed the simplest approach, but it does not allow us to read the
options' real values if `None` was passed to the constructor.
What do you think @raulcd ?
--
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]