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


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieCommitMetadata.java:
##########
@@ -149,7 +149,7 @@ public List<String> getFullPathsByPartitionPath(String 
basePath, String partitio
     if (getPartitionToWriteStats().get(partitionPath) != null) {
       for (HoodieWriteStat stat : 
getPartitionToWriteStats().get(partitionPath)) {
         if ((stat.getFileId() != null)) {
-          String fullPath = 
FSUtils.constructAbsolutePathInHadoopPath(basePath, stat.getPath()).toString();

Review Comment:
   This method is still used in other modules, so we cannot delete it at the 
moment.



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