voonhous commented on PR #14340: URL: https://github.com/apache/hudi/pull/14340#issuecomment-3616275359
> I've reviewed some of the files but the scope of this PR is much larger than the ticket calls for. Is that intentional or is this combined with another branch? Nope, not combined with another branch. It's large because of how many other classes are using them. It cascades very quickly in a way where: Let's change the variable to a `HoodieSchema` type -> Change `parameter` of method signature to `HoodieSchema` type. The changes mainly affect the `*Handle`s and the signature of `*Handle`s changes, the same thing cascades. I am trying not to touch the `*Iterator`s and `HoodieFileGroup*` classes. -- 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]
