[ https://issues.apache.org/jira/browse/HIVE-26201?focusedWorklogId=798684&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-798684 ]
ASF GitHub Bot logged work on HIVE-26201: ----------------------------------------- Author: ASF GitHub Bot Created on: 07/Aug/22 00:26 Start Date: 07/Aug/22 00:26 Worklog Time Spent: 10m Work Description: github-actions[bot] closed pull request #3267: HIVE-26201 QueryResultsCache should add permission check after mkdir with special permission URL: https://github.com/apache/hive/pull/3267 Issue Time Tracking ------------------- Worklog Id: (was: 798684) Time Spent: 1h (was: 50m) > QueryResultsCache may have wrong permission if umask is too strict > ------------------------------------------------------------------ > > Key: HIVE-26201 > URL: https://issues.apache.org/jira/browse/HIVE-26201 > Project: Hive > Issue Type: Bug > Components: Query Processor, Tez > Affects Versions: 3.1.3 > Reporter: Zhang Dongsheng > Priority: Major > Labels: pull-request-available > Time Spent: 1h > Remaining Estimate: 0h > > TezSessionState, QueryResultsCache and Context use mkdirs(path, permission) > to create directory with special permission. ButĀ If the umask is too > restrictive, permissions may not work as expected. So we need to check if > permission is set as expected. -- This message was sent by Atlassian Jira (v8.20.10#820010)