Bharath Vissapragada has posted comments on this change. Change subject: IMPALA-5657: Fix a couple of bugs with FunctionCallExpr and IGNORE NULLS ......................................................................
Patch Set 2: (3 comments) http://gerrit.cloudera.org:8080/#/c/7416/2/fe/src/main/java/org/apache/impala/analysis/FunctionCallExpr.java File fe/src/main/java/org/apache/impala/analysis/FunctionCallExpr.java: PS2, Line 172: equals > Seems like a bug potentially not including it in this comparison. I haven't Missed this, thanks for pointing it out. Yea I think its good to fix this. The usage is generally subtle and pretty hard to track unless there is a case that breaks since we use the generic Expr class and resolve it at runtime. PS2, Line 196: debugString > Probably should be here too Done http://gerrit.cloudera.org:8080/#/c/7416/2/fe/src/test/java/org/apache/impala/analysis/ToSqlTest.java File fe/src/test/java/org/apache/impala/analysis/ToSqlTest.java: Line 1174: > nit extra line Done -- To view, visit http://gerrit.cloudera.org:8080/7416 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I723897886c95763c3f29d6f24c4d9e7d43898ade Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-HasComments: Yes
