You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because each Catalog entity has an AuthorizationPlugin instance, So AuthorizationPlugin didn't need a single instance to implement, and a single instance let integration test early throw conflict.
How should we improve?
Remove AuthorizationPlugin single instance implement, use new AuthorizationPlugin object instead.
The text was updated successfully, but these errors were encountered:
…ce implement (apache#5918)
### What changes were proposed in this pull request?
1. Remove AuthorizationPlugin single instance implement in the
`BaseAuthorizaiton.java`
2. Updatge ITs codes.
### Why are the changes needed?
Fix: apache#5916
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
CI Passed.
What would you like to be improved?
Because each Catalog entity has an AuthorizationPlugin instance, So AuthorizationPlugin didn't need a single instance to implement, and a single instance let integration test early throw conflict.
How should we improve?
Remove AuthorizationPlugin single instance implement, use new AuthorizationPlugin object instead.
The text was updated successfully, but these errors were encountered: