morrySnow commented on code in PR #40739: URL: https://github.com/apache/doris/pull/40739#discussion_r1756417603
########## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java: ########## @@ -879,6 +883,10 @@ public TUniqueId queryId() { return queryId; } + public TUniqueId getLastQuerId() { Review Comment: ```suggestion public TUniqueId getLastQueryId() { ``` ########## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.g4: ########## @@ -322,6 +322,7 @@ KILL: 'KILL'; LABEL: 'LABEL'; LARGEINT: 'LARGEINT'; LAST: 'LAST'; +LAST_QUERY_ID: 'LAST_QUERY_ID'; Review Comment: i think we should not support use this function without parentheses, so add this to keyword list is not necessary -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org