Limess edited a comment on issue #4031: URL: https://github.com/apache/hudi/issues/4031#issuecomment-972847534
After actually getting `_hoodie_is_deleted` to work correctly, we noticed it's always still written to the target table schema (as a boolean, with the default value being `null` when we don't want to delete) - should this be the case? In my mind it should be dropped by hoodie as it makes no sense for it to exist as `null` or `false` on every row in the Hudi table. -- 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]
