ChinmaySKulkarni commented on a change in pull request #630: PHOENIX-5545:
DropChildViews Task fails for a base table when its child view has an index
URL: https://github.com/apache/phoenix/pull/630#discussion_r346009098
##########
File path:
phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewMetadataIT.java
##########
@@ -186,7 +190,8 @@ public void
testCreateViewMappedToExistingHbaseTableWithNamespaceMappingEnabled(
// test for a view that is in non-default schema
{
- HTableDescriptor desc = new
HTableDescriptor(TableName.valueOf(NS, TBL));
+ tableName = TableName.valueOf(NS, TBL);
Review comment:
Hmm I think I pushed this change accidentally. I will revert it
----------------------------------------------------------------
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