yihua commented on code in PR #11047:
URL: https://github.com/apache/hudi/pull/11047#discussion_r1570003488
##########
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 renaming is based on the suggestion:
https://github.com/apache/hudi/pull/10591#discussion_r1484908969. I think we
don’t have to conform to the naming in Hadoop and I feel `listDirectory` is a
better naming.
--
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]