ChinmaySKulkarni commented on a change in pull request #541: PHOENIX-4893 Move 
parent column combining logic of view and view inde…
URL: https://github.com/apache/phoenix/pull/541#discussion_r305167822
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java
 ##########
 @@ -424,6 +425,7 @@ public SQLException newException(SQLExceptionInfo info) {
     CONCURRENT_UPGRADE_IN_PROGRESS(2010, "INT12", ""),
     UPGRADE_REQUIRED(2011, "INT13", ""),
     UPGRADE_NOT_REQUIRED(2012, "INT14", ""),
+    GET_TABLE_ERROR(2013, "INT15", "MetadataEndointImpl doGetTable called for 
table not present on region"),
 
 Review comment:
   nit: Typo "MetadataEndointImpl"

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