[
https://issues.apache.org/jira/browse/HIVE-13910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314568#comment-15314568
]
Pengcheng Xiong commented on HIVE-13910:
----------------------------------------
test failures are unrelated. Pushed to master. Thanks [~ashutoshc] for the
review.
> [Ranger-Hive] select from a table is not working if used as <dbname.tablename>
> ------------------------------------------------------------------------------
>
> Key: HIVE-13910
> URL: https://issues.apache.org/jira/browse/HIVE-13910
> Project: Hive
> Issue Type: Sub-task
> Reporter: Pengcheng Xiong
> Assignee: Pengcheng Xiong
> Attachments: HIVE-13910.01.patch
>
>
> {code}
> set hive.mapred.mode=nonstrict;
> set
> hive.security.authorization.manager=org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLStdHiveAuthorizerFactoryForTest;
> create database newdb;
> use newdb;
> create table masking_test as select cast(key as int) as key, value from
> default.src;
> use default;
> explain select * from newdb.masking_test;
> select * from newdb.masking_test;
> explain select * from newdb.masking_test where key > 0;
> select * from newdb.masking_test where key > 0;
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)