comsir commented on a change in pull request #1131: [MINOR] fix typo
URL: https://github.com/apache/incubator-hudi/pull/1131#discussion_r361264762
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/util/RocksDBDAO.java
##########
@@ -121,7 +121,7 @@ protected void log(InfoLogLevel infoLogLevel, String
logMsg) {
managedDescriptorMap.put(familyNameFromDescriptor, descriptor);
}
} catch (RocksDBException | IOException re) {
- LOG.error("Got exception opening rocks db instance ", re);
+ LOG.error("Got exception opening Rocks DB instance ", re);
Review comment:
thanks!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services