TeslaCN opened a new issue, #26013: URL: https://github.com/apache/shardingsphere/issues/26013
## Question Hint in SQL comment is separately handled in MySQLComQueryPacket, which caused HintValueContext in QueryContext is different with the one in CommonSQLStatementContext. https://github.com/apache/shardingsphere/blob/35856435d1b10f9c1d388b3040c4c8d8005616e2/db-protocol/mysql/src/main/java/org/apache/shardingsphere/db/protocol/mysql/packet/command/query/text/query/MySQLComQueryPacket.java#L42-L43 `executionContext.queryContext.hintValueContext`  `((SQLHintExtractor)((CommonSQLStatementContext)executionContext.queryContext.sqlStatementContext).sqlHintExtractor).hintValueContext`  -- 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]
