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


##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/io/storage/HoodieSparkIOFactory.java:
##########
@@ -51,4 +66,30 @@ public HoodieFileWriterFactory 
getWriterFactory(HoodieRecord.HoodieRecordType re
     }
     return super.getWriterFactory(recordType);
   }
+
+  @Override
+  public Function<HoodieRecord<?>, IndexedRecord> toIndexedRecord(Schema 
recordSchema, Properties properties, HoodieRecord.HoodieRecordType recordType) {

Review Comment:
   ok got rid of this. Pulled the changes into a new pr: 
https://github.com/apache/hudi/pull/12115



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