gokceni commented on a change in pull request #551: PHOENIX-5415: NPE in 
getting conf from addHbaseResources in IndexUpgr…
URL: https://github.com/apache/phoenix/pull/551#discussion_r307541081
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexUpgradeTool.java
 ##########
 @@ -438,7 +441,7 @@ private void addCoprocessor(Admin admin, String tableName, 
HTableDescriptor tabl
             }
             LOGGER.info("Loaded "+coprocName+" coprocessor on table " + 
tableName);
         } else {
-            LOGGER.info(coprocName+" coprocessor on table " + tableName + "is 
already loaded");
+            LOGGER.info(coprocName+" coprocessor on table " + tableName + " is 
already loaded");
 
 Review comment:
   nit: space after & before first + and on line 442

----------------------------------------------------------------
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

Reply via email to