geyungjen commented on issue #37140:
URL: https://github.com/apache/arrow/issues/37140#issuecomment-1676543507

   Never Mind.
   
   It appears command 'foo' is not part of the stored flights, as shown in 
following block in server.py
   
       def get_flight_info(self, context, descriptor):
           key = FlightServer.descriptor_to_key(descriptor)
           if key in self.flights:
               table = self.flights[key]
               return self._make_flight_info(key, descriptor, table)
           raise KeyError('Flight not found.')
   
   Thanks, please close this issue.


-- 
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]

Reply via email to