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


##########
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:
   Then maybe the name `listPathInfo` sounds more proper? Because the `listXXX` 
API indicates that the `XXX` is actually the item type of the return value.



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