linliu-code commented on code in PR #13615:
URL: https://github.com/apache/hudi/pull/13615#discussion_r2251846952
##########
hudi-spark-datasource/hudi-spark-common/src/main/java/org/apache/hudi/DataSourceUtils.java:
##########
@@ -284,6 +285,16 @@ public static HoodieRecord
createHoodieRecord(GenericRecord gr, HoodieKey hKey,
return record;
}
+ public static HoodieRecord createHoodieRecord(GenericRecord gr,
Review Comment:
This is used to avoid payload class missing issue as mentioned before.
This does not work for COW since during the mergeHandle,
HoodieAvorIndexedRecord does not support payload semantics. Do we have support
for it after write path change?
--
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]