yihua commented on issue #5979: URL: https://github.com/apache/hudi/issues/5979#issuecomment-1169141338
@painterg For the Flink SQL `insert into hudi_C select fields... from hudi_A left join hudi_B on ....`, are the Hudi meta fields included? I suspect that the meta information about the deletion is lost during the join operation, which is why hudi_C does not receive the '-D' operation. @danny0405 what is the proper way of handling delete operation in Flink SQL in this case? -- 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]
