[
https://issues.apache.org/jira/browse/HIVE-27744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17885190#comment-17885190
]
shuaiqi.guo commented on HIVE-27744:
------------------------------------
[~dkuzmenko] ,i don‘t have Hive-4.0 test env, could you do a simple test with
the above SQL?
> 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
> 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)