Re: [PR] [opt](Nereids) lock table in ascending order of table IDs [doris]

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

Re: [PR] [fix](planner) query should be cancelled if limit reached [doris]

2024-12-05 Thread via GitHub
HappenLee commented on code in PR #44338: URL: https://github.com/apache/doris/pull/44338#discussion_r1871159754 ## be/src/vec/exec/scan/scanner_scheduler.cpp: ## @@ -316,6 +318,17 @@ void ScannerScheduler::_scanner_scan(std::shared_ptr ctx, ctx->inc_block_

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs [doris]

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

(doris) branch branch-2.0 updated: [fix](api) make QueryDetailQueue.queryCapacity configurable (#44990)

2024-12-05 Thread lide
This is an automated email from the ASF dual-hosted git repository. lide 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 db2c4d4738e [fix](api) make QueryDetailQueu

Re: [PR] [feature](time type) Support for time types with scale on the FE side. [doris]

2024-12-05 Thread via GitHub
morrySnow commented on code in PR #45050: URL: https://github.com/apache/doris/pull/45050#discussion_r1871158014 ## fe/fe-core/src/main/java/org/apache/doris/nereids/types/DataType.java: ## @@ -246,7 +246,16 @@ public static DataType convertPrimitiveFromStrings(List types) {

Re: [PR] [Enhancement](thread) FE fetch data in BE use async thread pool rather than brpc_heavy [doris]

2024-12-05 Thread via GitHub
github-actions[bot] commented on PR #44928: URL: https://github.com/apache/doris/pull/44928#issuecomment-2519970005 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] [feature](time type) Support for time types with scale on the FE side. [doris]

2024-12-05 Thread via GitHub
morrySnow commented on PR #45050: URL: https://github.com/apache/doris/pull/45050#issuecomment-2519971355 we'd better add timev2 literal in fe to let fe fold constant work well -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] [fix](runtime_profile) fix race condition in to_thrift [doris]

2024-12-05 Thread via GitHub
github-actions[bot] commented on PR #45047: URL: https://github.com/apache/doris/pull/45047#issuecomment-2519976616 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](runtime_profile) fix race condition in to_thrift [doris]

2024-12-05 Thread via GitHub
github-actions[bot] commented on PR #45047: URL: https://github.com/apache/doris/pull/45047#issuecomment-2519976539 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](planner) query should be cancelled if limit reached [doris]

2024-12-05 Thread via GitHub
HappenLee commented on code in PR #44338: URL: https://github.com/apache/doris/pull/44338#discussion_r1871159754 ## be/src/vec/exec/scan/scanner_scheduler.cpp: ## @@ -316,6 +318,17 @@ void ScannerScheduler::_scanner_scan(std::shared_ptr ctx, ctx->inc_block_

Re: [PR] [Enhancement] (nereids)implement adminCleanTrashCommand in nereids [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #45051: URL: https://github.com/apache/doris/pull/45051#issuecomment-2519978494 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+proce

[PR] [Enhancement] (nereids)implement adminCleanTrashCommand in nereids [doris]

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

Re: [PR] [Followup][Enhancement](scan) Make temp columns in expr pushdowns less intrusive [doris]

2024-12-05 Thread via GitHub
dqz123 commented on PR #45046: URL: https://github.com/apache/doris/pull/45046#issuecomment-2519985534 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.

Re: [PR] [chore](BE) remove some useless class [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #45049: URL: https://github.com/apache/doris/pull/45049#issuecomment-2519987410 TeamCity be ut coverage result: Function Coverage: 38.49% (10006/25996) Line Coverage: 29.51% (83883/284245) Region Coverage: 28.62% (43118/150674) Branch Coverage: 25.

Re: [PR] [feature](function) support orthogonal_bitmap_expr_calculate & orthogonal_bitmap_expr_calculate_count for nereids (#44671) (#44991) [doris]

2024-12-05 Thread via GitHub
924060929 merged PR #45011: URL: https://github.com/apache/doris/pull/45011 -- 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] [chore](BE) remove some useless class [doris]

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

(doris) branch branch-3.0 updated: [feature](function) support orthogonal_bitmap_expr_calculate & orthogonal_bitmap_expr_calculate_count for nereids (#44671) (#44991) (#45011)

2024-12-05 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 baedeb29e95 [feature](function) suppo

Re: [PR] [Enhancement] (nereids)implement adminCleanTrashCommand in nereids [doris]

2024-12-05 Thread via GitHub
DongLiang-0 commented on PR #45051: URL: https://github.com/apache/doris/pull/45051#issuecomment-251092 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](lambda) let lambda expression support refer outer slot [doris]

2024-12-05 Thread via GitHub
dqz123 commented on PR #44365: URL: https://github.com/apache/doris/pull/44365#issuecomment-251424 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.

Re: [PR] [chore](BE) remove some useless class [doris]

2024-12-05 Thread via GitHub
github-actions[bot] commented on PR #45049: URL: https://github.com/apache/doris/pull/45049#issuecomment-2519798126 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](BE) remove some useless class [doris]

2024-12-05 Thread via GitHub
github-actions[bot] commented on PR #45049: URL: https://github.com/apache/doris/pull/45049#issuecomment-2519798013 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](thread) FE fetch data in BE use async thread pool rather than brpc_heavy [doris]

2024-12-05 Thread via GitHub
zclllyybb commented on PR #44928: URL: https://github.com/apache/doris/pull/44928#issuecomment-2519836486 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: [Fix](job)Fix CAS competition failure leading to message publishing failure. #45018 [doris]

2024-12-05 Thread via GitHub
CalvinKirs commented on PR #45030: URL: https://github.com/apache/doris/pull/45030#issuecomment-2519830290 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] [feat](mtmv)Paimon queries the data in the cache instead of querying the latest data [doris]

2024-12-05 Thread via GitHub
github-actions[bot] commented on PR #44911: URL: https://github.com/apache/doris/pull/44911#issuecomment-2519833358 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] [feat](mtmv)Paimon queries the data in the cache instead of querying the latest data [doris]

2024-12-05 Thread via GitHub
github-actions[bot] commented on PR #44911: URL: https://github.com/apache/doris/pull/44911#issuecomment-2519833457 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] [env](compile) enable the -Wshadow compiler option. [doris]

2024-12-05 Thread via GitHub
Mryange commented on PR #45028: URL: https://github.com/apache/doris/pull/45028#issuecomment-2519900291 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 unsubscrib

(doris) 01/01: change disabled to none

2024-12-05 Thread mrhhsg
This is an automated email from the ASF dual-hosted git repository. mrhhsg pushed a commit to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git commit 0d273b7b1f04b3cc1bca78f4dea995b6645a631e Author: yiguolei AuthorDate: Mon Nov 25 10:07:01 2024 +0800 chan

Re: [PR] [feature](time type) Support for time types with scale on the FE side. [doris]

2024-12-05 Thread via GitHub
Mryange commented on PR #45050: URL: https://github.com/apache/doris/pull/45050#issuecomment-2519846511 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] [feature](time type) Support for time types with scale on the FE side. [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #45050: URL: https://github.com/apache/doris/pull/45050#issuecomment-2519846126 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+proce

[PR] [feature](time type) Support for time types with scale on the FE side. [doris]

2024-12-05 Thread via GitHub
Mryange opened a new pull request, #45050: URL: https://github.com/apache/doris/pull/45050 ### What problem does this PR solve? In the past, FE only supported time types without scale. Although some functions can return time types with scale, they cannot be written manually.

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs [doris]

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

Re: [PR] branch-2.1: [fix](third party) fix hang when destroy of rdkafka instances #44913 [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #44951: URL: https://github.com/apache/doris/pull/44951#issuecomment-2520103250 TeamCity be ut coverage result: Function Coverage: 36.73% (9615/26180) Line Coverage: 28.12% (79075/281203) Region Coverage: 26.77% (40581/151572) Branch Coverage: 23.6

Re: [PR] branch-2.1: [fix](memory) Fix UT `ThreadMemTrackerMgrTest` #44147 [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #44936: URL: https://github.com/apache/doris/pull/44936#issuecomment-2520107332 TeamCity be ut coverage result: Function Coverage: 36.73% (9616/26180) Line Coverage: 28.12% (79085/281203) Region Coverage: 26.77% (40579/151572) Branch Coverage: 23.6

(doris) branch master updated (ecd8af21921 -> c1fea2d4bc0)

2024-12-05 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from ecd8af21921 [fix](be ut) fix BUILD FAIL in be-ut (#45044) add c1fea2d4bc0 [fix](arrow-flight-sql) Fix query resu

Re: [PR] branch-2.1: [fix](arrow-flight-sql) Fix query result is empty and not return query error message #45023 [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #45053: URL: https://github.com/apache/doris/pull/45053#issuecomment-2520109038 TeamCity be ut coverage result: Function Coverage: 36.73% (9616/26180) Line Coverage: 28.11% (79046/281213) Region Coverage: 26.77% (40581/151575) Branch Coverage: 23.6

Re: [PR] branch-3.0: [fix](hudi) upgrade hudi to 0.15.0 (#44267) [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #45054: URL: https://github.com/apache/doris/pull/45054#issuecomment-2520049304 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+proce

(doris) branch batch_downloading created (now 351cfc48223)

2024-12-05 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch batch_downloading in repository https://gitbox.apache.org/repos/asf/doris.git at 351cfc48223 [feat](binlog) Support drop rollup binlog No new revisions were added by this update. ---

Re: [PR] [Enhancement] (nereids)implement showTableStatusCommand in nereids #4… [doris]

2024-12-05 Thread via GitHub
rijeshkp commented on PR #44705: URL: https://github.com/apache/doris/pull/44705#issuecomment-2520112182 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: [fix](third party) fix hang when destroy of rdkafka instances #44913 [doris]

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

[PR] branch-3.0: [fix](arrow-flight-sql) Fix query result is empty and not return query error message #45023 [doris]

2024-12-05 Thread via GitHub
github-actions[bot] opened a new pull request, #45052: URL: https://github.com/apache/doris/pull/45052 Cherry-picked from #45023 -- 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] branch-3.0: [fix](arrow-flight-sql) Fix query result is empty and not return query error message #45023 [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #45052: URL: https://github.com/apache/doris/pull/45052#issuecomment-2520025873 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] [pick](branch-2.1) pick #44286 [doris]

2024-12-05 Thread via GitHub
xinyiZzz commented on PR #45055: URL: https://github.com/apache/doris/pull/45055#issuecomment-252011 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] [pick](branch-2.1) pick #44286 [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #45055: URL: https://github.com/apache/doris/pull/45055#issuecomment-2520121870 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+proce

[PR] [pick](branch-2.1) pick #44286 [doris]

2024-12-05 Thread via GitHub
xinyiZzz opened a new pull request, #45055: URL: https://github.com/apache/doris/pull/45055 Problem Summary: pick #44286 ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below)

Re: [PR] [Enhancement] (nereids)implement showTableCreationCommand in nereids #42776 [doris]

2024-12-05 Thread via GitHub
Vallishp commented on code in PR #44703: URL: https://github.com/apache/doris/pull/44703#discussion_r1871262934 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowTableCreationCommand.java: ## @@ -0,0 +1,110 @@ +// Licensed to the Apache Software Found

Re: [PR] [test](index compaction)Add exception cases for index compaction [doris]

2024-12-05 Thread via GitHub
qidaye commented on PR #45056: URL: https://github.com/apache/doris/pull/45056#issuecomment-2520137643 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

[PR] [test](index compaction)Add exception cases for index compaction [doris]

2024-12-05 Thread via GitHub
qidaye opened a new pull request, #45056: URL: https://github.com/apache/doris/pull/45056 ### What problem does this PR solve? Problem Summary: 1. Add more exception cases for index compaction 2. Refactor index compaction test code, add a util class for all cases 3. Merge

Re: [PR] [test](index compaction)Add exception cases for index compaction [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #45056: URL: https://github.com/apache/doris/pull/45056#issuecomment-2520137343 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+proce

Re: [PR] [fix](cluster key) rename cluster_key_idxes to cluster_key_uids [doris]

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

(doris) branch auto-pick-44843-branch-3.0 updated (d6482e1b084 -> a865eeac105)

2024-12-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44843-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from d6482e1b084 branch-3.0: [fix](hudi) upgrade hudi to 0.15.0 (#44267)(#44995) (#45054) add

Re: [PR] branch-3.0: [Chore](Job)Add scheduling logs for periodic jobs. #44843 [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #45070: URL: https://github.com/apache/doris/pull/45070#issuecomment-2521073387 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: [Chore](Job)Add scheduling logs for periodic jobs. #44843 [doris]

2024-12-05 Thread via GitHub
dataroaring closed pull request #45071: branch-2.1: [Chore](Job)Add scheduling logs for periodic jobs. #44843 URL: https://github.com/apache/doris/pull/45071 -- 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 t

[PR] branch-3.0: [Chore](Job)Add scheduling logs for periodic jobs. #44843 [doris]

2024-12-05 Thread via GitHub
github-actions[bot] opened a new pull request, #45070: URL: https://github.com/apache/doris/pull/45070 Cherry-picked from #44843 -- 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] branch-2.1: [Chore](Job)Add scheduling logs for periodic jobs. #44843 [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #45071: URL: https://github.com/apache/doris/pull/45071#issuecomment-2521075016 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+proce

Re: [PR] [opt](Nereids) lock table in ascending order of table IDs [doris]

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

(doris-website) branch asf-site updated (1510e747a15 -> 761c8975f84)

2024-12-05 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 1510e747a15 Automated deployment with doris branch master@ a31ae2025917cc6ee684ca4e1c4c9fcbd85d652c

Re: [PR] fix: fix resources url error [doris-website]

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

Re: [PR] branch-3.0: [Chore](Job)Add scheduling logs for periodic jobs. #44843 [doris]

2024-12-05 Thread via GitHub
dataroaring closed pull request #45070: branch-3.0: [Chore](Job)Add scheduling logs for periodic jobs. #44843 URL: https://github.com/apache/doris/pull/45070 -- 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 t

Re: [PR] branch-2.1: [Chore](Job)Add scheduling logs for periodic jobs. #44843 [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #45071: URL: https://github.com/apache/doris/pull/45071#issuecomment-2521075147 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 auto-pick-44843-branch-3.0 created (now d6482e1b084)

2024-12-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44843-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at d6482e1b084 branch-3.0: [fix](hudi) upgrade hudi to 0.15.0 (#44267)(#44995) (#45054) No new r

Re: [PR] branch-3.0: [Chore](Job)Add scheduling logs for periodic jobs. #44843 [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #45070: URL: https://github.com/apache/doris/pull/45070#issuecomment-2521073276 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+proce

(doris) branch auto-pick-44843-branch-2.1 created (now 405b50b1b7a)

2024-12-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44843-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 405b50b1b7a [Improvement](queue) Return value of concurrent queue should be proce… (#45032) N

(doris) branch auto-pick-44843-branch-2.1 updated (405b50b1b7a -> 01032cb381c)

2024-12-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44843-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 405b50b1b7a [Improvement](queue) Return value of concurrent queue should be proce… (#45032)

Re: [PR] [Feat](nereids) support ShowTabletStorageFormat command in nereids [doris]

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

Re: [PR] [feature](backup) backup and restore privileges catalogs workloadgroup [doris]

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

Re: [PR] [Enhancement] (nereids)implement showTableCreationCommand in nereids #42776 [doris]

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

Re: [PR] [fix](hudi)Add hudi catalog read partition table partition prune [doris]

2024-12-05 Thread via GitHub
github-actions[bot] commented on PR #44669: URL: https://github.com/apache/doris/pull/44669#issuecomment-2521070503 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] (nereids)implement showDataSkewCommand in nereids #42755 [doris]

2024-12-05 Thread via GitHub
rijeshkp commented on PR #44704: URL: https://github.com/apache/doris/pull/44704#issuecomment-2520981984 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] (nereids)implement DropRepositoryCommand in nereids [doris]

2024-12-05 Thread via GitHub
Vallishp commented on PR #45004: URL: https://github.com/apache/doris/pull/45004#issuecomment-2521040570 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] branch-2.1: [Chore](Job)Add scheduling logs for periodic jobs. #44843 [doris]

2024-12-05 Thread via GitHub
github-actions[bot] opened a new pull request, #45071: URL: https://github.com/apache/doris/pull/45071 Cherry-picked from #44843 -- 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] [opt](Nereids) lock table in ascending order of table IDs [doris]

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

Re: [PR] [Chore](Job)Add scheduling logs for periodic jobs. [doris]

2024-12-05 Thread via GitHub
morningman merged PR #44843: URL: https://github.com/apache/doris/pull/44843 -- 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] [Enhancement] (nereids)implement showTableCreationCommand in nereids #42776 [doris]

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

Re: [PR] [Enhancement] (nereids)implement adminCheckTabletsCommand in nereids… [doris]

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

Re: [PR] [Feat](nereids) support ShowTabletStorageFormat command in nereids [doris]

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

Re: [PR] [Enhancement] (nereids)implement adminCheckTabletsCommand in nereids… [doris]

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

Re: [PR] [Enhancement] (nereids)implement showTableCreationCommand in nereids #42776 [doris]

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

Re: [PR] [feature](backup) backup and restore privileges catalogs workloadgroup [doris]

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

Re: [PR] [Feat](nereids) support ShowTabletStorageFormat command in nereids [doris]

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

Re: [PR] [Enhancement] (nereids)implement adminCheckTabletsCommand in nereids… [doris]

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

Re: [PR] [Enhancement](compaction) Do not set failure time when cumulative compaction dealing with delete rowset [doris]

2024-12-05 Thread via GitHub
Yukang-Lian commented on PR #43466: URL: https://github.com/apache/doris/pull/43466#issuecomment-2521139100 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: [Chore](Job)Add scheduling logs for periodic jobs. (#44843)

2024-12-05 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 c1e4ebe5c0b [Chore](Job)Add scheduling logs f

Re: [PR] [fix](planner) query should be cancelled if limit reached [doris]

2024-12-05 Thread via GitHub
doris-robot commented on PR #44338: URL: https://github.com/apache/doris/pull/44338#issuecomment-2521146173 TeamCity be ut coverage result: Function Coverage: 38.48% (10007/26004) Line Coverage: 29.52% (83926/284308) Region Coverage: 28.62% (43134/150700) Branch Coverage: 25.

Re: [PR] [Enhancement] (nereids)implement DropRepositoryCommand in nereids [doris]

2024-12-05 Thread via GitHub
Vallishp commented on PR #45004: URL: https://github.com/apache/doris/pull/45004#issuecomment-2521177866 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] [opt](lambda) let lambda expression support refer outer slot [doris]

2024-12-05 Thread via GitHub
dqz123 commented on PR #44365: URL: https://github.com/apache/doris/pull/44365#issuecomment-2522370034 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](editlog) Fix replay BatchDropInfo #45077 [doris]

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

Re: [PR] [Job](Fix)Improve Event Publishing with Timeout [doris]

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

Re: [PR] [Bug](runtime-filter) avoid missing eos make rf process meet error [doris]

2024-12-05 Thread via GitHub
github-actions[bot] commented on PR #45105: URL: https://github.com/apache/doris/pull/45105#issuecomment-2522343117 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) expression add min max scope for slot reference [doris]

2024-12-05 Thread via GitHub
yujun777 commented on PR #45081: URL: https://github.com/apache/doris/pull/45081#issuecomment-2522391189 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

(doris) branch auto-pick-44906-branch-3.0 deleted (was 8c4c20378ed)

2024-12-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44906-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 8c4c20378ed [opt](paimon)Remove unnecessary fields (#44906) The revisions that were on this br

(doris) branch spill_and_reserve updated: modify memory water mark default values and fix

2024-12-05 Thread jacktengg
This is an automated email from the ASF dual-hosted git repository. jacktengg pushed a commit to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/spill_and_reserve by this push: new 37817531480 modify memor

Re: [PR] [Bug](runtime-filter) avoid missing eos make rf process meet error [doris]

2024-12-05 Thread via GitHub
BiteThet commented on PR #45105: URL: https://github.com/apache/doris/pull/45105#issuecomment-2522407630 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] [Followup][Enhancement](scan) Make temp columns in expr pushdowns less intrusive [doris]

2024-12-05 Thread via GitHub
dqz123 commented on PR #45046: URL: https://github.com/apache/doris/pull/45046#issuecomment-2522406921 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.

(doris) branch branch-3.0 updated: branch-3.0: [opt](paimon)Remove unnecessary fields #44906 (#45097)

2024-12-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 b50b745e9ba branch-3.0: [opt](paimon)

Re: [PR] branch-3.0: [fix](editlog) Fix replay BatchDropInfo #45077 [doris]

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

Re: [PR] [Job](Fix)Improve Event Publishing with Timeout [doris]

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

Re: [PR] [WIP](scan) Adaptive scan concurrency [doris]

2024-12-05 Thread via GitHub
zhiqiang- commented on PR #44690: URL: https://github.com/apache/doris/pull/44690#issuecomment-2522410986 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] [Enhancement] (nereids)implement adminCleanTrashCommand in nereids [doris]

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

Re: [PR] [env](compile) enable the -Wshadow compiler option. [doris]

2024-12-05 Thread via GitHub
github-actions[bot] commented on PR #45028: URL: https://github.com/apache/doris/pull/45028#issuecomment-2522425520 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] feat: remove pwa [doris-website]

2024-12-05 Thread via GitHub
jeffreys-cat merged PR #1471: URL: https://github.com/apache/doris-website/pull/1471 -- 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...

<    1   2   3   4   5   6   7   8   9   >