kbuci commented on code in PR #18016:
URL: https://github.com/apache/hudi/pull/18016#discussion_r2886754493
##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieReplaceCommitMetadata.java:
##########
@@ -82,6 +85,12 @@ public String toJsonString() throws IOException {
return
JsonUtils.getObjectMapper().writerWithDefaultPrettyPrinter().writeValueAsString(this);
}
+ @Override
+ public Set<String> getWritePartitionPathsWithExistingFileGroupsModified() {
+ return
Stream.concat(super.getWritePartitionPathsWithExistingFileGroupsModified().stream(),
Review Comment:
I ended up refactoring to not make changes to replacecommit metadata or
replacecommit flow
--
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]