-
Notifications
You must be signed in to change notification settings - Fork 923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TASK][MEDIUM] JDBC Engine supports ClickHouse #5374
Comments
May i take this please ? |
Sure, could please
|
I'm not very familiar with CK, but would like to try it, maybe for a month,thanks~ |
Support other popular DB is fine too, feel free to make PRs, all your contribution will be counted :) |
hey guys, any progress on this ? |
@cekicbaris there is a draft PR #5644, as the original author has no response, you can take over it if you like |
I have interest in it, May i take this please ? |
# 🔍 Description ## Issue References 🔗 ## Describe Your Solution 🔧 Some data type like `UInt8` in ck can not cast to `short`, we should fix it ## Types of changes 🔖 - [x] Bugfix (non-breaking change which fixes an issue) - [ ] 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 🎉 #### Related Unit Tests --- # Checklist 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6270 from lsm1/branch-fix-jdbc-ck-short. Closes #5374 b5dac0f [senmiaoliu] ck fix RowSetGenerator Authored-by: senmiaoliu <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
Code of Conduct
Search before creating
Mentor
Skill requirements
Background and Goals
Currently, Kyuubi supports JDBC engines with limited dialects, e.g. Doris, Phoenix, we can easily extend the dialects to support more databases.
Reference https://www.bilibili.com/video/BV1UT411m7LR
Implementation steps
Additional context
No response
The text was updated successfully, but these errors were encountered: