gokceni commented on a change in pull request #1170:
URL: https://github.com/apache/phoenix/pull/1170#discussion_r605277820



##########
File path: phoenix-core/src/main/java/org/apache/phoenix/schema/PTableImpl.java
##########
@@ -1008,6 +1030,11 @@ public final PName getTableName() {
         return tableName;
     }
 
+    @Override
+    public final PName getPhysicalTableName() {

Review comment:
       It is a bit complicated. getPhysicalName is mostly used for views. 
getPhysicalTableName is mostly for non-views and maps to a column on syscat. 
Let me see what I can do.




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


Reply via email to