[PR] [Fix](Nerieds) insert into table with default not null but not included in insert schema [doris]

2024-08-22 Thread via GitHub
LiBinfeng-01 opened a new pull request, #39825: URL: https://github.com/apache/doris/pull/39825 example: create table t(k1 int not null, k2 int not null); insert into t (k1) values (101); it should be failed because we don't know what value should k2 be -- This is an autom

Re: [PR] [Fix](Nerieds) insert into table with default not null but not included in insert schema [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39825: URL: https://github.com/apache/doris/pull/39825#issuecomment-2306103768 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

Re: [PR] [Fix](branch-2.1) Fix wrong thrift index introduced by #37830 [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39824: URL: https://github.com/apache/doris/pull/39824#issuecomment-2306107790 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix](local shuffle) Not channel_id causes a local merge infinite loop. [doris]

2024-08-22 Thread via GitHub
Mryange commented on PR #39725: URL: https://github.com/apache/doris/pull/39725#issuecomment-2306107289 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 unsu

Re: [PR] [fix](local shuffle) Not channel_id causes a local merge infinite loop. [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39725: URL: https://github.com/apache/doris/pull/39725#issuecomment-2306111706 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [branch-2.0](thrift) fix TLoadTxnBeginRequest backend_id's field no [doris]

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

Re: [PR] [fix](commit) Fix does not skip commit if txn state is committed or visible [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39786: URL: https://github.com/apache/doris/pull/39786#issuecomment-2306112672 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

(doris-website) branch master updated: [fix]doc homepage style (#1036)

2024-08-22 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 1c46c326ca [fix]doc homepage style (#

Re: [PR] [fix]doc homepage style [doris-website]

2024-08-22 Thread via GitHub
morningman merged PR #1036: URL: https://github.com/apache/doris-website/pull/1036 -- 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...@d

Re: [PR] [opt](Nereids) forbid distribute under project and filter [doris]

2024-08-22 Thread via GitHub
morrySnow commented on PR #39812: URL: https://github.com/apache/doris/pull/39812#issuecomment-2306113388 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] [fix](cluster key) Fix cluster key compaction and forbid cluster key in cloud mode [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39703: URL: https://github.com/apache/doris/pull/39703#issuecomment-2306113469 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] [fix](cluster key) Fix cluster key compaction and forbid cluster key in cloud mode [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39703: URL: https://github.com/apache/doris/pull/39703#issuecomment-2306113488 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] [chore](compile)Enable the shorten-64-to-32 compilation option in Exprs [doris]

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

[PR] [branch-2.1][Refactor]use async to get be resource (#38389) [doris]

2024-08-22 Thread via GitHub
wangbo opened a new pull request, #39826: URL: https://github.com/apache/doris/pull/39826 pick #38389 -- 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

Re: [PR] [branch-2.1][Refactor]use async to get be resource (#38389) [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39826: URL: https://github.com/apache/doris/pull/39826#issuecomment-2306115511 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

Re: [PR] [branch-2.1][Refactor]use async to get be resource (#38389) [doris]

2024-08-22 Thread via GitHub
wangbo commented on PR #39826: URL: https://github.com/apache/doris/pull/39826#issuecomment-2306115549 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 unsub

Re: [PR] [branch-2.0](thrift) fix TLoadTxnBeginRequest backend_id's field no [doris]

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

Re: [PR] [fix](ctas) fix NPE when ctas with old planner and varchar issue [doris]

2024-08-22 Thread via GitHub
morningman merged PR #39744: URL: https://github.com/apache/doris/pull/39744 -- 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.a

(doris) branch master updated (34d6572a65a -> 3a097291f84)

2024-08-22 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 34d6572a65a [fix](arrow-flight-sql) Fix regression-test arrow flight port (#39802) add 3a097291f84 [fix](ctas

Re: [PR] [fix](cloud) fix alter consume offset can not work in cloud mode [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39159: URL: https://github.com/apache/doris/pull/39159#issuecomment-2306116972 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] [fix](cloud) fix alter consume offset can not work in cloud mode [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39159: URL: https://github.com/apache/doris/pull/39159#issuecomment-2306116996 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] [fix](filecache) ttl cache runs wild after enable LRU eviction [doris]

2024-08-22 Thread via GitHub
freemandealer commented on PR #39814: URL: https://github.com/apache/doris/pull/39814#issuecomment-2306117783 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. T

Re: [PR] [Fix](Nereids) fix use cbo rule hint unused because of logic reverse [doris]

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

(doris) branch master updated (3a097291f84 -> 9712d656043)

2024-08-22 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 3a097291f84 [fix](ctas) fix NPE when ctas with old planner and varchar issue (#39744) add 9712d656043 [Fix](Ne

Re: [PR] [branch-2.0](thrift) fix TLoadTxnBeginRequest backend_id's field no [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39821: URL: https://github.com/apache/doris/pull/39821#issuecomment-2306118530 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit faffed4c55c72215dd9823898e5a382b36cb3460 with default session variables Stream

Re: [PR] [chore](errmsg) Add some partition expr check on creating table [doris]

2024-08-22 Thread via GitHub
BiteThet merged PR #39754: URL: https://github.com/apache/doris/pull/39754 -- 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] [feat](Nereids) support nereids hint position detaction (#39113) [doris]

2024-08-22 Thread via GitHub
LiBinfeng-01 commented on PR #39417: URL: https://github.com/apache/doris/pull/39417#issuecomment-2306119483 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

(doris) branch master updated (9712d656043 -> 8fe11aa13f1)

2024-08-22 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 9712d656043 [Fix](Nereids) fix use cbo rule hint unused because of logic reverse (#39715) add 8fe11aa13f1 [ch

Re: [PR] [branch-2.1][Refactor]use async to get be resource (#38389) [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39826: URL: https://github.com/apache/doris/pull/39826#issuecomment-2306120172 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [chore](compile)Enable the shorten-64-to-32 compilation option in Exprs [doris]

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

Re: [PR] [test](inverted index) add test for need read data opt (#38261) [doris]

2024-08-22 Thread via GitHub
csun5285 commented on PR #39661: URL: https://github.com/apache/doris/pull/39661#issuecomment-2306124365 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] [fix](Nereids) fix insert into table with null literal default value (#39122) [doris]

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

Re: [PR] [chore](compile)Enable the shorten-64-to-32 compilation option in Exprs [doris]

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

Re: [PR] [Feat](Nereids) add split_part function in fe constant folding [doris]

2024-08-22 Thread via GitHub
LiBinfeng-01 commented on PR #39778: URL: https://github.com/apache/doris/pull/39778#issuecomment-2306126705 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] [fix](fe) LIST partition table support modify default bucket num [doris]

2024-08-22 Thread via GitHub
morningman commented on PR #39696: URL: https://github.com/apache/doris/pull/39696#issuecomment-2306128634 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 u

Re: [PR] [fix](fe) LIST partition table support modify default bucket num [doris]

2024-08-22 Thread via GitHub
morningman merged PR #39688: URL: https://github.com/apache/doris/pull/39688 -- 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.a

(doris) branch branch-2.1 updated: [fix](fe) LIST partition table support modify default bucket num (#39688)

2024-08-22 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 6c10c47f791 [fix](fe) LIST partition

[PR] [fix](regression] fix error test [doris]

2024-08-22 Thread via GitHub
csun5285 opened a new pull request, #39827: URL: https://github.com/apache/doris/pull/39827 ## Proposed changes fix error test -- 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

Re: [PR] [bugfix](iceberg)Fixed random core with writing iceberg partitioned table [doris]

2024-08-22 Thread via GitHub
wuwenchi commented on PR #39808: URL: https://github.com/apache/doris/pull/39808#issuecomment-2306130920 run external -- 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] [fix](regression] fix error test [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39827: URL: https://github.com/apache/doris/pull/39827#issuecomment-2306130981 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

Re: [PR] [fix](regression] fix error test [doris]

2024-08-22 Thread via GitHub
csun5285 commented on PR #39827: URL: https://github.com/apache/doris/pull/39827#issuecomment-2306131038 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

[PR] [improve](cast) support ipv4 cast to ipv6 type [doris]

2024-08-22 Thread via GitHub
zhangstar333 opened a new pull request, #39828: URL: https://github.com/apache/doris/pull/39828 ## Proposed changes Issue Number: close #xxx -- 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] [improve](cast) support ipv4 cast to ipv6 type [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39828: URL: https://github.com/apache/doris/pull/39828#issuecomment-2306132714 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

Re: [PR] Revert "[bugfix](iceberg)clear block for partition values for 2.1 (#39569)" [doris]

2024-08-22 Thread via GitHub
morningman merged PR #39815: URL: https://github.com/apache/doris/pull/39815 -- 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.a

Re: [PR] [improve](statistics)Record index row count update time. [doris]

2024-08-22 Thread via GitHub
Jibing-Li merged PR #39788: URL: https://github.com/apache/doris/pull/39788 -- 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

(doris) branch branch-2.1 updated: Revert "[bugfix](iceberg)clear block for partition values for 2.1 (#39569)" (#39815)

2024-08-22 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 1f16daa5f6b Revert "[bugfix](iceberg)

(doris) branch master updated (8fe11aa13f1 -> d71379c6fee)

2024-08-22 Thread lijibing
This is an automated email from the ASF dual-hosted git repository. lijibing pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 8fe11aa13f1 [chore](errmsg) Add some partition expr check on creating table (#39754) add d71379c6fee [improve](

Re: [PR] [improve](cast) support ipv4 cast to ipv6 type [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39828: URL: https://github.com/apache/doris/pull/39828#issuecomment-2306134801 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] [improve](cast) support ipv4 cast to ipv6 type [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39828: URL: https://github.com/apache/doris/pull/39828#issuecomment-2306134836 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] [fix](Nereids) fix insert into table with null literal default value (#39122) [doris]

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

Re: [PR] [improve](cast) support ipv4 cast to ipv6 type [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on code in PR #39828: URL: https://github.com/apache/doris/pull/39828#discussion_r1728230543 ## be/src/vec/functions/function_cast.h: ## @@ -1482,6 +1482,43 @@ class PreparedFunctionCast : public PreparedFunctionImpl { const char* name; };

Re: [PR] [Fix](Nerieds) insert into table with default not null but not included in insert schema [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39825: URL: https://github.com/apache/doris/pull/39825#issuecomment-2306142243 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] [Fix](Nerieds) insert into table with default not null but not included in insert schema [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39825: URL: https://github.com/apache/doris/pull/39825#issuecomment-2306142281 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] [fix](Nereids) fix insert into table with null literal default value (#39122) [doris]

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

[PR] [add]pdf error filter [doris-website]

2024-08-22 Thread via GitHub
0xFlackoLFG opened a new pull request, #1043: URL: https://github.com/apache/doris-website/pull/1043 (no comment) -- 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 unsubsc

Re: [PR] [improve](statistics)Clean expired TableStatsMeta. [doris]

2024-08-22 Thread via GitHub
morrySnow commented on code in PR #39779: URL: https://github.com/apache/doris/pull/39779#discussion_r1728236871 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -4604,14 +4604,19 @@ show_param ::= RESULT = new ShowSyncJobStmt(dbName); :} /* show table stats *

Re: [PR] [fix](Nereids) fix insert into table with null literal default value (#39122) [doris]

2024-08-22 Thread via GitHub
doris-robot commented on PR #39673: URL: https://github.com/apache/doris/pull/39673#issuecomment-2306148497 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 160d83bfa1bc08b2ea4249ce19f5e51a2dd84b8f with default session variables Stream

Re: [PR] [docs](k8s) fix storage and computing separation k8s document [doris-website]

2024-08-22 Thread via GitHub
morningman merged PR #1035: URL: https://github.com/apache/doris-website/pull/1035 -- 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...@d

(doris-website) branch master updated: [docs](k8s) fix storage and computing separation k8s document (#1035)

2024-08-22 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 947f6ac86a [docs](k8s) fix storage an

Re: [PR] [improve](statistics)Clean expired TableStatsMeta. [doris]

2024-08-22 Thread via GitHub
Jibing-Li commented on code in PR #39779: URL: https://github.com/apache/doris/pull/39779#discussion_r1728251446 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -4604,14 +4604,19 @@ show_param ::= RESULT = new ShowSyncJobStmt(dbName); :} /* show table stats *

Re: [PR] [opt](fe) Use `table.readLock` in `TabletStatMgr` for updating statistics [doris]

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

(doris) branch master updated: [opt](fe) Use `table.readLock` in `TabletStatMgr` for updating statistics (#39612)

2024-08-22 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new e0793c97b60 [opt](fe) Use `table.readLock` i

(doris) branch branch-3.0 updated: [opt](fe) Use `table.readLock` in `TabletStatMgr` for updating statistics (#39612)

2024-08-22 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new ae839682137 [opt](fe) Use `table.rea

Re: [PR] [improve](doris compose) ls detail command print node's path [doris]

2024-08-22 Thread via GitHub
dataroaring merged PR #39767: URL: https://github.com/apache/doris/pull/39767 -- 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] [improve](doris compose) ls detail command print node's path [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39767: URL: https://github.com/apache/doris/pull/39767#issuecomment-2306202689 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

(doris) branch master updated: [improve](doris compose) ls detail command print node's path (#39767)

2024-08-22 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 82d84fbab64 [improve](doris compose) ls deta

Re: [PR] [improvement](query) prefer to chose tablet on alive disk #39467 [doris]

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

(doris) branch branch-2.1 updated: [improvement](query) prefer to chose tablet on alive disk #39467 (#39654)

2024-08-22 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 0934fbee7eb [improvement](query) pre

Re: [PR] [improvement](query) prefer to chose tablet on alive disk #39467 [doris]

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

(doris) branch branch-2.0 updated: [improvement](query) prefer to chose tablet on alive disk #39467 (#39657)

2024-08-22 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 6f8b94957ed [improvement](query) pre

Re: [PR] [branch-2.0](thrift) fix TLoadTxnBeginRequest backend_id's field no [doris]

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

(doris) branch branch-2.0 updated: [branch-2.0](thrift) fix TLoadTxnBeginRequest backend_id's field no (#39821)

2024-08-22 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 5ec7f46212b [branch-2.0](thrift) fix

Re: [PR] [fix](cloud) Fix migrate tablets between backends back and forth [doris]

2024-08-22 Thread via GitHub
dataroaring commented on PR #39792: URL: https://github.com/apache/doris/pull/39792#issuecomment-2306216029 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] [branch-2.1](thrift) fix TLoadTxnBeginRequest backend_id's field no [doris]

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

(doris) branch branch-2.1 updated: [branch-2.1](thrift) fix TLoadTxnBeginRequest backend_id's field no (#39823)

2024-08-22 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 8bbd3db1bcb [branch-2.1](thrift) fix

Re: [PR] [Fix](Nerieds) insert into table with default not null but not included in insert schema [doris]

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

Re: [PR] [opt](Nereids) forbid distribute under project and filter [doris]

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

Re: [PR] [fix](local shuffle) Not channel_id causes a local merge infinite loop. [doris]

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

Re: [PR] [fix](filecache) ttl cache runs wild after enable LRU eviction [doris]

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

Re: [PR] [fix](fe) LIST partition table support modify default bucket num [doris]

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

Re: [PR] [feature](statistics)Support enable/disable auto analyze for table. [doris]

2024-08-22 Thread via GitHub
morningman commented on code in PR #39532: URL: https://github.com/apache/doris/pull/39532#discussion_r1728315747 ## fe/fe-core/src/main/java/org/apache/doris/alter/Alter.java: ## @@ -453,31 +475,37 @@ private void processModifyEngineInternal(Database db, Table externalTable,

Re: [PR] [Enhancement](http)Add http authentication to all API interfaces under be 8040. [doris]

2024-08-22 Thread via GitHub
morningman merged PR #39577: URL: https://github.com/apache/doris/pull/39577 -- 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.a

(doris) branch master updated: [Enhancement](http)Add http authentication to all API interfaces under be 8040. (#39577)

2024-08-22 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 355620b84dc [Enhancement](http)Add http authe

Re: [PR] [fix](auth)Fix some issues with incorrect permission verification [doris]

2024-08-22 Thread via GitHub
zddr commented on PR #39726: URL: https://github.com/apache/doris/pull/39726#issuecomment-2306269869 cases will be added uniformly in other PRs -- 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

Re: [PR] [Fix](Nerieds) insert into table with default not null but not included in insert schema [doris]

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

Re: [PR] [fix](local shuffle) Not channel_id causes a local merge infinite loop. [doris]

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

Re: [PR] [opt](Nereids) forbid distribute under project and filter [doris]

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

Re: [PR] [fix](filecache) ttl cache runs wild after enable LRU eviction [doris]

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

Re: [PR] [fix](fe) LIST partition table support modify default bucket num [doris]

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

Re: [PR] [Fix](Nerieds) insert into table with default not null but not included in insert schema [doris]

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

Re: [PR] [opt](Nereids) forbid distribute under project and filter [doris]

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

Re: [PR] [fix](local shuffle) Not channel_id causes a local merge infinite loop. [doris]

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

Re: [PR] [fix](filecache) ttl cache runs wild after enable LRU eviction [doris]

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

Re: [PR] [fix](fe) LIST partition table support modify default bucket num [doris]

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

Re: [PR] [improve](partition_topn) Add partition threshold check in hash table to control partition nums [doris]

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

Re: [PR] [fix](cloud) Fix migrate tablets between backends back and forth [doris]

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

Re: [PR] [Fix](tablet-meta) limit the data size of tablet meta [doris]

2024-08-22 Thread via GitHub
luwei16 commented on PR #39455: URL: https://github.com/apache/doris/pull/39455#issuecomment-2306306486 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 unsu

Re: [PR] [improve](partition_topn) Add partition threshold check in hash table to control partition nums [doris]

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

Re: [PR] [Fix](tablet-meta) limit the data size of tablet meta [doris]

2024-08-22 Thread via GitHub
github-actions[bot] commented on PR #39455: URL: https://github.com/apache/doris/pull/39455#issuecomment-2306310200 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix](cloud) Fix migrate tablets between backends back and forth [doris]

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

<    2   3   4   5   6   7   8   >