QiangCai opened a new pull request #3868:
URL: https://github.com/apache/carbondata/pull/3868


    ### Why is this PR needed?
   1. Redundant 'if' statement
   2. Array access many times in for loop
   3. Repeated switch branch
   4. Use StringBuffer
    
    ### What changes were proposed in this PR?
   1. Change redundant 'if' statement
   2. Use enhanced for loop
   3. Merge switch branch
   4. Use StringBuilder instead of StringBuffer
       
    ### Does this PR introduce any user interface change?
    - No
    - Yes. (please explain the change and update document)
   
    ### Is any new testcase added?
    - No
    - Yes
   
       
   


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

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


Reply via email to