nsivabalan commented on issue #7249: URL: https://github.com/apache/hudi/issues/7249#issuecomment-1446912482
hey @rtdt99 : I don't think hudi supports this for now. one option is, you can add commit notification callback listener. and within the listener, you can delete files from source dfs based on the checkpoint. in case of DFS based sources, checkpoint will refer to last modified time of the latest consumed file. so, any file whose last mod time is < checkpoint value can be deleted. -- 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]
