tristaZero commented on issue #6458: URL: https://github.com/apache/shardingsphere/issues/6458#issuecomment-673921034
@johnny2002 After a short discussion about this issue, others also give their thoughts about it. Here is a summary, 1. Actually, `Hint` is to inject `sharding key` which does not exist in your actual table, rather than to skip parsing and rewriting. 2. If there is no `parsing`, then `rewriting SQL` can not work either. Consequently, users have to write SQL with the actual table name instead of a logic table. That will confuse the user, right? 3. We would rather take more efforts on `SQL Parser` than provide users `non-standard API`. Welcome to your opinion! ---------------------------------------------------------------- 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]
