Amar1404 opened a new issue, #11212: URL: https://github.com/apache/hudi/issues/11212
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you have triaged this as a bug, then file an [issue](https://issues.apache.org/jira/projects/HUDI/issues) directly. **Describe the problem you faced** I have duplicated keys in hudi table due to the insert statement, when I tried deleting the key based on a different filter both the keys were deleted A clear and concise description of the problem. **To Reproduce** Steps to reproduce the behavior: 1. Create a table using Insert two records with the same key on without partition table. 2. Try to delete the record of the key in only one row by using key and _hoodie_commit_seqno 3. now check the table the table will delete both the record 4. **Expected behavior** The delete command should only delete the one row which was used for filtering **Environment Description** * Hudi version : 0.12.3 * Spark version : 3.3 * Hive version : 3 * Hadoop version : * Storage (HDFS/S3/GCS..) : s3 * Running on Docker? (yes/no) : no **Additional context** Add any other context about the problem here. **Stacktrace** ```Add the stacktrace of the error.``` -- 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]
