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

Replace group when create space #3321

Closed
wants to merge 1 commit into from

Conversation

darionyaphet
Copy link
Contributor

@darionyaphet darionyaphet commented Nov 16, 2021

What type of PR is this?

  • bug
  • feature
  • enhancement

What does this PR do?

Which issue(s)/PR(s) this PR relates to?

Special notes for your reviewer, ex. impact of this fix, etc:

Additional context:

Checklist:

  • Documentation affected (Please add the label if documentation needs to be modified.)
  • Incompatible (If it is incompatible, please describe it and add corresponding label.)
  • Need to cherry-pick (If need to cherry-pick to some branches, please label the destination version(s).)
  • Performance impacted: Consumes more CPU/Memory

Release notes:

Please confirm whether to reflect in release notes and how to describe:

                                                            `

@darionyaphet darionyaphet force-pushed the white-list-key branch 2 times, most recently from 900e136 to 5b26585 Compare November 16, 2021 10:27
@darionyaphet darionyaphet added the ready-for-testing PR: ready for the CI test label Nov 16, 2021
@darionyaphet darionyaphet force-pushed the white-list-key branch 4 times, most recently from f16299a to b5ff7c5 Compare November 18, 2021 03:14
@SuperYoko
Copy link
Contributor

use this to mark checkbox~

- [x] enhancement

if (sentence->groupName()) {
spaceDesc_.set_group_name(std::move(*(sentence->groupName())));
if (sentence->zoneNames()) {
spaceDesc_.set_zone_names(std::move(sentence->zoneNames()->zoneNames()));
Copy link
Contributor

@SuperYoko SuperYoko Nov 18, 2021

Choose a reason for hiding this comment

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

why ->zoneNames()->zoneNames()? just curious. looks wired.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's just typed conversion and return the std::vectorstd::string

Copy link
Contributor

Choose a reason for hiding this comment

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

compile error by clang here. no need std::move

@darionyaphet
Copy link
Contributor Author

rely on add host to fix describe space

@darionyaphet darionyaphet removed the ready-for-testing PR: ready for the CI test label Nov 18, 2021
@darionyaphet
Copy link
Contributor Author

This PR have merged into White list so close it

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