[ https://issues.apache.org/jira/browse/HIVE-27744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834512#comment-17834512 ]
Denys Kuzmenko commented on HIVE-27744: --------------------------------------- hi [~shuaiqi.guo], is that relevant to Hive-4.0? > 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 > Assignee: 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)