linliu-code commented on code in PR #12081:
URL: https://github.com/apache/hudi/pull/12081#discussion_r1800026296


##########
hudi-common/src/main/java/org/apache/hudi/metadata/FileSystemBackedTableMetadata.java:
##########
@@ -196,8 +196,8 @@ private List<String> 
getPartitionPathWithPathPrefixUsingFilterExpression(String
                     } else if 
(!path.getName().equals(HoodieTableMetaClient.METAFOLDER_NAME)) {
                       return Pair.of(Option.empty(), Option.of(path));
                     }
-                  } else if (path.getName()

Review Comment:
   if we can add partitionMetadata for partition_stats folder, it will pass in 
Line 191. Not sure how to do that yet. So workaround here.



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