aiceflower opened a new issue, #5389: URL: https://github.com/apache/linkis/issues/5389
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/linkis/issues) and found no similar feature requirement. ### Problem Description AISQL (AI SQL) transformation does not support StarRocks database. ### Description Add StarRocks database support for AISQL transformation including: 1. StarRocks SQL connection implementation 2. StarRocks dialect support in AISQLTransformInterceptor 3. StarRocks time exceed monitoring rule ### Use case Users can use StarRocks database with AISQL transformation for AI-powered SQL generation and query. ### Solutions 1. Added StarRocks SqlConnection implementation 2. Enhanced AISQLTransformInterceptor to support StarRocks dialect 3. Added StarrocksTimeExceedRule for monitoring ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! -- 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]
