Qifan Chen has uploaded a new patch set (#3). ( http://gerrit.cloudera.org:8080/18071 )
Change subject: IMPALA-11047 Preconditions.checkNotNull(statsTuple_) fail in HdfsScanNode.java if PARQUET_READ_STATISTICS=0 ...................................................................... IMPALA-11047 Preconditions.checkNotNull(statsTuple_) fail in HdfsScanNode.java if PARQUET_READ_STATISTICS=0 This patch addresses the check not-null failure in FE by strenghening and refactoring the logic to determine whether to apply the min/max overlap predicate and applying it in both HdfsScanNode and RuntimeFilterGenerator. Testing: Ran the core test successfully. Change-Id: I52203e73502a35a275decb602b063982b9cad26e --- M fe/src/main/java/org/apache/impala/planner/HdfsScanNode.java M fe/src/main/java/org/apache/impala/planner/Planner.java M fe/src/main/java/org/apache/impala/planner/RuntimeFilterGenerator.java 3 files changed, 15 insertions(+), 11 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/71/18071/3 -- To view, visit http://gerrit.cloudera.org:8080/18071 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I52203e73502a35a275decb602b063982b9cad26e Gerrit-Change-Number: 18071 Gerrit-PatchSet: 3 Gerrit-Owner: Qifan Chen <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
