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 (#5).
Change subject: IMPALA-14116: [WIP] Do not push down NULL in IN-list against a
string column of ORC table
......................................................................
IMPALA-14116: [WIP] Do not push down NULL 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 not push down such
null literals.
Change-Id: Id62a631e5aa97132afbe0b184d427ad6bc1a4ad0
---
M fe/src/main/java/org/apache/impala/planner/HdfsScanNode.java
M tests/query_test/test_scanners.py
2 files changed, 19 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/62/24062/5
--
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: 5
Gerrit-Owner: Fang-Yu Rao <[email protected]>
Gerrit-Reviewer: Fang-Yu Rao <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>