MingxingLAI opened a new issue #16190:
URL: https://github.com/apache/shardingsphere/issues/16190
```java
@RequiredArgsConstructor
@Getter
public final class HintDistSQLBackendHandler implements
TextProtocolBackendHandler {
private final HintDistSQLStatement sqlStatement;
private final ConnectionSession connectionSession;
private HintStatementExecutor hintStatementExecutor;
```
change `HintStatementExecutor` to `HintStatementExecutor<? extends
HintDistSQLStatement>` to reduce "Raw use of parameterized class
'HintStatementExecutor' " alarm.
--
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]