Zoltán Borók-Nagy created IMPALA-14708:
------------------------------------------

             Summary: Resolve comments about modernizing Java code
                 Key: IMPALA-14708
                 URL: https://issues.apache.org/jira/browse/IMPALA-14708
             Project: IMPALA
          Issue Type: Improvement
          Components: Catalog, Frontend
            Reporter: Zoltán Borók-Nagy


Our Java code has lots of comments like "when we move to Java 8 we should 
modernize our code in this way or that way", e.g.:
 * add default methods to interfaces
 * use lambdas

Since now we are about to drop support of Java 8 and move to Java 17 it might 
be time to resolve such comments.

grepping the followings reveal a few:
{noformat}
git grep -i 'java 8' *.java
git grep -i 'java8' *.java{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to