FANNG1 opened a new issue, #8863:
URL: https://github.com/apache/gravitino/issues/8863
### Describe the feature
In TMS, we need to get all rules from policy content to build expression
context to compute the score for the policy. like
```
Map<String, Object> rules = policy.content.rules();
expressionEvaluator.eval("datafile_size_mse > min_datafile_size_mse",
rules)
```
### Motivation
_No response_
### Describe the solution
_No response_
### Additional context
_No response_
--
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]