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 2022/06/28 19:26:15 UTC

[GitHub] [hudi] yihua commented on issue #5979: [SUPPORT]the hudi's table of join can not handle delete operation.But simple table is ok.why?

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

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