yihua commented on code in PR #12111:
URL: https://github.com/apache/hudi/pull/12111#discussion_r1960925038
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/debezium/DebeziumSource.java:
##########
@@ -105,6 +107,10 @@ public DebeziumSource(TypedProperties props,
JavaSparkContext sparkContext,
schemaRegistryProvider = (SchemaRegistryProvider) schemaProvider;
}
+ if
(deserializerClassName.equals(KafkaAvroSchemaDeserializer.class.getName())) {
+ KafkaSourceUtil.configureSchemaDeserializer(schemaRegistryProvider,
props);
+ }
Review Comment:
Does fixing the schema deserializer implementation solve the problem?
--
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]