sandynz opened a new issue, #20141: URL: https://github.com/apache/shardingsphere/issues/20141
Part of #19421. Currently, PipelineDDLGenerator depends on ContextManager, ShardingSphereDatabase and Map<String,DataSource> will be got from ContextManager. When importing data from unmanaged resource (database), we could not get DataSource from ContextManager. Possible changes: - Update parameters of generateLogicDDLSQL method to: databaseType, dataSource, schemaName, actualTableName, logicTableName, ShardingSphereSQLParserEngine - Remove dependency of ContextManager from PipelineDDLGenerator -- 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: notifications-unsubscr...@shardingsphere.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org