Zouxxyy commented on issue #8312:
URL: https://github.com/apache/hudi/issues/8312#issuecomment-1487927646

   My idea is to remove `hoodie.datasource.hive_sync.skip_ro_suffix`, and 
control the metadata synchronization behavior only by 
`hoodie.datasource.hive_sync.table.strategy`:
   
   ALL:
   table (behavior is consistent with table_rt)
   table_ro
   table_rt
   
   RO
   table (behavior is consistent with table_rt)
   table_ro
   
   RT
   table (behavior is consistent with table_rt)
   table_rt
   
   But this change is a bit big, what do you think?


-- 
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]

Reply via email to