Joe McDonnell has uploaded a new change for review.

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

Change subject: IMPALA-4859: Push down IS NULL / IS NOT NULL to Kudu
......................................................................

IMPALA-4859: Push down IS NULL / IS NOT NULL to Kudu

This detects IS NULL / IS NOT NULL and creates a Kudu predicate
to push this to Kudu.

Since the KuduPredicate.newIsNullPredicate function is only
available in a newer version of the Kudu Java client, that
client version is bumped to 1.3.0.

Change-Id: I9c96fec8d41f77222879c0ffdd6940b168e47e65
---
M bin/impala-config.sh
M fe/src/main/java/org/apache/impala/planner/KuduScanNode.java
M 
testdata/workloads/functional-planner/queries/PlannerTest/kudu-selectivity.test
M testdata/workloads/functional-planner/queries/PlannerTest/kudu.test
4 files changed, 46 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/58/5958/1
-- 
To view, visit http://gerrit.cloudera.org:8080/5958
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9c96fec8d41f77222879c0ffdd6940b168e47e65
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Joe McDonnell <[email protected]>

Reply via email to