prashantwason commented on issue #3894: URL: https://github.com/apache/hudi/issues/3894#issuecomment-958025364
@nsivabalan @vinothchandar The issue here is that metadata table does not define the required properties hoodie.datasource.write.recordkey.field and hoodie.datasource.write.partitionpath.field in its WriteConfig. These properties are not required since the records are manually created to be written to the metadata table. So essentially the upgrade of HUDI with metadata table enabled from 0.8 -> 0.9 is broken. Do we plan to backport a fix to the 0.9 branch or should I fix it for 0.10 on master? -- 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]
