AlenkaF commented on code in PR #47461:
URL: https://github.com/apache/arrow/pull/47461#discussion_r2348219715
##########
python/pyarrow/_flight.pyx:
##########
@@ -142,6 +148,38 @@ cdef class FlightCallOptions(_Weakrefable):
return &((<FlightCallOptions> obj).options)
raise TypeError(f"Expected a FlightCallOptions object, not
'{type(obj)}'")
+ @property
+ def timeout(self):
Review Comment:
Could we add short one-line docstrings to the properties?
--
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]