We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
curl -X 'GET' \ 'http://localhost:9000/users/{username}' \ -H 'accept: application/json' \ -H 'Authorization: Basic dGVzdDp0ZXN0'
Expected: Either
Actual:
{ "code": 400, "error": "Cannot invoke \"org.apache.pinot.spi.config.user.ComponentType.name()\" because \"componentType\" is null" }
Need to audit all User APIs and fix them appropriately.
The text was updated successfully, but these errors were encountered:
I plan to provide a fix on this, once the expected behaviour is confirmed by the team!
Sorry, something went wrong.
Good catch! The easier fix is to mark component type as required
No branches or pull requests
Steps to reproduce:
Expected:
Either
Actual:
Need to audit all User APIs and fix them appropriately.
The text was updated successfully, but these errors were encountered: