adutra commented on PR #3824: URL: https://github.com/apache/polaris/pull/3824#issuecomment-3936213986
Sorry for taking so long to fix this. I fixed all the missing `CATALOG_MANAGE_METADATA` privileges, and a few others as well. I also made the tests factory automatically create "missing" tests: - For each single sufficient privilege, all subsuming privileges are automatically added as sufficient as well. - All single privileges not explicitly marked as "sufficient" are automatically added as "insufficient". As a result, it's not necessary anymore to list all superprivileges of a given sufficient privilege. Finally, I took the opportunity to refactor the `sendNotification` test that was huge and not fully adapted to the tests factory. It was split into several test methods: - `testSendNotificationCreate` - `testSendNotificationUpdate` - `testSendNotificationDrop` - `testSendNotificationValidate` - `testSendNotificationAll` -- 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]
