Skip to content

Conversation

@hf200012
Copy link
Contributor

@hf200012 hf200012 commented Apr 6, 2022

http v2 has been actually tested in production, and it is completely replaceable to have http code. In order to simplify code maintenance, remove the previous http part of the code

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

http v2 has been actually tested in production, and it is completely replaceable to have http code. In order to simplify code maintenance, remove the previous http part of the code
@morningman morningman added kind/api-change Categorizes issue or PR as related to adding, removing, or otherwise changing an API kind/refactor Issues or PRs to refactor code labels Apr 6, 2022
super("");
}
public IllegalArgException() {
super("");
Copy link
Contributor

Choose a reason for hiding this comment

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

Code format
4 spaces

this.msg = msg;
}
public RestBaseResult(String msg) {
status = ActionStatus.FAILED;
Copy link
Contributor

Choose a reason for hiding this comment

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

4 spaces

resultMap.put(key, value);
}
public RestResult() {
super();
Copy link
Contributor

Choose a reason for hiding this comment

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

4 spaces

hf200012 added 2 commits April 6, 2022 09:58
code style
1
1
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

@morningman morningman added the dev/1.0.1-deprecated should be merged into dev-1.0.1 branch label Apr 6, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Apr 6, 2022

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

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Apr 6, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Apr 6, 2022

PR approved by anyone and no changes requested.

@yiguolei yiguolei merged commit e72ccfd into apache:master Apr 7, 2022
morningman pushed a commit that referenced this pull request Apr 8, 2022
http v2 has been actually tested in production, and it is completely replaceable to have http code. In order to simplify code maintenance, remove the previous http part of the code
@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 8, 2022
morningman added a commit that referenced this pull request Apr 14, 2022
1. The compile bug is introduced from #8855
2. FE ut bug is introduced from #8848 and #8770
weizhengte pushed a commit to weizhengte/incubator-doris that referenced this pull request Apr 22, 2022
http v2 has been actually tested in production, and it is completely replaceable to have http code. In order to simplify code maintenance, remove the previous http part of the code
weizhengte pushed a commit to weizhengte/incubator-doris that referenced this pull request Apr 22, 2022
1. The compile bug is introduced from apache#8855
2. FE ut bug is introduced from apache#8848 and apache#8770
zhengshiJ pushed a commit to zhengshiJ/incubator-doris that referenced this pull request Apr 27, 2022
1. The compile bug is introduced from apache#8855
2. FE ut bug is introduced from apache#8848 and apache#8770
starocean999 pushed a commit to starocean999/incubator-doris that referenced this pull request May 19, 2022
1. The compile bug is introduced from apache#8855
2. FE ut bug is introduced from apache#8848 and apache#8770
englefly pushed a commit to englefly/incubator-doris that referenced this pull request May 23, 2022
1. The compile bug is introduced from apache#8855
2. FE ut bug is introduced from apache#8848 and apache#8770
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. area/httpv2 dev/merged-1.0.1-deprecated PR has been merged into dev-1.0.1 kind/api-change Categorizes issue or PR as related to adding, removing, or otherwise changing an API kind/refactor Issues or PRs to refactor code reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants