danny0405 commented on code in PR #13615:
URL: https://github.com/apache/hudi/pull/13615#discussion_r2253011672


##########
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:
   yes, the payload deprecation is blocked by the write path payload usage 
removing I guess, I see @the-other-tim-brown wii take the task to get rid of 
the payload class in write path.



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