happyboy1024 commented on code in PR #7845:
URL: https://github.com/apache/seatunnel/pull/7845#discussion_r1805685088


##########
seatunnel-connectors-v2/connector-hudi/src/main/java/org/apache/seatunnel/connectors/seatunnel/hudi/sink/convert/HudiRecordConverter.java:
##########
@@ -62,7 +63,9 @@ public HoodieRecord<HoodieAvroPayload> convertRow(
                     seaTunnelRowType.getFieldNames()[i],
                     createConverter(seaTunnelRowType.getFieldType(i))
                             .convert(
-                                    
convertToSchema(seaTunnelRowType.getFieldType(i)),
+                                    convertToSchema(
+                                            seaTunnelRowType.getFieldType(i),
+                                            ROW_NAME + "_" + 
seaTunnelRowType.getFieldNames()[i]),

Review Comment:
   > Is this a standrad way of set field name? 
`org.apache.seatunnel.avro.generated.record_fieldname`?
   
   I have modified the schema generation logic according to hudi official. 
PTAL. @liugddx @Hisoka-X .



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