yihua commented on code in PR #12111:
URL: https://github.com/apache/hudi/pull/12111#discussion_r1965943705


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestAvroKafkaSource.java:
##########
@@ -274,4 +279,28 @@ public void testAppendKafkaOffsetsSourceFormatAdapter() 
throws IOException {
             .getBatch().get();
     assertEquals(numMessages, 
nullKafkaKeyDataset.toDF().filter("_hoodie_kafka_source_key is null").count());
   }
+
+  @Test
+  void testConfigureSchemaDeserializer() throws IOException {
+    final String topic = TEST_TOPIC_PREFIX + "testAvroSchemaDeserializer";
+    TypedProperties props = createPropsForKafkaSource(topic, null, "earliest");
+
+    props.put("hoodie.deltastreamer.source.kafka.value.deserializer.class", 
KafkaAvroSchemaDeserializer.class.getName());

Review Comment:
   This is missed.  I pushed another commit to fix the config names.



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