[ https://issues.apache.org/jira/browse/HIVE-27744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
shuaiqi.guo updated HIVE-27744: ------------------------------- Description: the privileges check will be skiped when using dynamic partition write with part of the partition specified, just like the following example: {code:java} insert overwrite table test_privilege partition (`date` = '2023-09-27', hour) ... {code} hive will execute it directly without checking write privileges. use the following patch to fix this bug. was: the privileges check will be skiped when using dynamic partition write with part of the partition specified, just like the following example: {code:java} insert overwrite table test_privilege partition (`date` = '2023-09-27', hour) ... {code} hive will execute it directly without checking write privileges. > privileges check is skipped when using partly dynamic partition write. > ---------------------------------------------------------------------- > > Key: HIVE-27744 > URL: https://issues.apache.org/jira/browse/HIVE-27744 > Project: Hive > Issue Type: Bug > Components: Hive > Affects Versions: All Versions > Reporter: shuaiqi.guo > Priority: Blocker > Fix For: 2.3.5 > > Attachments: HIVE-27744.patch > > > the privileges check will be skiped when using dynamic partition write with > part of the partition specified, just like the following example: > {code:java} > insert overwrite table test_privilege partition (`date` = '2023-09-27', hour) > ... {code} > hive will execute it directly without checking write privileges. > > use the following patch to fix this bug. -- This message was sent by Atlassian Jira (v8.20.10#820010)