nsivabalan commented on issue #4876: URL: https://github.com/apache/hudi/issues/4876#issuecomment-1048845019
yes, hudi has insert_overwrite_table write operation through which you can overwrite an entire table. https://hudi.apache.org/docs/quick-start-guide#insert-overwrite Clean up of actual data files will happen lazily, but overwritten data will not be seen by queries that are issued after the insert_overwrite_table operation is committed successfully. -- 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]
