c-thiel opened a new issue, #4054: URL: https://github.com/apache/arrow-rs/issues/4054
**Describe the bug** In the flight SQL servers' get_flight_info method, there currently is no method for the The command itself is defined here: https://github.com/apache/arrow-rs/blob/6b17775f37b939221d855514db4ffb3344deb1f4/arrow-flight/src/sql/arrow.flight.protocol.sql.rs#L104 It should be implemented in this match: https://github.com/apache/arrow-rs/blob/ee4003328d6615e011303ba57c24264a3f454e12/arrow-flight/src/sql/server.rs#L320 as well as the Server Trait. **Expected behavior** I can implement all Flight SQL Commands without overwriting `get_flight_info` completly. -- 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]
