Hello Impala Public Jenkins,

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

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

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

Change subject: IMPALA-14116: [WIP] Error out if NULL is in the IN-list of ORC 
table scan
......................................................................

IMPALA-14116: [WIP] Error out if NULL is in the IN-list of ORC table scan

After IMPALA-10873, we push IN-list predicate to the ORC reader. However,
when there is a null literal in the IN-list of an ORC table scan,
the ORC library would throw an exception, causing Impala processes to
crash during execution time. This patch makes Impala error out earlier
in analysis when a user attempts to add a null literal in the IN-list
of an ORC table scan to prevent the Impala server from crashing.

Change-Id: Id62a631e5aa97132afbe0b184d427ad6bc1a4ad0
---
M fe/src/main/java/org/apache/impala/analysis/InPredicate.java
M tests/query_test/test_scanners.py
2 files changed, 23 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/62/24062/2
--
To view, visit http://gerrit.cloudera.org:8080/24062
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id62a631e5aa97132afbe0b184d427ad6bc1a4ad0
Gerrit-Change-Number: 24062
Gerrit-PatchSet: 2
Gerrit-Owner: Fang-Yu Rao <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>

Reply via email to