[ https://issues.apache.org/jira/browse/HIVE-20712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644628#comment-16644628 ]
Hive QA commented on HIVE-20712: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12942955/HIVE-20712.02.patch {color:red}ERROR:{color} -1 due to build exiting with an error Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/14345/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14345/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14345/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Tests exited with: Exception: Patch URL https://issues.apache.org/jira/secure/attachment/12942955/HIVE-20712.02.patch was found in seen patch url's cache and a test was probably run already on it. Aborting... {noformat} This message is automatically generated. ATTACHMENT ID: 12942955 - PreCommit-HIVE-Build > HivePointLookupOptimizer should extract deep cases > -------------------------------------------------- > > Key: HIVE-20712 > URL: https://issues.apache.org/jira/browse/HIVE-20712 > Project: Hive > Issue Type: Improvement > Reporter: Zoltan Haindrich > Assignee: Zoltan Haindrich > Priority: Major > Attachments: HIVE-20712.01.patch, HIVE-20712.01.patch, > HIVE-20712.02.patch > > > currently IN extraction stops at the first level; as a result for the > following query, the nested INs are not closed back. > {code} > create table t(a integer); > create table t2(b integer); > insert into t values (1),(2),(3),(4); > insert into t2 values (1),(2),(3),(4); > explain > select * from t,t2 where > a*a=b+3 > and > a in (1,2,3,4) > and > b in (1,2,3,4) > and ( > (a in (1,2) and b in (1,2) ) or > (a in (2,3) and b in (2,3) ) > ) > ; > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)