strongduanmu opened a new issue, #20742: URL: https://github.com/apache/shardingsphere/issues/20742
## Feature Request ### Is your feature request related to a problem? No. ### Describe the feature you would like. At present, when we execute `mvn clean install -Prelease -T 1C` in the `shardingsphere-sql-parser` module, we can find that the execution time is very long, so we need to consider using a thread pool to execute unit tests concurrently to improve the execution of sql parser unit tests efficiency. <img width="919" alt="image" src="https://user-images.githubusercontent.com/10829171/188155528-5d3326bf-6863-4243-94b5-89498c435374.png"> -- 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]
