Hello Pranav Lodha, Steve Carlin, Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/23747

to look at the new patch set (#8).

Change subject: IMPALA-14624: Guard against null getDistinctRowCount
......................................................................

IMPALA-14624: Guard against null getDistinctRowCount

Calcite guards against getDistinctRowCount returning null in its code.
When enabling TRACE logging for org.apache.calcite, I ran into failures
when attempting to log cost results because the result of
getDistinctRowCount was null. Adds guards for null values.

Change-Id: I657b3431011a3dddbfc3fe7a6519980f78966261
---
M 
java/calcite-planner/src/main/java/org/apache/impala/calcite/schema/FilterSelectivityEstimator.java
M 
java/calcite-planner/src/main/java/org/apache/impala/calcite/schema/ImpalaRelMdDistinctRowCount.java
2 files changed, 15 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/47/23747/8
--
To view, visit http://gerrit.cloudera.org:8080/23747
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I657b3431011a3dddbfc3fe7a6519980f78966261
Gerrit-Change-Number: 23747
Gerrit-PatchSet: 8
Gerrit-Owner: Michael Smith <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Pranav Lodha <[email protected]>
Gerrit-Reviewer: Steve Carlin <[email protected]>

Reply via email to