You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/02/25 21:09:39 UTC

[GitHub] [hudi] afeldman1 commented on issue #2399: [SUPPORT] Hudi deletes not being properly commited

afeldman1 commented on issue #2399:
URL: https://github.com/apache/hudi/issues/2399#issuecomment-786204481


   Apologies for the delayed response. And thank you to @bvaradar for the initial hint. The issue turned out to be caused not by the keys but another one of the configuration properties. When the table was originally created there was a field specified for the "hoodie.datasource.write.precombine.field" property. When doing the delete operation, it did not seem to make sense to have to specify this field, so I left it out of the config. It seems if the table was created with this property set, all future operations on it are required to specify the same value for this property. I'm not sure if this requirement necessarily makes sense?
   
   In terms of @nsivabalan 's questions:
   This was not related to hudi versions.
   This was found before releasing this piece to production, but seems to always act the same way.


----------------------------------------------------------------
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.

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