xinyiZzz opened a new pull request, #27661: URL: https://github.com/apache/doris/pull/27661
## Proposed changes Design Documentation Linked to https://github.com/apache/doris/issues/25514 1. Support jdbc:arrow-flight-sql, which allows Java use ADBC to connect to Doris. 2. Supports PreparedStatement, but can only execute complete SQL, does not support SQL parameters. Because JDBC can only use PreparedStatement to execute query, see: https://github.com/apache/arrow/issues/38742 3. Temporarily upgrade Arrow to dev version 15.0.0-SNAPSHOT, because the latest release version Arrow 14.0.1 jdbc:arrow-flight-sql has BUG, see: https://github.com/apache/arrow/issues/38785 4. Support query results with anonymous columns 5. Fix ResultSinkType error 6. Support explain stmt 7. Fix error log. 8. Supports separately specifying BE’s Arrow Flight Server Host ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
