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

Remove CHECK and FATAL in graphd #1495

Merged
merged 5 commits into from
Dec 26, 2019
Merged

Remove CHECK and FATAL in graphd #1495

merged 5 commits into from
Dec 26, 2019

Conversation

laura-ding
Copy link
Contributor

No description provided.

@laura-ding laura-ding added the ready-for-testing PR: ready for the CI test label Dec 23, 2019
@jude-zhu jude-zhu requested review from CPWstatic, dutor and monadbobo and removed request for CPWstatic and dutor December 23, 2019 02:40
@nebula-community-bot
Copy link
Member

Unit testing passed.

1 similar comment
@nebula-community-bot
Copy link
Member

Unit testing passed.

@jude-zhu jude-zhu requested a review from monadbobo December 24, 2019 06:55
monadbobo
monadbobo previously approved these changes Dec 24, 2019
Copy link
Contributor

@monadbobo monadbobo left a comment

Choose a reason for hiding this comment

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

LGTM.

@nebula-community-bot
Copy link
Member

Unit testing passed.

Copy link
Contributor

@monadbobo monadbobo left a comment

Choose a reason for hiding this comment

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

LGTM.

@@ -71,7 +71,8 @@ class GroupByHash {
return 0;
}
default: {
LOG(FATAL) << "Untreated value type: " << static_cast<int32_t>(col.getType());
LOG(ERROR) << "Untreated value type: " << static_cast<int32_t>(col.getType());
return 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

return 0 or other error code?

Copy link
Contributor

@dutor dutor left a comment

Choose a reason for hiding this comment

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

awesome

@nebula-community-bot
Copy link
Member

Unit testing passed.

@dutor dutor merged commit eb6285d into vesoft-inc:master Dec 26, 2019
@jude-zhu
Copy link
Contributor

jude-zhu commented Jan 8, 2020

relate to #1184

tong-hao pushed a commit to tong-hao/nebula that referenced this pull request Jun 1, 2021
* remove CHECK in graphd

* Remove FATAL in graphd

* rebase upstream

* fix error message and spelling mistakes

Co-authored-by: dutor <440396+dutor@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants