Github user samarthjain commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/153#discussion_r57364814
  
    --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PTable.java 
---
    @@ -341,4 +345,13 @@ public static LinkType fromSerializedValue(byte 
serializedValue) {
          */
         int getRowTimestampColPos();
         long getUpdateCacheFrequency();
    +
    +    boolean isNamespaceMapped();
    +
    +    /**
    +     * For a view, return the name of table in Phoenix that physically 
stores data.
    +     * 
    +     * @return the name of the Phoenix table storing the data.
    +     */
    +    PName getPhoenixPhysicalName();
    --- End diff --
    
    Can you tell me more about this new method? What is its purpose? Looking at 
the comments it looks like exactly same as getPhysicalName()


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to