kamronis commented on issue #17679: URL: https://github.com/apache/hudi/issues/17679#issuecomment-3685356591
@danny0405 I think reordering is not issue if we use a function from my PR. <img width="484" height="111" alt="Image" src="https://github.com/user-attachments/assets/daa958c7-96ec-4cca-bfb1-a44c175d7797" /> New Record will be constructed with the order of new schema. So all we need to do is maybe call this function if `renameCols` is empty in `HoodieAvroUtils.rewriteRecordWithNewSchema` Am I right on this? -- 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]
