jonvex commented on code in PR #9955:
URL: https://github.com/apache/hudi/pull/9955#discussion_r1377653416


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/sources/TestAvroKafkaSource.java:
##########
@@ -125,6 +125,17 @@ void sendMessagesToKafkaWithNullKafkaKey(String topic, int 
count, int numPartiti
     }
   }
 
+  void sendMessagesToKafkaWithNullKafkaValue(String topic, int count, int 
numPartitions) {
+    List<GenericRecord> genericRecords = dataGen.generateGenericRecords(count);

Review Comment:
   You don't need to generate records if you are just sending null



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