yihua commented on code in PR #11792:
URL: https://github.com/apache/hudi/pull/11792#discussion_r1722609435


##########
hudi-hadoop-common/src/main/java/org/apache/hudi/hadoop/fs/HadoopFSUtils.java:
##########
@@ -196,6 +215,10 @@ public static FileStatus 
convertToHadoopFileStatus(StoragePathInfo pathInfo) {
         convertToHadoopPath(pathInfo.getPath()));
   }
 
+  public static void setConfForConfigurableInputFormat(FileInputFormat 
inputFormat, Configuration conf) {

Review Comment:
   Some of these are only used by test classes.  If so, could you move them to 
test util classes, so production code should not use them?



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