blob: c6221a34d146b1fbc639f3ede988ba0a7ff5cc03 [file] [log] [blame]
--! qt:dataset:src
set hive.mapred.mode=nonstrict;
set hive.security.authorization.enabled=true;
set hive.security.authorization.manager=org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLStdHiveAuthorizerFactoryForTest;
drop table masking_test;
create temporary table masking_test as select cast(key as int) as key, value from src;
explain select ROW__ID from masking_test;
select ROW__ID from masking_test;