Description
If URI has scheme when granting URI privileges, e.g. "grant all on uri 'hdfs:///path/to/table' to role <user-role>", subsequent table creation using URI without scheme "create external table tab1 (s string) location '/path/to/table'" fails with org.apache.hadoop.hive.ql.metadata.AuthorizationException: User <user-name> does not have privileges for CREATETABLE