ulysses-you commented on code in PR #4098:
URL: https://github.com/apache/kyuubi/pull/4098#discussion_r1063114229
##########
kyuubi-server/src/main/antlr4/org/apache/kyuubi/sql/KyuubiSqlBaseLexer.g4:
##########
@@ -128,10 +127,9 @@ IDENTIFIER
:
[A-Za-z_$0-9\u0080-\uFFFF]*?[A-Za-z_$\u0080-\uFFFF]+?[A-Za-z_$0-9\u0080-\uFFFF]*
;
+// Follow Trino STRING
STRING
: '\'' ( ~'\'' | '\'\'' )* '\''
- | 'R\'' (~'\'')* '\''
- | 'R"'(~'"')* '"'
Review Comment:
after offline discussion, we are going to separate Trino lexer file
--
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]