We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d958ff4 commit 8fc030aCopy full SHA for 8fc030a
pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/generic/GenericSchemaImpl.java
@@ -48,7 +48,7 @@ protected GenericSchemaImpl(SchemaInfo schemaInfo) {
48
.collect(Collectors.toList());
49
} catch (AvroRuntimeException avroRuntimeException) {
50
// Rewrite error log.
51
- throw new AvroRuntimeException("Schema typed [" + schema.getClass().getName() +"], simple-type:["
+ throw new AvroRuntimeException("Schema typed [" + schema.getClass().getName() + "], simple-type:["
52
+ schema.getType() + "] is not supported. schema-content: " + schema);
53
}
54
0 commit comments