the-other-tim-brown commented on code in PR #14355:
URL: https://github.com/apache/hudi/pull/14355#discussion_r2603344069
##########
hudi-kafka-connect/src/test/java/org/apache/hudi/writers/TestAbstractConnectWriter.java:
##########
@@ -87,8 +87,8 @@ public void testAbstractWriterForAllFormats(TestInputFormats
inputFormats) throw
inputRecords = SchemaTestUtil.generateTestJsonRecords(0, NUM_RECORDS);
expectedRecords = ((List<String>) inputRecords).stream().map(s -> {
try {
- return HoodieAvroUtils.rewriteRecord((GenericRecord)
reader.read(null, DecoderFactory.get().jsonDecoder(schema.toAvroSchema(), s)),
- schema.toAvroSchema());
+ return HoodieAvroUtils.rewriteRecord((GenericRecord)
reader.read(null, DecoderFactory.get().jsonDecoder(schema.getAvroSchema(), s)),
Review Comment:
bump on this
--
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]