palashc commented on code in PR #1807:
URL: https://github.com/apache/phoenix/pull/1807#discussion_r1481997555
##########
phoenix-core-client/src/main/java/org/apache/phoenix/schema/PMetaDataImpl.java:
##########
@@ -135,6 +135,8 @@ public void addTable(PTable table, long resolvedTime)
throws SQLException {
PTableRef oldParentRef = metaData.get(new
PTableKey(table.getTenantId(), parentName));
// If parentTable isn't cached, that's ok we can skip this
if (oldParentRef != null) {
+ table =
MetaDataUtil.getPTableWithAncestorLastDDLTimestampMap(table,
oldParentRef.getTable());
Review Comment:
not required
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]