arana-db / arana

Arana is a Cloud Native Database Proxy. It can also be deployed as a Database mesh sidecar.
http://arana-docs.rtfd.io/
Apache License 2.0
292 stars 92 forks source link

[Feature]Support drds createtable SQL statement #811

Closed csynineyang closed 8 months ago

csynineyang commented 8 months ago

注:暂时不合并

示例: create table t13 (a int) dbpartition by hash (a) dbpartitions 2 tbpartition by hash (a) tbpartitions 2; show tables; show topology from t13;

cr-gpt[bot] commented 8 months ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

codecov-commenter commented 8 months ago

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (57676e1) 40.47% compared to head (c996807) 40.23%.

Files Patch % Lines
pkg/config/boot_misc.go 12.50% 7 Missing :warning:
pkg/boot/watcher.go 83.33% 1 Missing :warning:
pkg/runtime/ast/ast.go 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #811 +/- ## ========================================== - Coverage 40.47% 40.23% -0.24% ========================================== Files 265 266 +1 Lines 26711 26898 +187 ========================================== + Hits 10811 10823 +12 - Misses 14736 14911 +175 Partials 1164 1164 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cr-gpt[bot] commented 8 months ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

cr-gpt[bot] commented 8 months ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

cr-gpt[bot] commented 8 months ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

2 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud