You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "tdcmeehan (via GitHub)" <gi...@apache.org> on 2023/09/04 22:42:36 UTC

[GitHub] [arrow] tdcmeehan opened a new issue, #37554: [Docs][FlightRPC] Update documentation to note that `FlightInfo::schema` may be null

tdcmeehan opened a new issue, #37554:
URL: https://github.com/apache/arrow/issues/37554

   ### Describe the enhancement requested
   
   Part of #37527
   
   The documentation should note that references to `FlightInfo::schema` may be null depending on the backend service implementing the Flight endpoint (e.g. there is a queue, or it is an expensive operation, or it happens later in query processing) and which message is used (i.e., when `pollFlightInfo` is used, the underlying engine may initially not populate this value; in `getFlightInfo`, the value must be populated).
   
   ### Component(s)
   
   Documentation


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org