Alex Behm has posted comments on this change.

Change subject: IMPALA-5280: Coalesce chains of OR conditions to an IN predicate
......................................................................


Patch Set 5: Code-Review+2

(2 comments)

Nice! Please address the final comments, rebase and upload a new patch set, 
then I'll start the merge.

http://gerrit.cloudera.org:8080/#/c/7110/5/fe/src/main/java/org/apache/impala/rewrite/EqualityDisjunctsToInRule.java
File fe/src/main/java/org/apache/impala/rewrite/EqualityDisjunctsToInRule.java:

Line 82:             otherPred.getChildren().subList(1, 
otherPred.getChildren().size()));
fix indentation


http://gerrit.cloudera.org:8080/#/c/7110/5/fe/src/main/java/org/apache/impala/rewrite/NormalizeBinaryPredicatesRule.java
File 
fe/src/main/java/org/apache/impala/rewrite/NormalizeBinaryPredicatesRule.java:

Line 47:     } else {
remove else block and just return expr at the end


-- 
To view, visit http://gerrit.cloudera.org:8080/7110
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: If02396b752c5497de9a92828c24c8062027dc2e2
Gerrit-PatchSet: 5
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: sandeep akinapelli <sakinape...@cloudera.com>
Gerrit-Reviewer: Alex Behm <alex.b...@cloudera.com>
Gerrit-Reviewer: sandeep akinapelli <sakinape...@cloudera.com>
Gerrit-HasComments: Yes

Reply via email to