ad1happy2go commented on issue #9263: URL: https://github.com/apache/hudi/issues/9263#issuecomment-1647170050
@soumilshah1995 This is expected. Hudi uses record keys to identify records to be upserted or deleted. It acts like the primary key for hudi table regardless of other columns(except partition columns) present in data frame to delete. So it deleted both the records with record key - 2. -- 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]
