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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
