eejbyfeldt commented on PR #38525: URL: https://github.com/apache/spark/pull/38525#issuecomment-1305241501
Thanks for taking care of this. Is the reason we are ok with this breakage that we consider inner classes of a private class even though mima I guess does not? Should this class be marked private to remove the need for excludes in the future? Should we not use inner classes seems like we are paying some overhead (the outer class pointer) when we do not really need an inner class? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
