tkhurana commented on code in PR #1807:
URL: https://github.com/apache/phoenix/pull/1807#discussion_r1482164395
##########
phoenix-core/src/test/java/org/apache/phoenix/cache/ServerMetadataCacheTest.java:
##########
@@ -1555,6 +1559,14 @@ public void
testAncestorLastDDLMapPopulatedInDifferentClient() throws Exception
map =
basePTable.getIndexes().get(0).getAncestorLastDDLTimestampMap();
assertEquals(1, map.size());
assertEquals(basePTable.getLastDDLTimestamp(),
map.get(basePTable.getKey()));
+
Review Comment:
Can you also add similar checks for the view and view index too
--
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]