leobiscassi commented on issue #7533: URL: https://github.com/apache/hudi/issues/7533#issuecomment-1377826575
Hey @nsivabalan, thanks for your answer. >Having said all this, curious to know what issues you folks encountered that demanded deleting metadata table. Would you help going over the details. In my case it was exactly this: >During downgrade, depending on versions, hudi will automatically delete the metadata table. For eg, if you downgrade from 0.12.0 to 0.9.0, hudi will delete the metadata table since the way we populate metadata table differs across these versions and hence. That was my initial assumption, it's nice to confirm that was the case. >one difference you might see pre 0.11.0 and after 0.11.0 is, by default metadata table is not enabled pre 0.11.0. something to keep in mind if you were relying in default configs to build metadata table. I'm not relying on defaults in this case, I have the config `hoodie.metadata.enable=true`. My metadata table was deleted in the downgrade but the writer was kept with the config enabled, after that we were writing the data for more than 1 week and the table wasn't recreated, do you think disabling and enabling after some days will fix my issue? (I'm already back to 0.9) -- 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]
