jonvex commented on code in PR #11172:
URL: https://github.com/apache/hudi/pull/11172#discussion_r1593263004
##########
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:
You should delete the method in FSUtils
--
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]