ad1happy2go commented on issue #9992: URL: https://github.com/apache/hudi/issues/9992#issuecomment-1794626119
@rishabhreply Did you run the same code twice, as there is no reasoning behind it will get 40 records as both files in total have 20 records. Without Precombine key field, it will act like the insert operation type which can ingest duplicates, so you might get all 20 records. You can use `hoodie.datasource.write.insert.drop.duplicates` to drop duplicates with insert. -- 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]
