linliu-code commented on code in PR #13615:
URL: https://github.com/apache/hudi/pull/13615#discussion_r2251843104


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordPayload.java:
##########
@@ -175,7 +174,7 @@ static String getPayloadClassName(Properties props) {
     } else if (props.containsKey("hoodie.datasource.write.payload.class")) {
       payloadClassName = 
props.getProperty("hoodie.datasource.write.payload.class");
     } else {
-      return HoodieTableConfig.DEFAULT_PAYLOAD_CLASS_NAME;

Review Comment:
   This removes the explicit payload usage, and cause write path failure. I 
replaced the HoodieAvroRecord with HoodieAvroIndexedRecord, which works for MOR 
table, but fails COW table.



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