pitrou commented on a change in pull request #11354:
URL: https://github.com/apache/arrow/pull/11354#discussion_r726029465
##########
File path: python/pyarrow/_flight.pyx
##########
@@ -1950,6 +1954,9 @@ cdef CStatus _do_action(void* self, const
CServerCallContext& context,
return (<FlightError> flight_error).to_status()
# Let the application return an iterator or anything convertible
# into one
+ if responses is None:
Review comment:
In which circumstance is this possible? `None` is not an iterable.
--
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]