mnpoonia commented on a change in pull request #1192: URL: https://github.com/apache/phoenix/pull/1192#discussion_r612948186
########## File path: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java ########## @@ -973,6 +976,25 @@ private PTable getTable(byte[] tenantId, byte[] schemaName, byte[] tableName, lo return table; } + private PName getPhysicalTableName(Region region, byte[] tenantId, byte[] schema, byte[] table, long timestamp) throws IOException { Review comment: You think adding this to SchemaUtil make any sense. I see a lot of implementation of getPhysicalTableName there -- 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: us...@infra.apache.org