vamsikarnika opened a new pull request, #11451:
URL: https://github.com/apache/hudi/pull/11451

   ### Change Logs
   
   Recreate and sync glue and hive tables when there's an exception happens 
while syncing schema, properties or partitions. To enable this feature, we need 
to set below flags to true
   
   
   `hoodie.datasource.hive_sync.recreate_table_on_error=true`
   `hoodie.datasource.meta.sync.glue.recreate_table_on_error=true`
   
   ### Impact
   
   Low: When catalog sync fails for the first time, we will retry one more time 
by dropping and recreating the table, which might increase sync time.
   
   ### Risk level (write none, low medium or high below)
   
   LOW: When sync fails and we try to recreate the table, if drop table 
succeeds and fails to create the table, we might end up deleting customers 
table. We need to add an alert to catch this scenario.
   


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