gokceni commented on a change in pull request #441: PHOENIX-5089 Add tenantId 
parameter to IndexScrunityTool
URL: https://github.com/apache/phoenix/pull/441#discussion_r259552569
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/util/IndexColumnNames.java
 ##########
 @@ -61,6 +68,9 @@ public IndexColumnNames(final PTable pdataTable, final 
PTable pindexTable) {
         if (pindexTable.getViewIndexId() != null) {
             offset++;
         }
+        if (forTenant && pindexTable.isMultiTenant()) {
 
 Review comment:
   Sure. I did not want to break it for the existing code. That is why I added 
forTenant. Will remove
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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