Fang-Yu Rao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24062
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 1 file changed, 14 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/62/24062/1 -- 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: newchange Gerrit-Change-Id: Id62a631e5aa97132afbe0b184d427ad6bc1a4ad0 Gerrit-Change-Number: 24062 Gerrit-PatchSet: 1 Gerrit-Owner: Fang-Yu Rao <[email protected]>
