johnny2002 opened a new issue #6463: URL: https://github.com/apache/shardingsphere/issues/6463
## Feature Request Since we have an ETL Job need to use very complex SQL, we suggest sharding-jdbc can skip SQL parsing to support arbitrary SQL. As I understand, with HintShardingAlgorithm, sharding-jdbc still need to parse SQL to get logicTableName so that it can get sharding configuration. So, I suggest sharding-jdbc provide some method to let developer to set the logicTableName, so that it can skip SQL parsing. In this way, sharding-jdbc can support any complex SQL. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
