Philip Zeyliger has posted comments on this change. Change subject: IMPALA-5211: Simplifying ifnull/isnull/nvl where conditional is a literal. ......................................................................
Patch Set 3: (3 comments) http://gerrit.cloudera.org:8080/#/c/7781/3/fe/src/main/java/org/apache/impala/rewrite/SimplifyConditionalsRule.java File fe/src/main/java/org/apache/impala/rewrite/SimplifyConditionalsRule.java: Line 55: private static List<String> IFNULL_ALIASES = ImmutableList.of("ifnull", "isnull", "nvl"); > nit: long line (by one character) Updated. Line 107: private Expr simplifyIfNullFunctionCallExpr(FunctionCallExpr expr) { > static? The class is a singleton (see INSTANCE on line 53), and this is consistent with the existing simplify* methods. I've not changed this. PS3, Line 148: ifnull > update comment Done -- To view, visit http://gerrit.cloudera.org:8080/7781 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9e4b8bf6fedd595f9ea54ffb30fc71a058c7f16c Gerrit-PatchSet: 3 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-HasComments: Yes
