nsivabalan commented on issue #6341: URL: https://github.com/apache/hudi/issues/6341#issuecomment-1227867862
yes. likely the issue could be (3) from yann's comment above. if you are setting it as delete operation, you don't need to override the payload class. if you are explicitly setting it to EmptyPayload, then you don't need to set operation type as "delete". also, can you confirm that your filtered df is actually not empty? instead of writing to hudi, did you do df.count to ensure there are valid records. Can you also post the contents of .hoodie/*.commit or .hoodie/*.deltacommit file that got added to .hoodie dir when you triggered the delete operation. -- 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]
