Merged
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #3293 +/- ##
=========================================
Coverage 37.18% 37.18%
Complexity 411 411
=========================================
Files 177 177
Lines 10214 10214
Branches 1185 1185
=========================================
Hits 3798 3798
Misses 6178 6178
Partials 238 238 ☔ View full report in Codecov by Sentry. |
aceforeverd
reviewed
May 26, 2023
| @@ -1828,40 +1829,22 @@ std::shared_ptr<hybridse::sdk::ResultSet> SQLClusterRouter::HandleSQLCmd(const h | |||
| exit(0); | |||
| } | |||
| case hybridse::node::kCmdShowJobs: { | |||
Collaborator
There was a problem hiding this comment.
just in case. @lqy222 should testing the compatibility between different versions, like old SDK and newer OpenMLDB server. To insure old approach works as expect
dl239
commented
May 30, 2023
aceforeverd
reviewed
May 30, 2023
lqy222
approved these changes
Jun 16, 2023
vagetablechicken
approved these changes
Jun 19, 2023
dl239
added a commit
that referenced
this pull request
Jun 29, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add new SQL statement to show the jobs of nameserver as below:
show jobs from nameserver;show jobs from nameserver like '10';