sandynz opened a new issue, #19938: URL: https://github.com/apache/shardingsphere/issues/19938
It could be done after #19936. Since there's no more abstract method to implement for AbstractImporter sub-classes, and there's no more abstract method in near future, so we could remove these sub-classes to simplify related code. Possible changes: - Rename AbstractImporter to DefaultImporter; Remove `abstract` and add `final`; - Remove ScalingEntry.getImporterClass() method and related sub-class method impl - Remove AbstractImporter sub-classes - Simplify ImporterFactory.createImporter, remove Importer reflection construction, just new DefaultImporter -- 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]
