[ https://issues.apache.org/jira/browse/HIVE-11428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14654342#comment-14654342 ]
Hive QA commented on HIVE-11428: -------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12748622/HIVE-11428.1.patch {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 9320 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_null_cast org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udf_inline org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udf_struct {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4823/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4823/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4823/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 3 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12748622 - PreCommit-HIVE-TRUNK-Build > Performance: Struct IN() clauses are extremely slow (~10x slower) > ------------------------------------------------------------------ > > Key: HIVE-11428 > URL: https://issues.apache.org/jira/browse/HIVE-11428 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 1.3.0, 2.0.0 > Reporter: Gopal V > Assignee: Hari Sankar Sivarama Subramaniyan > Attachments: HIVE-11428.1.patch > > > Hive today does not support tuple IN() clauses today, but provides a way to > rewrite (a,b) IN (...) using complex types. > select * from table where STRUCT(a,b) IN (STRUCT(1,2), STRUCT(2,3) ...); > This would be fine, except it is massively slower due to ObjectConvertors and > Struct constructor not being constant folded. -- This message was sent by Atlassian JIRA (v6.3.4#6332)