cnauroth commented on PR #3900:
URL: https://github.com/apache/hive/pull/3900#issuecomment-1382279431

   @amanraj2520 , yes, something like what you described would work.
   
   Although maybe it's not even really necessary to guarantee this level of 
cleanup. The original problem before HIVE-22899 was that multiple tests were 
trying to copy to the same destination path, potentially causing a collision 
and a failure for some of the tests. Part of what this patch did is to 
guarantee tests were operating on unique destination paths (even if they were 
copying from the same source path), so no 2 tests should collide anymore. The 
cleanup is nice to have, but everything under `target` would get deleted on the 
next `mvn clean` anyway.


-- 
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]

Reply via email to