skysiders opened a new pull request, #3267: URL: https://github.com/apache/hive/pull/3267
HIVE-26201 QueryResultsCache should add permission check after mkdir with special permission ### What changes were proposed in this pull request? 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. ### Does this PR introduce _any_ user-facing change? no -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
