jhnmora000 commented on a change in pull request #226:
URL: https://github.com/apache/gora/pull/226#discussion_r514795381



##########
File path: gora-hbase/src/main/java/org/apache/gora/hbase/store/HBaseStore.java
##########
@@ -887,7 +901,7 @@ private HBaseMapping readMapping(String filename) throws 
IOException {
       LOG.error("Error while trying to read the mapping file {}. "
               + "Expected to be in the classpath "
               + "(ClassLoader#getResource(java.lang.String)).",
-              filename) ;
+              mappingStream) ;

Review comment:
       IMO, we should use a different log message, the object `mappingStream` 
will not have a human readable content.




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


Reply via email to