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

Issue#424 to make Expression::eval to be able to do error handle #669

Merged

Conversation

monadbobo
Copy link
Contributor

@monadbobo monadbobo commented Jul 22, 2019

Issue#424 to make `Expression::eval` to be able to do error handle.
Summary:

1. When the expression is evaluated, some wrong judgments are added,
   ifthe expression was failed, an error will be replyed to the user.

2 fixed the crash when using mockStorageServer.

close #424

    Summary:

    1. When the expression is evaluated, some wrong judgments are added,
       ifthe expression was failed, an error will be replyed to the user.

    2 fixed the crash when using mockStorageServer.
@monadbobo monadbobo added the ready-for-testing PR: ready for the CI test label Jul 22, 2019
@nebula-community-bot
Copy link
Member

Unit testing passed.

src/graph/GoExecutor.cpp Show resolved Hide resolved
src/common/filter/Expressions.cpp Outdated Show resolved Hide resolved
src/common/filter/Expressions.cpp Show resolved Hide resolved
@monadbobo
Copy link
Contributor Author

monadbobo commented Aug 1, 2019

close #424 #626

@nebula-community-bot
Copy link
Member

Unit testing passed.

Copy link
Contributor

@CPWstatic CPWstatic left a comment

Choose a reason for hiding this comment

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

LGTM! But I also have some questions, please take a look.

@nebula-community-bot
Copy link
Member

Unit testing passed.

CPWstatic
CPWstatic previously approved these changes Aug 8, 2019
@nebula-community-bot
Copy link
Member

Unit testing passed.

Copy link
Contributor

@CPWstatic CPWstatic left a comment

Choose a reason for hiding this comment

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

LGTM.

src/graph/FetchEdgesExecutor.cpp Outdated Show resolved Hide resolved
src/graph/GoExecutor.cpp Outdated Show resolved Hide resolved
2 Handled some errors.
@nebula-community-bot
Copy link
Member

Unit testing passed.

@jude-zhu jude-zhu requested a review from CPWstatic August 9, 2019 08:37
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.

LGTM.

@dutor dutor mentioned this pull request Aug 12, 2019
@nebula-community-bot
Copy link
Member

Unit testing passed.

@dutor dutor merged commit a0354ac into vesoft-inc:master Aug 12, 2019
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Feb 16, 2020
*     Issue#424 to make `Expression::eval` to be able to do error handling.

    Summary:

    1. When the expression is evaluated, some wrong judgments are added,
       ifthe expression was failed, an error will be replyed to the user.

    2 fixed the crash when using mockStorageServer.

* 1 reformat the code.
2 Handled some errors.
tong-hao pushed a commit to tong-hao/nebula that referenced this pull request Jun 1, 2021
*     Issue#424 to make `Expression::eval` to be able to do error handling.

    Summary:

    1. When the expression is evaluated, some wrong judgments are added,
       ifthe expression was failed, an error will be replyed to the user.

    2 fixed the crash when using mockStorageServer.

* 1 reformat the code.
2 Handled some errors.
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Mar 21, 2022
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.

To make Expression::eval to be able to do error handling
5 participants