palashc commented on code in PR #1702:
URL: https://github.com/apache/phoenix/pull/1702#discussion_r1353505435
##########
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java:
##########
@@ -2417,6 +2417,15 @@ public void createTable(RpcController controller,
CreateTableRequest request,
// table/index/views.
tableMetadata.add(MetaDataUtil.getLastDDLTimestampUpdate(tableKey,
clientTimeStamp,
EnvironmentEdgeManager.currentTimeMillis()));
+ if (tableType == INDEX) {
Review Comment:
@shahrs87 We also need to do this when dropping an index, right?
--
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]