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

add executor comment #4033

Merged
merged 10 commits into from
Mar 30, 2022
Merged

add executor comment #4033

merged 10 commits into from
Mar 30, 2022

Conversation

nevermore3
Copy link
Contributor

@nevermore3 nevermore3 commented Mar 15, 2022

What type of PR is this?

  • bug
  • feature
  • enhancement

What problem(s) does this PR solve?

Issue(s) number:

Description:

How do you solve it?

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

Checklist:

Tests:

  • Unit test(positive and negative cases)
  • Function test
  • Performance test
  • N/A

Affects:

  • Documentation affected (Please add the label if documentation needs to be modified.)
  • Incompatibility (If it breaks the compatibility, please describe it and add the label.)
  • If it's needed to cherry-pick (If cherry-pick to some branches is required, please label the destination version(s).)
  • Performance impacted: Consumes more CPU/Memory

Release notes:

Please confirm whether to be reflected in release notes and how to describe:

ex. Fixed the bug .....

@nevermore3 nevermore3 added do not review PR: not ready for the code review yet wip Solution: work in progress labels Mar 15, 2022
@nevermore3 nevermore3 force-pushed the add_comment branch 2 times, most recently from 3f74015 to 6d49941 Compare March 15, 2022 09:57
@Sophie-Xie
Copy link
Contributor

Will you modify log in this PR?

@nevermore3 nevermore3 changed the title add comment add executor comment Mar 15, 2022
@nevermore3
Copy link
Contributor Author

Will you modify log in this PR?

yes

@nevermore3 nevermore3 force-pushed the add_comment branch 7 times, most recently from b52586b to 4e7e116 Compare March 16, 2022 07:05
@Sophie-Xie Sophie-Xie mentioned this pull request Mar 16, 2022
10 tasks
@nevermore3 nevermore3 force-pushed the add_comment branch 2 times, most recently from 179d980 to 186c457 Compare March 16, 2022 09:41
@Sophie-Xie Sophie-Xie added this to the v3.1.0 milestone Mar 21, 2022
*
* This source code is licensed under Apache 2.0 License.
*/
// Copyright (c) 2022 vesoft inc. All rights reserved.
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe should not update the year info. It represent the file create time and maybe make reader confuse.

Copy link
Contributor

Choose a reason for hiding this comment

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

Agree.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@nevermore3 nevermore3 added ready-for-testing PR: ready for the CI test and removed do not review PR: not ready for the code review yet wip Solution: work in progress labels Mar 29, 2022
@@ -99,7 +96,7 @@ StatusOr<DataSet> SubmitJobExecutor::buildResult(meta::cpp2::JobOp jobOp,
}
// no default so the compiler will warning when lack
}
DLOG(FATAL) << "Unknown job operation " << static_cast<int>(jobOp);
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't change this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fix

Copy link
Contributor

@Shylock-Hg Shylock-Hg left a comment

Choose a reason for hiding this comment

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

LGTM

@CPWstatic CPWstatic merged commit 1e68162 into vesoft-inc:master Mar 30, 2022
@nevermore3 nevermore3 deleted the add_comment branch March 30, 2022 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants