prashantwason commented on PR #18027: URL: https://github.com/apache/hudi/pull/18027#issuecomment-3837684565
Thanks for the review @nsivabalan and @danny0405. After reviewing the MDT implementation, I agree that this filtering is not needed. The MDT already has robust handling for spurious deletes through: - `IGNORE_SPURIOUS_DELETES` config (default: true) - `checkForSpuriousDeletes()` which logs warnings instead of failing - `combineFileSystemMetadata()` merge logic that handles delete markers gracefully Closing this PR. -- 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]
