ChinmaySKulkarni commented on a change in pull request #717: PHOENIX-5750:
Upsert on immutable table fails with AccessDeniedException
URL: https://github.com/apache/phoenix/pull/717#discussion_r387187509
##########
File path:
phoenix-core/src/it/java/org/apache/phoenix/end2end/BasePermissionsIT.java
##########
@@ -863,6 +863,40 @@ private void revokeSystemTableAccess(User superUser,
User... users) throws Excep
}
}
+ AccessTestAction onlyCreateTable(final String tableName) throws
SQLException {
Review comment:
nit: Rename to `onlyCreateImmutableTable`
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services