swaroopak commented on a change in pull request #699: PHOENIX-5496 Ensure that 
we handle all server-side mutation codes on the client
URL: https://github.com/apache/phoenix/pull/699#discussion_r374263599
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java
 ##########
 @@ -422,7 +422,8 @@ public SQLException newException(SQLExceptionInfo info) {
     UNABLE_TO_UPDATE_PARENT_TABLE(1143, "XCL43", "Error Updating the parent 
table"),
     UNABLE_TO_DELETE_CHILD_LINK(1144, "XCL44", "Error deleting parent-child 
link (Link type=" +
             PTable.LinkType.CHILD_TABLE + ") for view"),
-
+    TABLE_NOT_IN_REGION(1145, "XCL45", "Modifying this table is not allowed. "
 
 Review comment:
   nit: "No modifications allowed on this table"

----------------------------------------------------------------
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

Reply via email to