soumyakanti3578 commented on code in PR #6197: URL: https://github.com/apache/hive/pull/6197#discussion_r2663153526
########## ql/src/test/queries/clientpositive/jdbc_case_sensitive_postgres.q: ########## @@ -0,0 +1,76 @@ +--! qt:database:postgres:qdb:q_test_case_sensitive.postgres.sql + +-- ============================================================== +-- Test with AUTHORIZATION ENABLED +-- ============================================================== + +set hive.test.authz.sstd.hs2.mode=true; +set hive.security.authorization.manager=org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLStdHiveAuthorizerFactoryForTest; +set hive.security.authorization.enabled=true; + +-- Test Case-Sensitive Schema and Table +-- This CREATE will pass, but the SELECT will fail authorization. Review Comment: I think I forgot to remove these comments. Some of these comments are from an earlier version of attempted fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
