[ https://issues.apache.org/jira/browse/HIVE-12332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14994304#comment-14994304 ]
Hive QA commented on HIVE-12332: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12771052/HIVE-12332.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 9763 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestHBaseCliDriver.testCliDriver_hbase_queries org.apache.hadoop.hive.cli.TestMiniTezCliDriver.initializationError org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_uri_import org.apache.hadoop.hive.hwi.TestHWISessionManager.testHiveDriver org.apache.hive.jdbc.TestSSL.testSSLVersion {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5953/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5953/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5953/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase 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: 5 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12771052 - PreCommit-HIVE-TRUNK-Build > BucketingSortingReduceSinkOptimizer throws IOB exception for duplicate columns > ------------------------------------------------------------------------------ > > Key: HIVE-12332 > URL: https://issues.apache.org/jira/browse/HIVE-12332 > Project: Hive > Issue Type: Bug > Components: Logical Optimizer > Affects Versions: 2.0.0 > Reporter: Ashutosh Chauhan > Assignee: Ashutosh Chauhan > Attachments: HIVE-12332.patch, HIVE-12332.patch > > > {code} > set hive.enforce.bucketing=true; > set hive.enforce.sorting=true; > CREATE TABLE temp1 > ( > change int , > num int > ) > CLUSTERED BY (num) SORTED BY (num) INTO 4 BUCKETS; > create table temp2 > ( > num int > ); > explain > INSERT OVERWRITE TABLE temp1 > SELECT num, num > FROM temp2; > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)