justinmclean opened a new issue, #9140:
URL: https://github.com/apache/gravitino/issues/9140
### What would you like to be improved?
This code incorrectly refers to TABLE when it should be FILESET:
```
expression =
expression.replaceAll(
"ANY_CREATE_FILESET",
"((ANY(CREATE_FILESET, METALAKE, CATALOG, SCHEMA, TABLE)) "
+ "&& !(ANY(DENY_CREATE_FILESET, METALAKE, CATALOG, SCHEMA,
TABLE)))");
```
### How should we improve?
Fix and add unit test.
--
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]