lidavidm commented on issue #41840: URL: https://github.com/apache/arrow/issues/41840#issuecomment-2134174783
Other potential things - There's a mix of stateful and stateless components, e.g. transactions use explicit handles but sessions are ambient (some of this stems from trying to accommodate JDBC/ODBC more directly) - The metadata methods are incomplete (e.g there's no procedures, types, etc) - There's no support for multiple result sets (this is also a limitation of using IPC streams in Flight, this has been complained about before too) - The underlying IPC stream could use enhancements (e.g. the small result proposal from Micah, which would embed trivial result sets into the initial response) - Duplication between GetFlightInfo/PollFlightInfo due to evolution over time (though you could argue it makes sense to have both anyways) -- 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]
