hyunw9 opened a new pull request, #5126:
URL: https://github.com/apache/zeppelin/pull/5126

   ### What is this PR for?
   
   This PR refactors the anonymous Comparator implementation in 
StringsCompleter to use a method reference (`String::compareToIgnoreCase`).
   The change simplifies the code, improves readability, and aligns the class 
with modern Java best practices.
   
   ### What type of PR is it?
   Refactoring
   
   ### Todos
   * [ ] - Replace anonymous Comparator<String> class with method reference.
   
   ### What is the Jira issue?
   * [[ZEPPELIN-6385]](https://issues.apache.org/jira/browse/ZEPPELIN-6385)
   
   ### How should this be tested?
   
   Since the expected behavior remains unchanged, no additional tests are 
required.
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the license files need to update? - No
   * Is there breaking changes for older versions? - No
   * Does this needs documentation? - No
   


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