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

chore(cli): deregister cli attach command #2589

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

waynexia
Copy link
Member

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

After region server refactoring, datanode is not captiable for processing non-logical plan query. Thus I deregister attach command from cli. We can add this functionality back in the future in others way, like require the frontend to only do partial query execution (to only include result from datanode, for example).

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.

Refer to a related PR or issue link (optional)

Copy link
Contributor

@evenyag evenyag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😢

@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #2589 (3c98aef) into develop (94f3542) will decrease coverage by 0.38%.
Report is 1 commits behind head on develop.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2589      +/-   ##
===========================================
- Coverage    85.36%   84.98%   -0.38%     
===========================================
  Files          737      737              
  Lines       118020   117983      -37     
===========================================
- Hits        100743   100265     -478     
- Misses       17277    17718     +441     

Copy link
Member

@sunng87 sunng87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this feature mentioned in docs?

@waynexia
Copy link
Member Author

@evenyag is modifying related part

@waynexia waynexia added this pull request to the merge queue Oct 12, 2023
Merged via the queue into GreptimeTeam:develop with commit cf6ef0a Oct 12, 2023
11 checks passed
@waynexia waynexia deleted the deregister-attach branch October 12, 2023 08:21
paomian pushed a commit to paomian/greptimedb that referenced this pull request Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants