Akanksha-kedia commented on PR #18778: URL: https://github.com/apache/pinot/pull/18778#issuecomment-4742016568
Closing this PR per xiangfu0's review. The three deprecated methods (`deleteSchema(Schema)`, `getSchemaForTableConfig(TableConfig)`, `getServersForSegment(...)`) are public API on a released `pinot-controller` artifact. Removing them is a binary-incompatible change that would cause `NoSuchMethodError` for callers compiled against older jars. The methods have been restored as delegating shims. A removal can be planned for a future major release with explicit deprecation notice. -- 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]
