You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2021/10/18 12:44:35 UTC

[GitHub] [phoenix] stoty commented on a change in pull request #1333: PHOENIX-6576: fix PHOENIX-6576

stoty commented on a change in pull request #1333:
URL: https://github.com/apache/phoenix/pull/1333#discussion_r730882929



##########
File path: phoenix-core/src/it/java/org/apache/phoenix/end2end/SpooledTmpFileDeleteIT.java
##########
@@ -58,7 +58,11 @@ private Connection getConnection() throws Exception {
     @Before
     public void setup() throws Exception {
         tableName = generateUniqueName();
-        spoolDir = Files.createTempDir();
+        File tempDirBase =
+                new File(System.getProperty("java.io.tmpdir"));

Review comment:
       This seems to be redundant.
   Why not use the directory-less method below ?




-- 
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: issues-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org