nsivabalan commented on code in PR #11407:
URL: https://github.com/apache/hudi/pull/11407#discussion_r1629971578
##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadata.java:
##########
@@ -131,7 +136,7 @@ static HoodieTableMetadata create(HoodieEngineContext
engineContext,
return metadata;
}
}
-
+ LOG.warn("Falling back to FileSystemBackedTableMetadata as metadata table
is not initialized");
Review Comment:
minor suggestion. lets log this only when metadataConfig.isEnabled() is true
and then we fallback to FS based one
--
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]