lhotari commented on code in PR #25015:
URL: https://github.com/apache/pulsar/pull/25015#discussion_r2560159453


##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/schema/AutoProduceBytesSchema.java:
##########
@@ -49,6 +49,12 @@ public AutoProduceBytesSchema(Schema<T> schema) {
                                        && schemaInfo.getType() != 
SchemaType.NONE;
     }
 
+    private AutoProduceBytesSchema(AutoProduceBytesSchema<T> other) {
+        this.schema = other.schema;

Review Comment:
   Thanks for catching. It makes sense to preserve the previous behavior, so 
I'll fix that.



-- 
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]

Reply via email to