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:
[email protected]
With regards,
Apache Git Services