codope commented on issue #3297: URL: https://github.com/apache/hudi/issues/3297#issuecomment-919292316
@zxding I could not reproduce by simply executing merge sql for a table for which metadata is enabled. IIUC, what you're doing is: 1. alter table set hoodie.metadata.enable='true' 2. merge into table 3. merge into table again -> this throws error right? 4. alter table set hoodie.metadata.enable='false' It would be great if you could share the reproducible steps and configs that you set. -- 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]
