tuichenchuxin opened a new issue, #23184: URL: https://github.com/apache/shardingsphere/issues/23184
# BackGround Through this #20736, we support SQL HINT. There are currently two ways, one is to enable the comment parsing switch `sqlCommentParseEnabled: true`, then the information of SQL HINT will be extracted through antlr parser. The other is to turn off the comment parsing switch `sqlCommentParseEnabled: false`, which allows the same SQL but different comment information to use the same cache, thereby improving performance. # Task - [ ] Add e2e test for SQL HINT with `sqlCommentParseEnabled: true` - [ ] Add e2e test for SQL HINT with `sqlCommentParseEnabled: false` I have added one test for example. https://github.com/apache/shardingsphere/pull/22727 -- 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]
