You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2019/02/01 18:00:27 UTC

[GitHub] gjacoby126 commented on a change in pull request #435: PHOENIX-4940 Add tenantId parameter to index tool

gjacoby126 commented on a change in pull request #435: PHOENIX-4940 Add tenantId parameter to index tool
URL: https://github.com/apache/phoenix/pull/435#discussion_r253134610
 
 

 ##########
 File path: phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolIT.java
 ##########
 @@ -228,6 +229,89 @@ public void testSecondaryIndex() throws Exception {
         }
     }
 
+    @Test
+    public void testIndexToolWithTenantId() throws Exception {
+        if (!useTenantId) { return;}
+        String tenantId = "TENANT1";
+        String schemaName = "SCHEMA1";
+        String dataTableName = "DTABLE1";
+        String viewTenantName = "VIEWTENANT1";
 
 Review comment:
   Ditto for view name

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


With regards,
Apache Git Services