Github user kadirozde commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/359#discussion_r223783433
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
---
@@ -2516,6 +2526,8 @@ public void dropTable(RpcController controller,
DropTableRequest request,
}
throw new IllegalStateException(msg);
}
+
--- End diff --
Done---
