Skip to content

Conversation

@yiguolei
Copy link
Contributor

Proposed changes

Issue Number: close #xxx

Problem Summary:

Describe the overview of changes.

Checklist(Required)

  1. Does it affect the original behavior: (Yes/No/I Don't know)
  2. Has unit tests been added: (Yes/No/No Need)
  3. Has document been added or modified: (Yes/No/No Need)
  4. Does it need to update dependencies: (Yes/No)
  5. Are there any changes that cannot be rolled back: (Yes/No)

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...

// ErrorName, ErrorCode, String Description, Should print stacktrace
#define APPLY_FOR_ERROR_CODES(M) \
M(OLAP_SUCCESS, 0, "", true) \
M(OLAP_SUCCESS, 0, "", false) \
Copy link
Contributor

Choose a reason for hiding this comment

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

Why change this?

Copy link
Contributor

Choose a reason for hiding this comment

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

Because we don't need to print stack trace for OLAP_SUCCESS

Copy link
Contributor

@morningman morningman left a comment

Choose a reason for hiding this comment

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

LGTM

// ErrorName, ErrorCode, String Description, Should print stacktrace
#define APPLY_FOR_ERROR_CODES(M) \
M(OLAP_SUCCESS, 0, "", true) \
M(OLAP_SUCCESS, 0, "", false) \
Copy link
Contributor

Choose a reason for hiding this comment

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

Because we don't need to print stack trace for OLAP_SUCCESS

@github-actions
Copy link
Contributor

PR approved by at least one committer and no changes requested.

@github-actions github-actions bot added approved Indicates a PR has been approved by one committer. reviewed labels Apr 24, 2022
@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

@morningman morningman added kind/fix Categorizes issue or PR as related to a bug. dev/backlog waiting to be merged in future dev branch and removed approved Indicates a PR has been approved by one committer. reviewed labels Apr 24, 2022
@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

@yiguolei yiguolei merged commit 3bdfcde into apache:master Apr 25, 2022
weizhengte pushed a commit to weizhengte/incubator-doris that referenced this pull request Apr 25, 2022
…n mode (apache#9195)

Co-authored-by: yiguolei <yiguolei@gmail.com>
(cherry picked from commit 3bdfcde)
weizhengte pushed a commit to weizhengte/incubator-doris that referenced this pull request Apr 26, 2022
…n mode (apache#9195)

Co-authored-by: yiguolei <yiguolei@gmail.com>
(cherry picked from commit 3bdfcde)
@morningman morningman added dev/1.0.1-deprecated should be merged into dev-1.0.1 branch and removed dev/backlog waiting to be merged in future dev branch labels Apr 27, 2022
morningman pushed a commit that referenced this pull request Apr 28, 2022
…n mode (#9195)

Co-authored-by: yiguolei <yiguolei@gmail.com>
@morningman morningman added dev/merged-1.0.1-deprecated PR has been merged into dev-1.0.1 and removed dev/1.0.1-deprecated should be merged into dev-1.0.1 branch labels Apr 28, 2022
Kikyou1997 pushed a commit to Kikyou1997/incubator-doris that referenced this pull request May 9, 2022
…n mode (apache#9195)

Co-authored-by: yiguolei <yiguolei@gmail.com>
starocean999 pushed a commit to starocean999/incubator-doris that referenced this pull request May 19, 2022
…n mode (apache#9195)

Co-authored-by: yiguolei <yiguolei@gmail.com>
englefly pushed a commit to englefly/incubator-doris that referenced this pull request May 23, 2022
…n mode (apache#9195)

Co-authored-by: yiguolei <yiguolei@gmail.com>
@yiguolei yiguolei deleted the some_improvement branch March 30, 2023 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev/merged-1.0.1-deprecated PR has been merged into dev-1.0.1 kind/fix Categorizes issue or PR as related to a bug. reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants