peacewong opened a new issue #1197: URL: https://github.com/apache/incubator-linkis/issues/1197
**Describe the bug** There is a bug in SqlCodeParser that splits the escaped ";" into multiple sql, resulting in a syntax error in sql runtime. **To Reproduce** Steps to reproduce the behavior: 1. submit sql task ```select "\;"``` 2. task running 3. See error  -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
