zhedoubushishi commented on a change in pull request #3416:
URL: https://github.com/apache/hudi/pull/3416#discussion_r751643606



##########
File path: 
hudi-common/src/test/java/org/apache/hudi/common/util/TestDFSPropertiesConfiguration.java
##########
@@ -70,10 +77,14 @@ public static void initClass() throws Exception {
 
     filePath = new Path(dfsBasePath + "/t4.props");
     writePropertiesFile(filePath, new String[] {"double.prop=838.3", "include 
= t4.props"});
+
+    // set HUDI_CONF_DIR
+    String testPropsFilePath = new 
File("src/test/resources").getAbsolutePath();

Review comment:
       Good point. Added




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