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
In some scenarios, Schema Registry throws an IllegalArgumentException when the database is using case-insensitive queries and the casing of schemaname API parameter are different from actual schema names.
Steps to reproduce:
Configure case-insensitive database collation in Schema Registry database.
Create a schema called "test".
Invoke the API: /schemas/TEST/versions?branch=MASTER
The above API request will result in a similar exception:
com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalArgumentException: value already present: 1
The text was updated successfully, but these errors were encountered:
In some scenarios, Schema Registry throws an IllegalArgumentException when the database is using case-insensitive queries and the casing of schemaname API parameter are different from actual schema names.
Steps to reproduce:
The above API request will result in a similar exception:
The text was updated successfully, but these errors were encountered: