# 🔍 Description ## Issue References 🔗 This pull request fixes #5404 ## Describe Your Solution 🔧 - Introduce StarRocks support in JDBC Engine - Adding dialects and tests for StarRocks - Tested with StarRocks 3.x official open-sourced version docker image, with a mini cluster with FE and BE setup. ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 Supported StarRocks in JDBC engine. #### Related Unit Tests Add tests of `StarRocksOperationSuite`, `StarRocksOperationWithEngineSuite`, `StarRocksSessionSuite` and `StarRocksStatementSuite`. --- # Checklists ## 📝 Author Self Checklist - [x] My code follows the [style guidelines](https://kyuubi.readthedocs.io/en/master/contributing/code/style.html) of this project - [x] I have performed a self-review - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) ## 📝 Committer Pre-Merge Checklist - [ ] Pull request title is okay. - [ ] No license issues. - [ ] Milestone correctly set? - [ ] Test coverage is ok - [ ] Assignees are selected. - [ ] Minimum number of approvals - [ ] No changes are requested **Be nice. Be informative.** Closes #5882 from bowenliang123/jdbc-sr. Closes #5404 54927d341 [Bowen Liang] update 5b1bbf71f [Bowen Liang] update doc f01da74ea [Bowen Liang] update StarRocksStatementSuite 1018bc95a [Bowen Liang] MySQL8ConnectionProvider 59cba957f [Bowen Liang] simplify StarRocksDialect 4bf55bba7 [Bowen Liang] simplify StarRocksTRowSetGenerator c85722481 [Bowen Liang] jdbc starrocks Authored-by: Bowen Liang <liangbowen@gf.com.cn> Signed-off-by: Bowen Liang <liangbowen@gf.com.cn> |
||
|---|---|---|
| .. | ||
| kyuubi-chat-engine | ||
| kyuubi-download | ||
| kyuubi-flink-sql-engine | ||
| kyuubi-hive-sql-engine | ||
| kyuubi-jdbc-engine | ||
| kyuubi-spark-sql-engine | ||
| kyuubi-trino-engine | ||