trushev commented on PR #5830: URL: https://github.com/apache/hudi/pull/5830#issuecomment-1318024566
> > is it possible to fetch the original schema when the file was committed if SE disabled? > > There is no need to fetch the original schema if SE is disabled. > > > Prepare int[] selectedFields according to actual schema (if SE enabled) > > This should be quite easy to do. > > > but the solution is more complicated than this PR > > I have different thoughts and think this makes the input formats code more clean (towards immutable schema or on-read schema) and maintainable. Ok, thanks, I'll rework the PR -- 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]
