deepakpanda93 commented on issue #14638:
URL: https://github.com/apache/hudi/issues/14638#issuecomment-5116011477

   This issue was reviewed as part of the JIRA-migrated backlog triage.
   
   **Findings:** this is addressed. The audit anticipated that consolidated 
metadata would remove the filesystem-level listing, and on `release-1.2.0` the 
clean path no longer lists the filesystem: 
`CleanPlanner.getPartitionPathsForFullCleaning()` 
(`hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/clean/CleanPlanner.java:298`)
 resolves partitions through 
`hoodieTable.getTableMetadata().getAllPartitionPaths()` (:302) - i.e. via the 
metadata table - rather than `FSUtils.getAllPartitionPaths`.
   
   The sibling audit tickets (HUDI-1162, HUDI-1163, HUDI-1166, HUDI-1167) have 
also been closed.
   
   Closing as resolved. Please reopen if there is a specific remaining call 
site that still forces a full filesystem listing during cleaning.


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