BruceKellan commented on code in PR #5556:
URL: https://github.com/apache/hudi/pull/5556#discussion_r873583674
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/HoodieTimelineArchiver.java:
##########
@@ -515,13 +515,25 @@ private Stream<HoodieInstant> getInstantsToArchive() {
private boolean deleteArchivedInstants(List<HoodieInstant> archivedInstants,
HoodieEngineContext context) throws IOException {
LOG.info("Deleting instants " + archivedInstants);
boolean success = true;
- List<String> instantFiles = archivedInstants.stream().map(archivedInstant
->
- new Path(metaClient.getMetaPath(), archivedInstant.getFileName())
Review Comment:
@nsivabalan :)
--
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]