gjacoby126 commented on a change in pull request #441: PHOENIX-5089 Add
tenantId parameter to IndexScrunityTool
URL: https://github.com/apache/phoenix/pull/441#discussion_r259553310
##########
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:
Should probably also have a test for a global view index on a multi-tenant
table to make sure that combination works, if we don't already have one.
----------------------------------------------------------------
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