bvaradar commented on issue #2689: URL: https://github.com/apache/hudi/issues/2689#issuecomment-804501991
You can think of MOR being a superset in terms of functionality compared to COW table. So, if you have an existing COW table, it should be straightforward to make it MOR by setting the table type in hoodie.properties. But, the opposite migration is not straightforward as we need to ensure there are no pending compactions before an MOR table can be converted to COW. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
