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


##########
hudi-common/src/main/java/org/apache/hudi/common/util/SpillableMapUtils.java:
##########
@@ -182,6 +186,9 @@ private static Comparable getPreCombineVal(GenericRecord 
rec, @Nullable String[]
    * Utility method to convert bytes to HoodieRecord using schema and payload 
class.
    */
   public static <R> R generateEmptyPayload(String recKey, String 
partitionPath, Comparable orderingVal, String payloadClazz) {
+    if (StringUtils.isNullOrEmpty(payloadClazz)) {

Review Comment:
   As above.



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