-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat(config): add tenant&cluster config support #464
Conversation
Codecov ReportBase: 37.06% // Head: 37.63% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #464 +/- ##
==========================================
+ Coverage 37.06% 37.63% +0.57%
==========================================
Files 132 132
Lines 20345 20533 +188
==========================================
+ Hits 7541 7728 +187
+ Misses 12002 11955 -47
- Partials 802 850 +48
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
6471d28
to
e85f968
Compare
e85f968
to
789128b
Compare
* add node config support (#464) * Support MySQL CAST_CHAR function. * format style
Co-authored-by: Jianhui Dong <dongjianhui03@meituan.com>
* add node config support (arana-db#464) * Support MySQL CAST_CHAR function. * format style
…-db#606) * add node config support (arana-db#464) * Support MySQL CAST_CHAR function. * format style * Support MySQL CAST_TIME function. (arana-db#570) * Support MySQL CAST_DATE function. (arana-db#569) * Support MySQL CAST_DATETIME function. (arana-db#568) * Support MySQL CAST_TIME/CAST_DATE/CAST_DATETIME function * Resolve Conversation
* add node config support (#464) * Support MySQL CAST_CHAR function. * format style * Support MySQL CAST_TIME function. (#570) * Support MySQL CAST_DATE function. (#569) * Support MySQL CAST_DATETIME function. (#568) * Support MySQL CAST_TIME/CAST_DATE/CAST_DATETIME function * Resolve Conversation * Support CREATE TABLE * add: IfNotExists * fix: reformat imports * Resolve Conversation
* add node config support (#464) * Support MySQL CAST_CHAR function. * format style * Support MySQL CAST_TIME function. (#570) * Support MySQL CAST_DATE function. (#569) * Support MySQL CAST_DATETIME function. (#568) * Support MySQL CAST_TIME/CAST_DATE/CAST_DATETIME function * Resolve Conversation * Support CREATE TABLE * add: IfNotExists * fix: reformat imports * Resolve Conversation * Support window function: CUME_DIST * Support window function: PERCENT_RANK * Support window function: RANK * Support window function: DENSE_RANK * Support window function: FIRST_VALUE/LAST_VALUE/LAG/LEAD * Support window function: NTH_VALUE/NTILE/ROW_NUMBER * support argument(n) in LAG/LEAD * convert Int64 to Float64 in test case
What this PR does:
Which issue(s) this PR fixes:
ref #418
Special notes for your reviewer:
Does this PR introduce a user-facing change?: