sercanCyberVision opened a new pull request, #4403: URL: https://github.com/apache/hive/pull/4403
Unit test in the initial solution caused regression to successors unit as it creates scratch dirs without all writable permission. So the solution https://github.com/apache/hive/pull/4293 has been reverted here https://github.com/apache/hive/pull/4399. ### What changes were proposed in this pull request? Along with original solution, the unit test has been modified. Now, both scratch dirs have all writable permissions. ``` > ll ql/target/tmp total 24 drwxrwxrwx 3 sercan sercan 4096 Jun 10 17:32 localscratchdir/ drwxrwxrwx 3 sercan sercan 4096 Jun 10 17:32 scratchdir/ ``` ### How was this patch tested? Unit test. @deniskuzZ Could you please review? -- 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]
