Open torvalds-dev-testbot[bot] opened 3 months ago
Hello! 👋 Please wait while I generate the follow up questions; this usually takes about 30 seconds
Based on the provided documentation snippets, it seems like the row level deletion with the Hoodie write operation "delete" might not be working as expected in your scenario. Here are some insights and steps to potentially debug this issue:
If you are still facing issues with the row level deletion despite following these guidelines, further investigation into the filtering conditions and the underlying data might be necessary to resolve the problem effectively.
Sources:
Ticket created successfully. Here is the link to the GitHub issue: https://github.com/numberlabs-developers/hudi/issues/250
Tips before filing an issue
Have you gone through our FAQs?
Join the mailing list to engage in conversations and get faster support at dev-subscribe@hudi.apache.org.
If you have triaged this as a bug, then file an issue directly.
Describe the problem you faced
I am currently trying to perform row level deletion using the write operation delete in one of my tables (COW) with Hudi version 0.14.0. Despite using the provided configuration for deletion, no rows are getting deleted when I execute my PySpark job. I verified the rows before deletion to ensure correct filtering.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the specified rows to be deleted as per the filter condition.
Environment Description
Additional context
I am not encountering any errors during the process, just the rows are not being deleted as expected.
Stacktrace
Add the stacktrace of the error.