hudi-bot opened a new issue, #17203: URL: https://github.com/apache/hudi/issues/17203
Currently, we are re-creating entire AvroRecord in order to prepend meta fields in create handles. We should try and see if we can optimize and avoid rewriting or re-creating entire record. [https://github.com/apache/hudi/blob/6ea636078ce1f48e48522185a3e0dba1d22753aa/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/BaseCreateHandle.java#L157] [https://github.com/apache/hudi/blob/6ea636078ce1f48e48522185a3e0dba1d22753aa/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieAvroIndexedRecord.java#L190] [https://github.com/apache/hudi/blob/6ea636078ce1f48e48522185a3e0dba1d22753aa/hudi-common/src/main/java/org/apache/hudi/avro/HoodieAvroUtils.java#L958] ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-9797 - Type: Improvement - 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]
