KnightChess commented on issue #8332:
URL: https://github.com/apache/hudi/issues/8332#issuecomment-1499906206

   1. you can try the following steps and observe the data file every time.
   (Assume that the primary key is `ID`)
   first: insert one record: id = 1
   second: insert one record: id = 2
   third: insert one record: id = 1
   fourth: insert two records: id = 1 and 3


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