Vikasss7663 opened a new pull request, #9878:
URL: https://github.com/apache/incubator-doris/pull/9878

   Proposed changes
   
   Removing redundant this, since it is required mostly in constructor.
   
   Issue Number: #9775 
   
   Problem Summary:
   
   Before pr:
   
   public AlterHandler getSchemaChangeHandler() {
           return this.schemaChangeHandler;
   }
   After pr:
   
   public AlterHandler getSchemaChangeHandler() {
           return schemaChangeHandler;
   }
   Checklist(Required)
   
   Does it affect the original behavior: No
   Has unit tests been added: No
   Has document been added or modified: No Need
   Does it need to update dependencies: No
   Are there any changes that cannot be rolled back: No
   Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[[email protected]](mailto:[email protected]) by explaining why you 
chose the solution you did and what alternatives you considered, etc...


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to