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


##########
hudi-hadoop-common/src/main/java/org/apache/hudi/storage/hadoop/HoodieHadoopStorage.java:
##########
@@ -94,7 +94,7 @@ public boolean createDirectory(StoragePath path) throws 
IOException {
   }
 
   @Override
-  public List<StoragePathInfo> listDirectEntries(StoragePath path) throws 
IOException {
+  public List<StoragePathInfo> listDirectory(StoragePath path) throws 
IOException {

Review Comment:
   The counterpart Hadoop API returns an array so I think we can keep the 
return type as List for now.



-- 
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: commits-unsubscr...@hudi.apache.org

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

Reply via email to