Tim Armstrong has posted comments on this change. Change subject: IMPALA-5615: Fix compute incremental stats for general partition exprs ......................................................................
Patch Set 4: Code-Review+1 (1 comment) http://gerrit.cloudera.org:8080/#/c/7379/4/fe/src/main/java/org/apache/impala/analysis/ComputeStatsStmt.java File fe/src/main/java/org/apache/impala/analysis/ComputeStatsStmt.java: PS4, Line 371: LinkedHashSet This can just be a regular HashSet now since we don't depend on iterator order. -- To view, visit http://gerrit.cloudera.org:8080/7379 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I227fc06f580eb9174f60ad0f515a3641cec19268 Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-HasComments: Yes
