swaroopak commented on a change in pull request #569: PHOENIX-4743: ALTER TABLE
ADD COLUMN for global index should not modify HBase metadata if failed
URL: https://github.com/apache/phoenix/pull/569#discussion_r316449559
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
##########
@@ -2127,6 +2124,13 @@ public MetaDataResponse call(MetaDataService instance)
throws IOException {
}
}
}
+ else if (result.getMutationCode() ==
MutationCode.UNALLOWED_TABLE_MUTATION) {
Review comment:
nit : put it on the same line as closing bracket above.
----------------------------------------------------------------
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