Re: [PR] [improvement](jdbc catalog) Optimize JdbcCatalog case mapping stability [doris]

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

Re: [PR] [feature](cooldown)backup cooldown data [doris]

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

Re: [PR] [improvement](jdbc catalog) Optimize JdbcCatalog case mapping stability [doris]

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

Re: [PR] [feat](metrics) Unify metrics of thread pool [doris]

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

Re: [PR] [feature](cooldown)backup cooldown data [doris]

2024-12-24 Thread via GitHub
doris-robot commented on PR #45589: URL: https://github.com/apache/doris/pull/45589#issuecomment-2561625253 TeamCity be ut coverage result: Function Coverage: 38.79% (10095/26022) Line Coverage: 29.80% (85241/286047) Region Coverage: 28.92% (43520/150506) Branch Coverage: 25.

Re: [PR] branch-3.0: [test](nereids) add arthmetic comparison ut #45690 [doris]

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

Re: [PR] [fix](nestedtype)fix nested type with timezone datetime [doris]

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

(doris-website) branch asf-site updated (c559311c73c -> 416bd5d9008)

2024-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard c559311c73c Automated deployment with doris branch @ c3b46990c7e65969aeca99280e780fd1a2815ed5 new 4

Re: [PR] [fix](nestedtype)fix nested type with timezone datetime [doris]

2024-12-24 Thread via GitHub
doris-robot commented on PR #45885: URL: https://github.com/apache/doris/pull/45885#issuecomment-2561307306 TeamCity be ut coverage result: Function Coverage: 38.80% (10095/26016) Line Coverage: 29.79% (85158/285906) Region Coverage: 28.91% (43488/150432) Branch Coverage: 25.

(doris-website) branch asf-site updated (d51c03aa64 -> 61b93b2dd6)

2024-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard d51c03aa64 Automated deployment with doris branch @ c3b46990c7e65969aeca99280e780fd1a2815ed5 new 61

Re: [PR] [fix](regression)Add log for Reach limit of connections [doris]

2024-12-24 Thread via GitHub
github-actions[bot] commented on PR #45887: URL: https://github.com/apache/doris/pull/45887#issuecomment-2561493709 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](regression)Add log for Reach limit of connections [doris]

2024-12-24 Thread via GitHub
github-actions[bot] commented on PR #45887: URL: https://github.com/apache/doris/pull/45887#issuecomment-2561493713 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] [test](nereids) add test for normalize sort [doris]

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

Re: [PR] [improve](docker) add disable query for be restart [doris]

2024-12-24 Thread via GitHub
intelligentfu8 commented on code in PR #45208: URL: https://github.com/apache/doris/pull/45208#discussion_r1897052350 ## docker/runtime/be/resource/be_entrypoint.sh: ## @@ -157,7 +181,23 @@ add_self() memlist=`show_backends $svc` if echo "$memlist" | grep -q -w

Re: [PR] [fix](Nereids) fix fe folding constant of string functions and add more cases [doris]

2024-12-24 Thread via GitHub
github-actions[bot] commented on PR #45233: URL: https://github.com/apache/doris/pull/45233#issuecomment-2561555321 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](nereids) fix compare with date like overflow [doris]

2024-12-24 Thread via GitHub
yujun777 commented on PR #45868: URL: https://github.com/apache/doris/pull/45868#issuecomment-2561555333 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] [feature](cooldown)backup cooldown data [doris]

2024-12-24 Thread via GitHub
justfortaste commented on PR #45589: URL: https://github.com/apache/doris/pull/45589#issuecomment-2561555881 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 (cab074f8236 -> 5d0e510138c)

2024-12-24 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 cab074f8236 [fix](meta-mgr) Real-time parsing meta service endpoint to avoid rpc failed after config muted (#45877)

Re: [PR] branch-3.0: [fix](csv reader) fix core dump when parsing csv with enclose #45485 [doris]

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

Re: [PR] [fix](regression)Add log for Reach limit of connections [doris]

2024-12-24 Thread via GitHub
Jibing-Li merged PR #45887: URL: https://github.com/apache/doris/pull/45887 -- 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] branch-3.0: [fix](ctas) fix wrong resultType of column typeDef #43828 [doris]

2024-12-24 Thread via GitHub
dataroaring merged PR #44984: URL: https://github.com/apache/doris/pull/44984 -- 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-3.0 updated (75d7486bb26 -> 72c496069ee)

2024-12-24 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 75d7486bb26 branch-3.0: [fix](ctas) fix wrong resultType of column typeDef #43828 (#44984) add 72c496069

Re: [PR] [test](nereids) add test for normalize sort [doris]

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

Re: [PR] branch-3.0: [regression-test](fix) two tests using same table #45312 [doris]

2024-12-24 Thread via GitHub
dataroaring merged PR #45866: URL: https://github.com/apache/doris/pull/45866 -- 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 auto-pick-45312-branch-3.0 deleted (was 756b9c962bb)

2024-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45312-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 756b9c962bb [regression-test](fix) two tests using same table (#45312) The revisions that were

[PR] branch-2.1: [config](trash) change trash_file_expire_time_sec to 0 #37648 [doris]

2024-12-24 Thread via GitHub
yujun777 opened a new pull request, #45901: URL: https://github.com/apache/doris/pull/45901 cherry pick from #37648 -- 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.1: [config](trash) change trash_file_expire_time_sec to 0 #37648 [doris]

2024-12-24 Thread via GitHub
yujun777 commented on PR #45901: URL: https://github.com/apache/doris/pull/45901#issuecomment-2561558809 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] branch-2.1: [config](trash) change trash_file_expire_time_sec to 0 #37648 [doris]

2024-12-24 Thread via GitHub
hello-stephen commented on PR #45901: URL: https://github.com/apache/doris/pull/45901#issuecomment-2561558834 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+pro

Re: [PR] [opt](bloomfilter index) optimize memory usage for bloom filter index writer [doris]

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

(doris) branch auto-pick-44375-branch-3.0 deleted (was 46071c615c9)

2024-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44375-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 46071c615c9 [opt](log) Optimize compaction log to match output version (#44375) The revisions

Re: [PR] branch-2.1: [config](trash) change trash_file_expire_time_sec to 0 #37648 [doris]

2024-12-24 Thread via GitHub
yujun777 closed pull request #45901: branch-2.1: [config](trash) change trash_file_expire_time_sec to 0 #37648 URL: https://github.com/apache/doris/pull/45901 -- 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

(doris) branch branch-3.0 updated (72c496069ee -> e144a3169a0)

2024-12-24 Thread gavinchou
This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 72c496069ee branch-3.0: [regression-test](fix) two tests using same table #45312 (#45866) add e144a3169a0

Re: [PR] branch-3.0: [fix](olap) Set the original tablet state to TABLET_SHUTDOWN #45812 [doris]

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

Re: [PR] branch-3.0: [chore](log) remove useless resource id log on write path #45618 [doris]

2024-12-24 Thread via GitHub
dataroaring merged PR #45807: URL: https://github.com/apache/doris/pull/45807 -- 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] branch-2.1: [config](trash) change trash_file_expire_time_sec to 0 #37648 [doris]

2024-12-24 Thread via GitHub
yujun777 commented on PR #45901: URL: https://github.com/apache/doris/pull/45901#issuecomment-2561559113 this is a test for pick_pr.sh. close -- 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 s

Re: [PR] [improvement](log)Reduce stats log. [doris]

2024-12-24 Thread via GitHub
Jibing-Li commented on PR #45900: URL: https://github.com/apache/doris/pull/45900#issuecomment-2561557934 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] [improvement](log)Reduce stats log. [doris]

2024-12-24 Thread via GitHub
Jibing-Li commented on PR #45900: URL: https://github.com/apache/doris/pull/45900#issuecomment-2561558010 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

[PR] [improvement](log)Reduce stats log. [doris]

2024-12-24 Thread via GitHub
Jibing-Li opened a new pull request, #45900: URL: https://github.com/apache/doris/pull/45900 ### What problem does this PR solve? Reduce unnecessary stats log. Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ###

Re: [PR] [fix](row store) forbit short circuit row store cache temporaryly [doris]

2024-12-24 Thread via GitHub
eldenmoon commented on PR #45842: URL: https://github.com/apache/doris/pull/45842#issuecomment-2561558055 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] [improvement](log)Reduce stats log. [doris]

2024-12-24 Thread via GitHub
hello-stephen commented on PR #45900: URL: https://github.com/apache/doris/pull/45900#issuecomment-2561557868 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+pro

Re: [PR] branch-3.0: [opt](log) Optimize compaction log to match output version #44375 [doris]

2024-12-24 Thread via GitHub
gavinchou merged PR #45826: URL: https://github.com/apache/doris/pull/45826 -- 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] branch-3.0: [improvement](memory) Storage page cache use LRU-K cache, K=2 #45719 [doris]

2024-12-24 Thread via GitHub
dataroaring closed pull request #45879: branch-3.0: [improvement](memory) Storage page cache use LRU-K cache, K=2 #45719 URL: https://github.com/apache/doris/pull/45879 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [Improvement](docs) refine query acceleration doc [doris-website]

2024-12-24 Thread via GitHub
KassieZ merged PR #1586: URL: https://github.com/apache/doris-website/pull/1586 -- 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...@dori

(doris-website) branch master updated: [Improvement](docs) refine query acceleration doc (#1586)

2024-12-24 Thread kassiez
This is an automated email from the ASF dual-hosted git repository. kassiez 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 edefa48ac9 [Improvement](docs) refine qu

(doris) branch branch-3.0 updated (e144a3169a0 -> 7e12a7403ac)

2024-12-24 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from e144a3169a0 branch-3.0: [opt](log) Optimize compaction log to match output version #44375 (#45826) add 7

Re: [PR] [improve](docker) add disable query for be restart [doris]

2024-12-24 Thread via GitHub
intelligentfu8 commented on code in PR #45208: URL: https://github.com/apache/doris/pull/45208#discussion_r1897055486 ## docker/runtime/be/resource/be_entrypoint.sh: ## @@ -157,7 +181,23 @@ add_self() memlist=`show_backends $svc` if echo "$memlist" | grep -q -w

Re: [PR] [improvement](information_schema)Show view definition in information_schema.views. [doris]

2024-12-24 Thread via GitHub
github-actions[bot] commented on PR #45857: URL: https://github.com/apache/doris/pull/45857#issuecomment-2561559580 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 auto-pick-45618-branch-3.0 deleted (was 043417fd8b6)

2024-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45618-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 043417fd8b6 [chore](log) remove useless resource id log on write path (#45618) The revisions

Re: [PR] branch-3.0: [fix](olap) Set the original tablet state to TABLET_SHUTDOWN #45812 [doris]

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

Re: [PR] Column compression master [doris-website]

2024-12-24 Thread via GitHub
KassieZ commented on PR #1582: URL: https://github.com/apache/doris-website/pull/1582#issuecomment-2561559774 https://github.com/apache/doris-website/pull/1569 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] [test](nereids) add test for normalize sort [doris]

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

Re: [PR] branch-3.0: [test](nereids) add arthmetic comparison ut #45690 [doris]

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

Re: [PR] branch-3.0: [opt](show) let all types table support show index #45861 [doris]

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

Re: [PR] [improve](docker) add disable query for be restart [doris]

2024-12-24 Thread via GitHub
intelligentfu8 commented on code in PR #45208: URL: https://github.com/apache/doris/pull/45208#discussion_r1897056347 ## docker/runtime/be/resource/be_entrypoint.sh: ## @@ -146,6 +159,17 @@ collect_env_info() fi } +check_enable(){ Review Comment: check_enable, check

Re: [PR] [improve](docker) add disable query for be restart [doris]

2024-12-24 Thread via GitHub
intelligentfu8 commented on code in PR #45208: URL: https://github.com/apache/doris/pull/45208#discussion_r1897056902 ## docker/runtime/be/resource/be_entrypoint.sh: ## @@ -157,7 +181,23 @@ add_self() memlist=`show_backends $svc` if echo "$memlist" | grep -q -w

Re: [PR] [improvement](thrift) Limit max cached client size for BE thrift connection to master FE. [doris]

2024-12-24 Thread via GitHub
dataroaring commented on PR #43973: URL: https://github.com/apache/doris/pull/43973#issuecomment-2561560566 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] [opt](bloomfilter index) optimize memory usage for bloom filter index writer [doris]

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

Re: [PR] [Feat](Nereids) Support use mv hint [doris]

2024-12-24 Thread via GitHub
seawinde commented on code in PR #45855: URL: https://github.com/apache/doris/pull/45855#discussion_r1897057349 ## regression-test/suites/nereids_p0/hint/test_use_mv.groovy: ## @@ -102,4 +128,147 @@ suite("test_use_mv") { notContains("t1(k1_k2_sumk3)") } +//

Re: [PR] [opt](pick_pr) add branch name to title for manual pick pr tool [doris]

2024-12-24 Thread via GitHub
Thearas commented on PR #45902: URL: https://github.com/apache/doris/pull/45902#issuecomment-2561561478 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] [opt](pick_pr) add branch name to title for manual pick pr tool [doris]

2024-12-24 Thread via GitHub
yujun777 opened a new pull request, #45902: URL: https://github.com/apache/doris/pull/45902 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: add branch-to-name to the pr title for manual pick pr script tools/pick_pr.s

Re: [PR] [fix](parser) Syntax error for add partition with null null [doris]

2024-12-24 Thread via GitHub
wyxxxcat commented on PR #45865: URL: https://github.com/apache/doris/pull/45865#issuecomment-2561561639 > see `fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4#L681`. the Nereids seems already supported `alter table add partition ...`. So we should only make sure the exe

Re: [PR] branch-2.1: [test](nereids) add arthmetic comparison ut #45690 [doris]

2024-12-24 Thread via GitHub
yujun777 commented on PR #45893: URL: https://github.com/apache/doris/pull/45893#issuecomment-2561561800 run p0 -- 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 unsubscri

Re: [PR] [Feat](Nereids) Support use mv hint [doris]

2024-12-24 Thread via GitHub
seawinde commented on code in PR #45855: URL: https://github.com/apache/doris/pull/45855#discussion_r1897057622 ## regression-test/suites/nereids_p0/hint/test_use_mv.groovy: ## @@ -102,4 +128,147 @@ suite("test_use_mv") { notContains("t1(k1_k2_sumk3)") } +//

Re: [PR] [opt](pick_pr) add branch name to title for manual pick pr tool [doris]

2024-12-24 Thread via GitHub
yujun777 commented on PR #45902: URL: https://github.com/apache/doris/pull/45902#issuecomment-2561561545 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] branch-3.0: [fix](olap) Set the original tablet state to TABLET_SHUTDOWN #45812 [doris]

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

Re: [PR] [Feat](Nereids) Support use mv hint [doris]

2024-12-24 Thread via GitHub
seawinde commented on code in PR #45855: URL: https://github.com/apache/doris/pull/45855#discussion_r1897057908 ## regression-test/suites/nereids_p0/hint/test_use_mv.groovy: ## @@ -102,4 +128,147 @@ suite("test_use_mv") { notContains("t1(k1_k2_sumk3)") } +//

Re: [PR] random from 2, 8 [doris]

2024-12-24 Thread via GitHub
hello-stephen commented on PR #45903: URL: https://github.com/apache/doris/pull/45903#issuecomment-2561562134 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+pro

[PR] random from 2, 8 [doris]

2024-12-24 Thread via GitHub
eldenmoon opened a new pull request, #45903: URL: https://github.com/apache/doris/pull/45903 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Tes

Re: [PR] Feat workflow check [doris-website]

2024-12-24 Thread via GitHub
KassieZ closed pull request #1565: Feat workflow check URL: https://github.com/apache/doris-website/pull/1565 -- 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-

[PR] [improve](docs) fix and improve insert into manual [doris-website]

2024-12-24 Thread via GitHub
kaijchen opened a new pull request, #1587: URL: https://github.com/apache/doris-website/pull/1587 ## Versions - [x] dev - [x] 3.0 - [x] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Ca

Re: [PR] doc for navicat [doris-website]

2024-12-24 Thread via GitHub
wyx123654 closed pull request #950: doc for navicat URL: https://github.com/apache/doris-website/pull/950 -- 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] [fix](parser) Syntax error for add partition with null null [doris]

2024-12-24 Thread via GitHub
github-actions[bot] commented on PR #45865: URL: https://github.com/apache/doris/pull/45865#issuecomment-2561563170 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] branch-3.0: [test](nereids) add arthmetic comparison ut #45690 [doris]

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

Re: [PR] [fix](tvf) fix azure tvf: can not build s3() [doris]

2024-12-24 Thread via GitHub
kaijchen commented on PR #45872: URL: https://github.com/apache/doris/pull/45872#issuecomment-2561562871 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] random from 2, 8 [doris]

2024-12-24 Thread via GitHub
eldenmoon merged PR #45903: URL: https://github.com/apache/doris/pull/45903 -- 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] [fix](parser) Syntax error for add partition with null null [doris]

2024-12-24 Thread via GitHub
github-actions[bot] commented on PR #45865: URL: https://github.com/apache/doris/pull/45865#issuecomment-2561563182 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] [Feat](Nereids) Support use mv hint [doris]

2024-12-24 Thread via GitHub
seawinde commented on code in PR #45855: URL: https://github.com/apache/doris/pull/45855#discussion_r1897059092 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/InitMaterializationContextHook.java: ## @@ -104,6 +107,56 @@ protected void doInitMaterializ

(doris) branch variant-sparse updated: random from 2, 8 (#45903)

2024-12-24 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch variant-sparse in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/variant-sparse by this push: new 5ec135844a2 random from 2, 8 (

Re: [PR] [pick](branch-2.1) pick #44092 [doris]

2024-12-24 Thread via GitHub
xinyiZzz commented on PR #45836: URL: https://github.com/apache/doris/pull/45836#issuecomment-2561564214 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] branch-3.0: [test](nereids) add arthmetic comparison ut #45690 [doris]

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

Re: [PR] branch-3.0: [test](nereids) add arthmetic comparison ut #45690 [doris]

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

(doris) branch branch-3.0 updated (a88183ee2c8 -> 93f86ce2895)

2024-12-24 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from a88183ee2c8 branch-3.0: [improvement](information_schema)Show view definition in information_schema.views. #458

Re: [PR] [fix](nereids) support one phase DeferMaterializeTopN #45693 branch-3.0 [doris]

2024-12-24 Thread via GitHub
morrySnow merged PR #45848: URL: https://github.com/apache/doris/pull/45848 -- 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] branch-3.0: [fix](nereids) support one phase DeferMaterializeTopN #45693 [doris]

2024-12-24 Thread via GitHub
morrySnow closed pull request #45714: branch-3.0: [fix](nereids) support one phase DeferMaterializeTopN #45693 URL: https://github.com/apache/doris/pull/45714 -- 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

Re: [PR] branch-2.1: [fix](nereids) support one phase DeferMaterializeTopN #45693 [doris]

2024-12-24 Thread via GitHub
morrySnow closed pull request #45716: branch-2.1: [fix](nereids) support one phase DeferMaterializeTopN #45693 URL: https://github.com/apache/doris/pull/45716 -- 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

(doris) branch branch-2.1 updated: [opt](inverted index) Add troubleshooting logs (#44182) (#45777)

2024-12-24 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 a6e44978111 [opt](inverted index) Add t

Re: [PR] [opt](inverted index) Add troubleshooting logs (#44182) [doris]

2024-12-24 Thread via GitHub
yiguolei merged PR #45777: URL: https://github.com/apache/doris/pull/45777 -- 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.apa

Re: [PR] [test](regression-test) use unified trigger_and_wait_compaction metho… [doris]

2024-12-24 Thread via GitHub
yiguolei merged PR #45908: URL: https://github.com/apache/doris/pull/45908 -- 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.apa

Re: [PR] branch-2.1: [opt](show) let all types table support show index #45861 [doris]

2024-12-24 Thread via GitHub
morrySnow closed pull request #45898: branch-2.1: [opt](show) let all types table support show index #45861 URL: https://github.com/apache/doris/pull/45898 -- 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

Re: [PR] branch-2.1: [opt](show) let all types table support show index #45861 [doris]

2024-12-24 Thread via GitHub
morrySnow commented on PR #45898: URL: https://github.com/apache/doris/pull/45898#issuecomment-2561638998 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] branch-2.1: [opt](show) let all types table support show index #45861 [doris]

2024-12-24 Thread via GitHub
morrySnow commented on PR #45898: URL: https://github.com/apache/doris/pull/45898#issuecomment-2561639136 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] [test](index compaction) Add index compaction full flow UT test [doris]

2024-12-24 Thread via GitHub
qidaye commented on PR #45746: URL: https://github.com/apache/doris/pull/45746#issuecomment-2561642627 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-3.0: [fix](parser) Syntax error for add partition with null null #45865 [doris]

2024-12-24 Thread via GitHub
dataroaring closed pull request #45912: branch-3.0: [fix](parser) Syntax error for add partition with null null #45865 URL: https://github.com/apache/doris/pull/45912 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] branch-3.0: [fix](parser) Syntax error for add partition with null null #45865 [doris]

2024-12-24 Thread via GitHub
Thearas commented on PR #45912: URL: https://github.com/apache/doris/pull/45912#issuecomment-2561644799 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] branch-3.0: [fix](parser) Syntax error for add partition with null null #45865 [doris]

2024-12-24 Thread via GitHub
github-actions[bot] opened a new pull request, #45912: URL: https://github.com/apache/doris/pull/45912 Cherry-picked from #45865 -- 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 comme

Re: [PR] [Improvement](docs) refine query acceleration doc [doris-website]

2024-12-24 Thread via GitHub
KassieZ merged PR #1591: URL: https://github.com/apache/doris-website/pull/1591 -- 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...@dori

(doris-website) branch master updated: [Improvement](docs) refine query acceleration doc (#1591)

2024-12-24 Thread kassiez
This is an automated email from the ASF dual-hosted git repository. kassiez 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 fcd43e4118 [Improvement](docs) refine qu

Re: [PR] [fix](parser) Syntax error for add partition with null null [doris]

2024-12-24 Thread via GitHub
w41ter merged PR #45865: URL: https://github.com/apache/doris/pull/45865 -- 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.apach

(doris) branch master updated (dfef1701c14 -> 24e73227e6b)

2024-12-24 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from dfef1701c14 [env](compile) open compile check in lru_cache (#45880) add 24e73227e6b [fix](parser) Syntax error for

(doris) branch auto-pick-45865-branch-3.0 created (now 93f86ce2895)

2024-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45865-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 93f86ce2895 branch-3.0: [fix](nereids) support one phase DeferMaterializeTopN #45693 (#45848)

<    1   2   3   4   5   6   7   8   9   10   >