Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-08-14 Thread via GitHub
dataroaring merged PR #37114: URL: https://github.com/apache/doris/pull/37114 -- 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.

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-08-05 Thread via GitHub
doris-robot commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-2268664186 ClickBench: Total hot run time: 29.76 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-08-05 Thread via GitHub
dataroaring commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-2268544359 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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-28 Thread via GitHub
github-actions[bot] commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-2255072988 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](alter) support add partitions in batch [doris]

2024-07-23 Thread via GitHub
doris-robot commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-2245440155 ClickBench: Total hot run time: 30.76 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-23 Thread via GitHub
felixwluo commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-2245351972 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 un

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-23 Thread via GitHub
yujun777 commented on code in PR #37114: URL: https://github.com/apache/doris/pull/37114#discussion_r1687977362 ## fe/fe-core/src/main/java/org/apache/doris/datasource/InternalCatalog.java: ## @@ -1801,6 +1803,24 @@ public void addPartition(Database db, String tableName, AddPar

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-23 Thread via GitHub
yujun777 commented on code in PR #37114: URL: https://github.com/apache/doris/pull/37114#discussion_r1687967721 ## fe/fe-core/src/main/java/org/apache/doris/alter/Alter.java: ## @@ -506,6 +508,8 @@ public void processAlterTable(AlterTableStmt stmt) throws UserException {

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-17 Thread via GitHub
felixwluo commented on code in PR #37114: URL: https://github.com/apache/doris/pull/37114#discussion_r1682241620 ## regression-test/suites/alter_p0/test_alter_add_multi_partition.groovy: ## @@ -0,0 +1,169 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or m

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-11 Thread via GitHub
doris-robot commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-2224843309 ClickBench: Total hot run time: 30.82 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-11 Thread via GitHub
felixwluo commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-2224697226 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 un

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-11 Thread via GitHub
doris-robot commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-989181 ClickBench: Total hot run time: 30.47 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-11 Thread via GitHub
felixwluo commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-909096 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 un

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-10 Thread via GitHub
yiguolei commented on code in PR #37114: URL: https://github.com/apache/doris/pull/37114#discussion_r1673384530 ## regression-test/suites/alter_p0/test_alter_add_multi_partition.groovy: ## @@ -0,0 +1,169 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mo

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-08 Thread via GitHub
doris-robot commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-2213249164 ClickBench: Total hot run time: 30.52 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-07 Thread via GitHub
felixwluo commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-2213162797 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 un

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-05 Thread via GitHub
doris-robot commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-2210395431 ClickBench: Total hot run time: 30.82 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

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

Re: [PR] [Enhancement](alter) support add partitions in batch [doris]

2024-07-05 Thread via GitHub
xy720 commented on PR #37114: URL: https://github.com/apache/doris/pull/37114#issuecomment-2210323835 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 unsubs