rsrkpatwari1234 opened a new pull request, #17522: URL: https://github.com/apache/pinot/pull/17522
Fixes #17307 This PR addresses a typo in the method name getPermissios() found in the UserConfig class during code review. The method name has been corrected to getPermissions() with proper backward compatibility maintained. ### Backward Compatibility ✅ No breaking changes - The deprecated getPermissios() method is retained and delegates to getPermissions(), ensuring existing code continues to work. Testing ✅ No test files required updates as they don't directly call the method ✅ All usages in the codebase have been updated to use the correct method name `bugfix` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
