Skip to content

[Enhancement](proc) sort result by backend id when show backends#18112

Merged
yiguolei merged 2 commits intoapache:masterfrom
bin41215:master
Mar 26, 2023
Merged

[Enhancement](proc) sort result by backend id when show backends#18112
yiguolei merged 2 commits intoapache:masterfrom
bin41215:master

Conversation

@bin41215
Copy link
Contributor

Proposed changes

before:
+-----------+
| BackendId |
+-----------+
| 99412 |
| 11003 |
| 11002 |
| 60616 |
| 60673 |
+----------+

after:

+-----------+
| BackendId |
+-----------+
| 11002 |
| 11003 |
| 60616 |
| 60673 |
| 99412 |
+----------+

Issue Number: open #17935

Problem summary

Describe your changes.

Checklist(Required)

  • Does it affect the original behavior
  • Has unit tests been added
  • Has document been added or modified
  • Does it need to update dependencies
  • Is this PR support rollback (If NO, please explain WHY)

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@yiguolei yiguolei changed the title [Enhancement] sort result by backend id when show backends [Enhancement](proc) sort result by backend id when show backends Mar 25, 2023
@yiguolei
Copy link
Contributor

run buildall

Copy link
Contributor

@yiguolei yiguolei left a comment

Choose a reason for hiding this comment

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

LGTM

@yiguolei yiguolei merged commit 0347ae4 into apache:master Mar 26, 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.

2 participants