pvary commented on a change in pull request #3790:
URL: https://github.com/apache/iceberg/pull/3790#discussion_r773879591



##########
File path: 
hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveMetastore.java
##########
@@ -112,6 +113,9 @@ public void start(HiveConf conf) {
   public void start(HiveConf conf, int poolSize) {
     try {
       this.hiveLocalDir = createTempDirectory("hive", 
asFileAttribute(fromString("rwxrwxrwx"))).toFile();
+      // Ideally we can delete the folder in stop(), but tests would fail if 
we do that, probably because we are not

Review comment:
       I would prefer to fix or at least find the underlying issue.
   Otherwise the files which are carried over will cause issues which are 
really hard to debug




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