You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/20 07:08:41 UTC

[GitHub] [incubator-doris] jackwener opened a new issue, #9126: [Enhancement] Enhancement the FE java code

jackwener opened a new issue, #9126:
URL: https://github.com/apache/incubator-doris/issues/9126

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Description
   
   There is a lot of old code in FE, we can do some enhancement.
   
   There are
   - replace for(Type thing: things) with things.foreach()
   ```java
   for (String sessionId : sessionIds) {
       XXX
   }
   ->
   sessionIds.foreach(sessionId -> {
       XXX
   })
   ```
   - ....
   
   
   
   ### Solution
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] jackwener closed issue #9126: [Enhancement] Enhancement the FE java code

Posted by GitBox <gi...@apache.org>.
jackwener closed issue #9126: [Enhancement] Enhancement the FE java code
URL: https://github.com/apache/doris/issues/9126


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] Toms1999 commented on issue #9126: [Enhancement] Enhancement the FE java code

Posted by GitBox <gi...@apache.org>.
Toms1999 commented on issue #9126:
URL: https://github.com/apache/incubator-doris/issues/9126#issuecomment-1107838272

   hi,i&nbsp; found an annotation problem and submit A pr,thinks
   
   
   
   
   
   ------------------&nbsp;原始邮件&nbsp;------------------
   发件人: ***@***.***&gt;; 
   发送时间: 2022年4月24日(星期天) 晚上6:32
   收件人: ***@***.***&gt;; 
   抄送: ***@***.***&gt;; ***@***.***&gt;; 
   主题: Re: [apache/incubator-doris] [Enhancement] Enhancement the FE java code (Issue #9126)
   
   
   
   
   
     
   Hi, Can I try to do it if you dont mind?
     
   It's OK😃
    
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you were assigned.Message ID: ***@***.***&gt;


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] Toms1999 commented on issue #9126: [Enhancement] Enhancement the FE java code

Posted by GitBox <gi...@apache.org>.
Toms1999 commented on issue #9126:
URL: https://github.com/apache/incubator-doris/issues/9126#issuecomment-1107812118

   Hi,
   Can I try to do it if you dont mind?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] jackwener commented on issue #9126: [Enhancement] Enhancement the FE java code

Posted by GitBox <gi...@apache.org>.
jackwener commented on issue #9126:
URL: https://github.com/apache/incubator-doris/issues/9126#issuecomment-1107812592

   > Hi, Can I try to do it if you dont mind?
   
   It's OK😃


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org