sandynz commented on PR #20282: URL: https://github.com/apache/shardingsphere/pull/20282#issuecomment-1220117074
Hi @huangdx0726 , there's SQLParsingException of `clean-scaling`. You could install `ANTLR v4` plugin (IDEA for example). Open `migration/RALStatement.g4`; Select `cleanScaling`, select `Run Rule cleanScaling` in right click menu; Input test DistSQL; Then you could find whether DistSQL parsing work or not. <img width="1027" alt="图片" src="https://user-images.githubusercontent.com/42492540/185518653-202baf14-357b-48f9-a31e-fd0ec54f37cf.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]
