tristaZero commented on issue #7323: URL: https://github.com/apache/shardingsphere/issues/7323#issuecomment-688747591
Hi @xbkaishui Thanks for your feedback. It is unsupported at present, but it is not a difficult one from my perspective. Here is a simple solution from me. 1. Add a boolean member like `isNotExisted` to `CreateTableStatement` 2. Check this new table in `ShardingCreateTableStatementValidator` with `ShardingSphereMetaData` Welcome anyone interested in it to have a try! BTW, @strongduanmu Would you like to take charge of this one? This is just a kind inquiry since I knew you are working on another important issue. If you are out of the time, we can ask the bits of help from the community. :-) Best, Trista ---------------------------------------------------------------- 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]
