[ https://issues.apache.org/jira/browse/HIVE-14570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15427049#comment-15427049 ]
Hive QA commented on HIVE-14570: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12824331/HIVE-14570.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 9 failed/errored test(s), 10428 tests executed *Failed tests:* {noformat} TestMiniTezCliDriver-acid_globallimit.q-cte_mat_1.q-deleteAnalyze.q-and-12-more - did not produce a TEST-*.xml file org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainuser_1] org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainuser_2] org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[load_dyn_part1] org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[load_dyn_part2] org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[transform_ppr1] org.apache.hive.beeline.TestBeeLineWithArgs.testEmbeddedBeelineOutputs org.apache.hive.jdbc.TestJdbcWithMiniHS2.testSelectThriftSerializeInTasks org.apache.hive.service.cli.operation.TestOperationLoggingLayout.testSwitchLogLayout {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/929/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/929/console Test logs: http://ec2-204-236-174-241.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-929/ 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: 9 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12824331 - PreCommit-HIVE-MASTER-Build > Create table with column names ROW__ID, INPUT__FILE__NAME, > BLOCK__OFFSET__INSIDE__FILE sucess but query fails > ------------------------------------------------------------------------------------------------------------- > > Key: HIVE-14570 > URL: https://issues.apache.org/jira/browse/HIVE-14570 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Affects Versions: 1.3.0, 2.2.0 > Reporter: Niklaus Xiao > Assignee: Niklaus Xiao > Fix For: 2.2.0 > > Attachments: HIVE-14570.patch > > > {code} > 0: jdbc:hive2://189.39.151.74:21066/> create table foo1(ROW__ID string); > No rows affected (0.281 seconds) > 0: jdbc:hive2://189.39.151.74:21066/> create table > foo2(BLOCK__OFFSET__INSIDE__FILE string); > No rows affected (0.323 seconds) > 0: jdbc:hive2://189.39.151.74:21066/> create table foo3(INPUT__FILE__NAME > string); > No rows affected (0.307 seconds) > 0: jdbc:hive2://189.39.151.74:21066/> select * from foo1; > Error: Error while compiling statement: FAILED: SemanticException Line 0:-1 > Invalid column reference 'TOK_ALLCOLREF' (state=42000,code=40000) > 0: jdbc:hive2://189.39.151.74:21066/> select * from foo2; > Error: Error while compiling statement: FAILED: SemanticException Line 0:-1 > Invalid column reference 'TOK_ALLCOLREF' (state=42000,code=40000) > 0: jdbc:hive2://189.39.151.74:21066/> select * from foo3; > Error: Error while compiling statement: FAILED: SemanticException Line 0:-1 > Invalid column reference 'TOK_ALLCOLREF' (state=42000,code=40000) > {code} > We should prevent user from creating table with column names the same as > Virtual Column names -- This message was sent by Atlassian JIRA (v6.3.4#6332)