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 (#4).

Change subject: IMPALA-14116: [WIP] Error out if NULL is in IN-list against a 
string column of ORC table
......................................................................

IMPALA-14116: [WIP] Error out if NULL is in IN-list against a string column of 
ORC table

After IMPALA-10873, we push IN-list predicates to the ORC reader.
However, when there is a null literal in an IN-list against a string
column of an ORC table scan, the ORC library would throw an exception,
causing Impala processes to crash during execution time. To prevent the
Impala server from crashing, this patch makes Impala error out earlier
in analysis when the query has such a null literal.

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


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/62/24062/4
--
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: 4
Gerrit-Owner: Fang-Yu Rao <[email protected]>
Gerrit-Reviewer: Fang-Yu Rao <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>

Reply via email to