lidavidm commented on issue #5731: URL: https://github.com/apache/arrow-rs/issues/5731#issuecomment-2123590430
- Any sounds good to me if we're all agreed. - We need to seriously tackle improved integration testing, and ideally provide a conformance test that isn't tied into the integration test framework and can be used by projects developing on Flight SQL. - In the medium term I would like us to consider one of the root causes which is Flight RPC's insistence that you stuff everything into DoAction. Instead I would like to explore having Flight SQL be a proper gRPC service definition instead of relying on undocumented convention for the input/return types. The C++ implementation has held us back here but I don't think it's fair to let it drag the other implementations around. -- 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]
