hudi-bot opened a new issue, #16206: URL: https://github.com/apache/hudi/issues/16206
Today, even though all commit metadata is written to the timeline in avro, `HoodieCommitMetadata` and its subclass `HoodieReplaceCommitMetadata` still need to be converted to json because of its legacy usage in code all over the place. Even though the cost of json-avro conversion is minimal (2.7ms for 1mb commit metadata), we would like to eliminate its usage altogether. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-6816 - Type: Task - Epic: https://issues.apache.org/jira/browse/HUDI-6242 - Fix version(s): - 1.1.0 -- 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]
