Carl-Zhou-CN commented on issue #3759:
URL: https://github.com/apache/hudi/issues/3759#issuecomment-944845695


   df.write
   .format("hudi")
   .options(options)
   .mode(SaveMode.Overwrite)
   .save(targetPath)
   
   hi, can you exclude that the rowkey set in the option above is not in the df 
schema, due to concurrency settings


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