nsivabalan commented on issue #4747:
URL: https://github.com/apache/hudi/issues/4747#issuecomment-1030874120


   we have only two options for now. 
   `metadata delete` from hudi-cli. 
   Or you can manually delete the metadata directory 
"hudi_table_path/.hoodie/metadata" (just the metadadta directory). your next 
write will bootstrap the metadata again. 
   
   CC @yihua @manojpec @codope : may be should also think about adding deletion 
of metadata table by users with ease. If the [validation 
tool](https://github.com/apache/hudi/pull/4721) that is being built throws 
errros, may be it can also delete the metadata table. 


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