lanchengx commented on a change in pull request #13034:
URL: https://github.com/apache/shardingsphere/pull/13034#discussion_r729027538
##########
File path:
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/admin/mysql/executor/information/AbstractSelectInformationExecutor.java
##########
@@ -64,7 +71,7 @@
public final void execute(final BackendConnection backendConnection)
throws SQLException {
List<String> schemaNames = getSchemaNames();
for (String schemaName : schemaNames) {
- constructRowData(schemaName, getSourceData(schemaName));
+ getSourceData(schemaName, constructRowData(schemaName));
}
Review comment:
Sry, I'm not sure if you saw this comment
https://github.com/apache/shardingsphere/pull/13034#discussion_r728881662, do
you have any other good ideas about naming?
--
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]