Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-18 Thread via GitHub
morrySnow merged PR #40739: URL: https://github.com/apache/doris/pull/40739 -- 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.ap

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-14 Thread via GitHub
github-actions[bot] commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2351049763 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-13 Thread via GitHub
doris-robot commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-235009 ClickBench: Total hot run time: 31.09 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-13 Thread via GitHub
doris-robot commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2350058773 TPC-DS: Total hot run time: 199576 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-13 Thread via GitHub
doris-robot commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2350039094 TPC-H: Total hot run time: 42666 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-13 Thread via GitHub
Vallishp commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2349958330 run buildall -- 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 uns

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-13 Thread via GitHub
morrySnow commented on code in PR #40739: URL: https://github.com/apache/doris/pull/40739#discussion_r1758649935 ## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ## Review Comment: all changes this file are not necessary -- This is an automated mes

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-12 Thread via GitHub
github-actions[bot] commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2346469990 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-12 Thread via GitHub
github-actions[bot] commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2346469879 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2345857743 ClickBench: Total hot run time: 31.11 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2345846686 TPC-DS: Total hot run time: 195561 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2345822278 TPC-H: Total hot run time: 43610 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-12 Thread via GitHub
Vallishp commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2345732489 run buildall -- 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 uns

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-12 Thread via GitHub
Vallishp commented on code in PR #40739: URL: https://github.com/apache/doris/pull/40739#discussion_r1756483863 ## 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

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2345714105 TPC-H: Total hot run time: 39733 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-12 Thread via GitHub
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; } +publi

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-12 Thread via GitHub
Vallishp commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2345642015 run buildall -- 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 uns

Re: [PR] [Enhancement] support last_query_id function [doris]

2024-09-12 Thread via GitHub
doris-robot commented on PR #40739: URL: https://github.com/apache/doris/pull/40739#issuecomment-2345634691 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [Enhancement] support last_query_id function [doris]

2024-09-12 Thread via GitHub
Vallishp opened a new pull request, #40739: URL: https://github.com/apache/doris/pull/40739 ## Proposed changes Issue Number: close #xxx support display previous query id. mysql> select LAST_QUERY_ID(); No connection. Trying to reconnect... Connection id:0 Cu