ritegarg commented on code in PR #2075:
URL: https://github.com/apache/phoenix/pull/2075#discussion_r2003590741
##########
phoenix-core-client/src/main/java/org/apache/phoenix/cache/ServerMetadataCache.java:
##########
@@ -24,5 +24,7 @@
public interface ServerMetadataCache {
long getLastDDLTimestampForTable(byte[] tenantID, byte[] schemaName,
byte[] tableName)
throws SQLException;
- void invalidate(byte[] tenantID, byte[] schemaName, byte[] tableName);
+ void invalidateLastDDLTimestampForTable(byte[] tenantID, byte[]
schemaName, byte[] tableName);
+ boolean isMutationBlocked() throws Exception;
Review Comment:
Updated as per discussion
--
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]