nsivabalan commented on a change in pull request #3901:
URL: https://github.com/apache/hudi/pull/3901#discussion_r740675248
##########
File path:
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadata.java
##########
@@ -165,6 +165,10 @@ private void initIfNeeded() {
logRecords.put(entry.getKey(), entry.getValue());
}
}
+ } else {
Review comment:
a test was failing in CI and so I fixed it in this patch. Did not want
to land this patch with failing CI. I thought of putting up a separate patch,
but the other one will depend on this patch since tests might time out.
--
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]