RaigorJiang commented on issue #21615: URL: https://github.com/apache/shardingsphere/issues/21615#issuecomment-1283348596
### DatabaseBackendHandlerFactory ```java if (sqlStatement instanceof DALStatement || (sqlStatement instanceof SelectStatement && null == ((SelectStatement) sqlStatement).getFrom())) { return new UnicastDatabaseBackendHandler(queryContext, connectionSession); } ``` -- 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: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org