XuQianJin-Stars commented on PR #5564:
URL: https://github.com/apache/hudi/pull/5564#issuecomment-1127131256

   hi @jinxing64 
   
   There is one more situation to consider here
   
   The operation is as follows:
   1. Create the mor table hudi_table with sparksql, there are no `ro` and `rt` 
tables yet
   2. Then flink writes data to trigger the creation of `ro` ​​and `rt` tables
   
   At this time, the mor table will generate three tables
   hudi_table,hudi_table_ro,hudi_table_rt
   
   So we need to drop three tables.


-- 
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-unsubscr...@hudi.apache.org

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

Reply via email to