TeslaCN commented on code in PR #22029:
URL: https://github.com/apache/shardingsphere/pull/22029#discussion_r1018980457
##########
proxy/backend/src/main/java/org/apache/shardingsphere/proxy/backend/communication/ProxySQLExecutor.java:
##########
@@ -73,19 +75,12 @@ public final class ProxySQLExecutor {
private final JDBCBackendConnection backendConnection;
- private final ProxyJDBCExecutor jdbcExecutor;
-
- private final RawExecutor rawExecutor;
+ private final JDBCDatabaseCommunicationEngine databaseCommunicationEngine;
public ProxySQLExecutor(final String type, final JDBCBackendConnection
backendConnection, final JDBCDatabaseCommunicationEngine
databaseCommunicationEngine) {
Review Comment:
Consider simplifying this with `RequiredArgsConstructor`
--
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]