xushiyan commented on issue #3705: URL: https://github.com/apache/hudi/issues/3705#issuecomment-948262259
@riritack as @danny0405 mentioned, `_hoodie_is_deleted` does not come with Hudi by default; it is a column you need to add manually to your schema to help Hudi perform hard delete. See https://hudi.apache.org/docs/writing_data/#deletes Once you add it to your schema, it is just a normal field you can query. -- 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]
