yihua commented on code in PR #11943:
URL: https://github.com/apache/hudi/pull/11943#discussion_r1811132691
##########
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:
It seems like these changes are still here.
--
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]