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/08/15 05:07:48 UTC

[GitHub] [hudi] umehrot2 commented on issue #3321: [SUPPORT] Setting _hoodie_is_deleted column is not deleting records when using Spark DataSource.

umehrot2 commented on issue #3321:
URL: https://github.com/apache/hudi/issues/3321#issuecomment-898996544


   @nmukerje you have to make sure that the newly added field `_hoodie_is_deleted` is marked as `nullable` in the Spark schema. I think in your example its becoming `nullable=false` with the way you are adding the column in the dataframe. For adding new fields, they should be optional. Please give it a shot.
   


-- 
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-unsubscribe@hudi.apache.org

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