tuichenchuxin commented on pull request #13444: URL: https://github.com/apache/shardingsphere/pull/13444#issuecomment-960371781
@flycash Thank you for your pr. I have a suggestion, for this statement ``` SHOW RELAYLOG EVENTS (IN logName)? (FROM NUMBER_)? (LIMIT (NUMBER_ COMMA_)? NUMBER_)? FOR CHANNEL channelName ``` I think we may not need to visit every part. What we need to know is just which this statement is, and where it will route to execute. So, may be `MySQLShowRelaylogEventsStatement` class with logName or channelName is enough? -- 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]
