voonhous commented on PR #7645: URL: https://github.com/apache/hudi/pull/7645#issuecomment-1381450949
TBH, i don't think this is a very good approach. This is a non-atomic action, and if there are many partitions to iterate over, and the ALTER TABLE DROP DDL fails mid-way, subsequent writes might mess the table out. Instead, i think we should re-initialise the consistent hashing meta (if required) when performing the writes. -- 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]
