ashwin1596 commented on issue #4184:
URL: https://github.com/apache/gravitino/issues/4184#issuecomment-2241191117

   Since DEFAULT_IMPERSONATION_ENABLE is a static final (constant) member, it 
does not depend on any instance and is initialized when the class is loaded. 
Therefore, it should not create any issue even if the subclass has not been 
initialized.
   
   To improve code clarity and organization, I have moved 
DEFAULT_IMPERSONATION_ENABLE from KerberosConfig to AuthenticationConfig. This 
change ensures that the constant is placed in a more appropriate context, 
reflecting its role and usage more accurately.
   
   Let me know if you have any suggestions.


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

Reply via email to