[ https://issues.apache.org/jira/browse/HIVE-20497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16649769#comment-16649769 ]
Hive QA commented on HIVE-20497: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12943867/HIVE-20497.7.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 15081 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.metastore.TestMarkPartitionRemote.testMarkingPartitionSet (batchId=231) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/14467/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14467/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14467/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12943867 - PreCommit-HIVE-Build > ParseException, failed to recognize quoted identifier when re-parsing the > re-written query > ------------------------------------------------------------------------------------------ > > Key: HIVE-20497 > URL: https://issues.apache.org/jira/browse/HIVE-20497 > Project: Hive > Issue Type: Bug > Components: Parser > Environment: hive 2.1.1 > Reporter: zhuwei > Assignee: zhuwei > Priority: Major > Attachments: HIVE-20497.1.patch, HIVE-20497.2.patch, > HIVE-20497.3.patch, HIVE-20497.4.patch, HIVE-20497.5.patch, > HIVE-20497.6.patch, HIVE-20497.7.patch > > > select `user` from team; > If we have a table `team`, and one of its column has been masked out with > `****` with column level authorization. The above query will fail with error > "SemanticException org.apache.hadoop.hive.ql.parse.ParseException: line 1:9 > Failed to recognize predicate 'user'. Failed rule: 'identifier' in expression > specification" > The root cause is that after re-written the ast, the back quote has been lost. > -- This message was sent by Atlassian JIRA (v7.6.3#76005)