You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Zouxxyy (via GitHub)" <gi...@apache.org> on 2023/03/29 04:26:09 UTC

[GitHub] [hudi] Zouxxyy commented on issue #8312: [SUPPORT] Metadata of hudi mor table (without ro/rt suffix) is not synchronized to HMS

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

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