happyboy1024 commented on issue #9978: URL: https://github.com/apache/seatunnel/issues/9978#issuecomment-3460632116
Currently, the write client of hudi doesn't support concurrent writing in a single partition. You can try to partition source records by the field of `date` type and set `partition_fields` in config of hudi-sink, then try again, or set the `parallelism = 1`. -- 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]
