palashc commented on code in PR #2230:
URL: https://github.com/apache/phoenix/pull/2230#discussion_r2214426089
##########
phoenix-core-client/src/main/java/org/apache/phoenix/schema/MetaDataClient.java:
##########
@@ -1251,6 +1250,13 @@ private void
populatePropertyMaps(ListMultimap<String,Pair<String,Object>> state
.setMessage("Property: " + prop.getFirst()).build()
.buildException();
}
+ if (tableType == PTableType.INDEX
Review Comment:
Should we add a test to verify this exception being thrown?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]