Skip to content
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: support show create table #3500

Merged
merged 4 commits into from
Oct 17, 2023
Merged

Conversation

dl239
Copy link
Collaborator

@dl239 dl239 commented Sep 11, 2023

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

@github-actions github-actions bot added the execute-engine hybridse sql engine label Sep 11, 2023
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

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

Comparison is base (b7d6edc) 37.14% compared to head (72c2080) 75.33%.
Report is 15 commits behind head on main.

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #3500       +/-   ##
=============================================
+ Coverage     37.14%   75.33%   +38.18%     
  Complexity      414      414               
=============================================
  Files           179      708      +529     
  Lines         10364   128708   +118344     
  Branches       1191     1191               
=============================================
+ Hits           3850    96957    +93107     
- Misses         6273    31510    +25237     
  Partials        241      241               
Files Coverage Δ
hybridse/src/planv2/ast_node_converter.cc 94.38% <ø> (ø)
hybridse/src/node/sql_node.cc 76.46% <0.00%> (ø)
src/sdk/sql_cluster_router.cc 61.45% <12.50%> (ø)
src/sdk/sdk_util.cc 0.00% <0.00%> (ø)

... and 525 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot added build openmldb compiling and installing storage-engine openmldb storage engine. nameserver & tablet labels Sep 11, 2023
@dl239 dl239 marked this pull request as ready for review September 11, 2023 13:19
@dl239
Copy link
Collaborator Author

dl239 commented Sep 12, 2023

add docs

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Sep 12, 2023
@dl239 dl239 linked an issue Sep 22, 2023 that may be closed by this pull request
@dl239 dl239 enabled auto-merge (squash) October 17, 2023 02:31
@dl239 dl239 merged commit 88e9e79 into 4paradigm:main Oct 17, 2023
26 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build openmldb compiling and installing documentation Improvements or additions to documentation execute-engine hybridse sql engine storage-engine openmldb storage engine. nameserver & tablet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support SHOW CREATE TABLE statement
3 participants