terrymanu commented on issue #31500: URL: https://github.com/apache/shardingsphere/issues/31500#issuecomment-5331294600
Hi @iamhucong, thanks for tracking these Doris SQL parsing cases. All the listed cases are now covered. The only remaining unchecked case, `SHOW FULL PROCESSLIST`, has already been supported since the initial Doris parser contribution #31257, whose grammar rule `showProcesslist : SHOW FULL? PROCESSLIST` and the corresponding `visitShowProcesslist` visitor handle the `FULL` option. Doris SHOW statement test cases, including `SHOW PROCESSLIST`, were also added in #37685. No further code change is required, so I am closing this issue as completed. Feel free to reopen it if any listed SQL still fails to parse on the latest master. -- 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]
