hudi-bot opened a new issue, #14893: URL: https://github.com/apache/hudi/issues/14893
Except for HoodieCommitMetadata, all other instant action metadata are avro schema type. https://issues.apache.org/jira/browse/HUDI-2468 needs pass in all action metadata to metadata table creator to decide on whether bootstrapping is needed or not. Having a common type would be easier for all the actions to pass around the metadata. Except for HoodieCommitMetadata all others are already Avro's SpecificRecordBase type making them easier to pass around with generics. Need to extend HoodieCommitMetadata also to this type so that we can remove the redundant getMetadataWriter()/getMetadataWriter(metadata) APIs. !image-2021-10-22-11-42-48-389.png! ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-2604 - Type: Improvement - Attachment(s): - 22/Oct/21 18:43;manojg;image-2021-10-22-11-42-48-389.png;https://issues.apache.org/jira/secure/attachment/13035251/image-2021-10-22-11-42-48-389.png -- 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]
