nsivabalan commented on issue #8572: URL: https://github.com/apache/hudi/issues/8572#issuecomment-1538995505
you are using some internal apis. so getCommitsTimeline will give you cleaned up and noncleaned commits. right one to use is ``` timeline=metaClient.getActiveTimeline().getCleanerTimeline().filterCompletedInstants() ``` -- 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]
