hangc0276 opened a new issue, #7686:
URL: https://github.com/apache/hudi/issues/7686

   **_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 
dev-subscr...@hudi.apache.org.
   
   - 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**
   For a hudi table, I specify the rowKey with multiple fields, such as 
`<ledgerId, entryId>`. When deleting records, I wonder that is there any way to 
delete all the records by specifying one rowKey filed, such as `ledgerId`. 
   
   For example, there are 10 records in the Hudi table.
   | ledgerId | entryId | value |
   | --- | --- | --- | 
   | 1 | 1 | 10 |
   | 1 | 2 | 20 |
   | 1 | 3 | 30 |
   | 1 | 4 | 40 |
   | 1 | 5 | 50 |
   | 2 | 1 | 60 |
   | 2 | 2 | 70 |
   | 2 | 3 | 80 |
   | 2 | 4 | 90 |
   | 2 | 5 | 100 |
   
   When I set delete HoodieKey with the ledgerId field `ledgerId:1`, I wonder 
whether hoodie can delete all the rows with `ledgerId = 1`
   


-- 
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: commits-unsubscr...@hudi.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to