You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/12/25 04:39:32 UTC

[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1131: [MINOR] fix typo

vinothchandar commented on a change in pull request #1131: [MINOR] fix typo
URL: https://github.com/apache/incubator-hudi/pull/1131#discussion_r361254119
 
 

 ##########
 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:
   I would not call this a typo :) .. but sure.. casing makes sense. merging.. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services