XComp commented on code in PR #19915:
URL: https://github.com/apache/flink/pull/19915#discussion_r983658962


##########
flink-connectors/flink-connector-hbase-base/src/test/java/org/apache/flink/connector/hbase/util/HBaseConfigLoadingTest.java:
##########
@@ -64,13 +63,13 @@ public void loadFromEnvVariables() throws Exception {
         final String k4 = "which way?";
         final String v4 = "south, always south...";
 
-        final File hbaseConfDir = tempFolder.newFolder();
+        final File hbaseConfDir = tmpDir.toFile();
 
-        final File hbaseHome = tempFolder.newFolder();
+        final File hbaseHome = tmpDir.toFile();

Review Comment:
   See `TempDirUtils` for utility methods around `@TempDir`



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

Reply via email to