Todd Lipcon has posted comments on this change. ( http://gerrit.cloudera.org:8080/10583 )
Change subject: IMPALA-7110. Fix some warnings from error-prone ...................................................................... Patch Set 1: (2 comments) http://gerrit.cloudera.org:8080/#/c/10583/1//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/10583/1//COMMIT_MSG@21 PS1, Line 21: I elected not to enable error-prone in the maven settings since it > I'll give this a try, though usually when I attempt to do this kind of thin turned out to be not that bad to add a profile so I just added to this patch http://gerrit.cloudera.org:8080/#/c/10583/1/fe/src/main/java/org/apache/impala/catalog/ScalarFunction.java File fe/src/main/java/org/apache/impala/catalog/ScalarFunction.java: http://gerrit.cloudera.org:8080/#/c/10583/1/fe/src/main/java/org/apache/impala/catalog/ScalarFunction.java@85 PS1, Line 85: argTypes > interesting, wonder why it didn't catch this one. Will do. argTypes is a List, so the built-in toString actually works. My fix down below was on the wrong spot in the line - it was actually complaining about the exception stack trace and I mis-fixed the error. -- To view, visit http://gerrit.cloudera.org:8080/10583 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ie9bfadecb5b92bba4fc7921a6f87f249ed90e771 Gerrit-Change-Number: 10583 Gerrit-PatchSet: 1 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Comment-Date: Tue, 05 Jun 2018 20:36:03 +0000 Gerrit-HasComments: Yes
