Feng Guangyuan has uploaded a new change for review. http://gerrit.cloudera.org:8080/3420
Change subject: IMPALA-3678: Impala FE SortNode analyzer conjuncts_ failure ...................................................................... IMPALA-3678: Impala FE SortNode analyzer conjuncts_ failure This patch assumes that if the rhsRefs of the current predicates' tids are NULL, the predicate can not be evaluated by the current node, unless at least one rhsRef was existed, then the perspective predicate can go into the next validation phase. That means the returned value should be logical AND. Change-Id: If823e4c8fb5e7ca2be38bf4b35f4fda97d1a052d --- M fe/src/main/java/com/cloudera/impala/analysis/Analyzer.java 1 file changed, 9 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/20/3420/1 -- To view, visit http://gerrit.cloudera.org:8080/3420 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If823e4c8fb5e7ca2be38bf4b35f4fda97d1a052d Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Feng Guangyuan <[email protected]>
