Re: [PR] [fix](mtmv) Fix compensate union wrongly when direct query is empty relation [doris]

2025-06-15 Thread via GitHub
seawinde commented on code in PR #51700: URL: https://github.com/apache/doris/pull/51700#discussion_r2149185431 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/StructInfo.java: ## @@ -752,10 +752,13 @@ public static Pair addFilterOnTableScan(Plan query

Re: [PR] [feat](func) Support function json_merge_patch [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51683: URL: https://github.com/apache/doris/pull/51683#issuecomment-2975317848 TPC-H: Total hot run time: 36327 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [improve](cloud) make meta_service_endpoint configurable [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51748: URL: https://github.com/apache/doris/pull/51748#issuecomment-2975285942 ClickBench: Total hot run time: 29.15 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch auto-pick-51430-branch-2.1 deleted (was 6d09944e07d)

2025-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-51430-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was 6d09944e07d [fix](hudi) check requiredFields exists in splitHudiColumnNames in HudiJniScanner

(doris) branch branch-2.1 updated: branch-2.1: [fix](hudi) check requiredFields exists in splitHudiColumnNames in HudiJniScanner #51430 (#51504)

2025-06-15 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 c6ff4994f32 branch-2.1: [fix](hudi) che

Re: [PR] branch-2.1: [fix](hudi) check requiredFields exists in splitHudiColumnNames in HudiJniScanner #51430 [doris]

2025-06-15 Thread via GitHub
yiguolei merged PR #51504: URL: https://github.com/apache/doris/pull/51504 -- 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

(doris) branch branch-2.1 updated: [cherry-pick](branch-21) fix array_map cause coredump as NULL (#51618) (#51742)

2025-06-15 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 56d87c7f4d3 [cherry-pick](branch-21) fi

Re: [PR] [cherry-pick](branch-21) fix array_map cause coredump as NULL (#51618) [doris]

2025-06-15 Thread via GitHub
yiguolei merged PR #51742: URL: https://github.com/apache/doris/pull/51742 -- 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] [be](gracefulexit) should stop async result writer when graceful exit [doris]

2025-06-15 Thread via GitHub
yiguolei merged PR #51743: URL: https://github.com/apache/doris/pull/51743 -- 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] support paimon incr read [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51661: URL: https://github.com/apache/doris/pull/51661#issuecomment-2975310536 ClickBench: Total hot run time: 28.76 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch auto-pick-51472-branch-2.1 deleted (was 7768c8d5fbe)

2025-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-51472-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was 7768c8d5fbe [Bug](sort) fix wrong result coz push down sort with null last (#51472) The revis

(doris-website) branch master updated: [Docs]image from selectdb to apache (#2471)

2025-06-15 Thread smiletan
This is an automated email from the ASF dual-hosted git repository. smiletan 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 c46918ff6fb [Docs]image from selectdb t

Re: [PR] [feature](test framework):support http_auth [doris]

2025-06-15 Thread via GitHub
feifeifeimoon commented on PR #51749: URL: https://github.com/apache/doris/pull/51749#issuecomment-2975309705 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] branch-2.1: [Bug](sort) fix wrong result coz push down sort with null last #51472 [doris]

2025-06-15 Thread via GitHub
yiguolei merged PR #51507: URL: https://github.com/apache/doris/pull/51507 -- 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] [Docs]image from selectdb to apache [doris-website]

2025-06-15 Thread via GitHub
intelligentfu8 merged PR #2471: URL: https://github.com/apache/doris-website/pull/2471 -- 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.

Re: [PR] [improve](cloud) make meta_service_endpoint configurable [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51748: URL: https://github.com/apache/doris/pull/51748#issuecomment-2975251257 TPC-H: Total hot run time: 33942 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [refactor](spark-job) remove spark load job [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51734: URL: https://github.com/apache/doris/pull/51734#issuecomment-2975295022 # FE UT Coverage Report Increment line coverage ` 17.39% (8/46)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/51734_9afb6ec40464049523c182bb064ba

Re: [PR] [fix](hudi)fix hudi get corrent schema. [doris]

2025-06-15 Thread via GitHub
hubgeter commented on PR #51152: URL: https://github.com/apache/doris/pull/51152#issuecomment-2975278053 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](cloud-mow) Add more delete bitmap verbose log [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51751: URL: https://github.com/apache/doris/pull/51751#issuecomment-2975295796 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] support paimon incr read [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51661: URL: https://github.com/apache/doris/pull/51661#issuecomment-2975298602 TPC-DS: Total hot run time: 195457 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

[PR] [Opt](cloud-mow) Add more delete bitmap verbose log [doris]

2025-06-15 Thread via GitHub
bobhan1 opened a new pull request, #51751: URL: https://github.com/apache/doris/pull/51751 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test

(doris) branch master updated (8e772918946 -> 1030fe3db40)

2025-06-15 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 8e772918946 [fix](doris-compose) fix docker file create directory (#51644) add 1030fe3db40 [be](gracefulexit) s

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

2025-06-15 Thread via GitHub
yx-keith commented on PR #49960: URL: https://github.com/apache/doris/pull/49960#issuecomment-2975292046 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] [improve](auto partition) random choose dummy partition location to enhance fault tolerance [doris]

2025-06-15 Thread via GitHub
sollhui commented on PR #51732: URL: https://github.com/apache/doris/pull/51732#issuecomment-2975281319 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] [draft]routine load [doris]

2025-06-15 Thread via GitHub
zddr commented on PR #51560: URL: https://github.com/apache/doris/pull/51560#issuecomment-2975281644 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 unsubsc

Re: [PR] [improve](cloud) make meta_service_endpoint configurable [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51748: URL: https://github.com/apache/doris/pull/51748#issuecomment-2975274966 TPC-DS: Total hot run time: 185415 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 (e1b953cface -> c43c4a8f30a)

2025-06-15 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 e1b953cface Automated deployment with doris branch @ 6b36023c7acb3706cfd83b517b46a60bc21b3e9c new c

Re: [PR] [feat](func) Support function json_merge_patch [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51683: URL: https://github.com/apache/doris/pull/51683#issuecomment-2975275447 # Cloud UT Coverage Report Increment line coverage ` ` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/6c2f049ba58a23af423ab85f1d9395637447d374_6c2

Re: [PR] [fix](mtmv) Fix compensate union wrongly when direct query is empty relation [doris]

2025-06-15 Thread via GitHub
seawinde commented on PR #51700: URL: https://github.com/apache/doris/pull/51700#issuecomment-2975273005 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] support paimon incr read [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51661: URL: https://github.com/apache/doris/pull/51661#issuecomment-2975272267 TPC-H: Total hot run time: 34148 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Bug](agg) make LogicalAggregate pull up comparison predicate return correct expressions [doris]

2025-06-15 Thread via GitHub
BiteThet commented on PR #51750: URL: https://github.com/apache/doris/pull/51750#issuecomment-2975217088 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] [cherry-pick](branch-21) fix array_map cause coredump as NULL (#51618) [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51742: URL: https://github.com/apache/doris/pull/51742#issuecomment-2975263796 # BE Regression && UT Coverage Report Increment line coverage `100.00% (27/27)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/51742_6f89367bcf3

Re: [PR] [fix](planner)Fix the concurrency issue caused by Expr setting member variables [doris]

2025-06-15 Thread via GitHub
zddr commented on PR #51389: URL: https://github.com/apache/doris/pull/51389#issuecomment-2975252998 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 unsubsc

Re: [PR] [Chore](gutil) remove gutil/builtin_type_hash gutil/jenkins_lookup2 [doris]

2025-06-15 Thread via GitHub
github-actions[bot] commented on PR #51598: URL: https://github.com/apache/doris/pull/51598#issuecomment-2975242160 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 showLoadWaringsCommand in nereids [doris]

2025-06-15 Thread via GitHub
dtkavin commented on PR #50829: URL: https://github.com/apache/doris/pull/50829#issuecomment-2975240229 run vault_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 unsu

Re: [PR] [feat](profile) support getting query progress [doris]

2025-06-15 Thread via GitHub
github-actions[bot] commented on PR #51400: URL: https://github.com/apache/doris/pull/51400#issuecomment-2975241951 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] [refactor](spark-job) remove spark load job [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51734: URL: https://github.com/apache/doris/pull/51734#issuecomment-2975226745 ClickBench: Total hot run time: 29.81 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [be](gracefulexit) should stop async result writer when graceful exit [doris]

2025-06-15 Thread via GitHub
github-actions[bot] commented on PR #51743: URL: https://github.com/apache/doris/pull/51743#issuecomment-2975218200 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](iceberg) Support read iceberg system tables [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51190: URL: https://github.com/apache/doris/pull/51190#issuecomment-2975221405 # BE Regression && UT Coverage Report Increment line coverage `11.32% (6/53)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/51190_f7f002abb79f7

Re: [PR] [feat](func) Support function json_merge_patch [doris]

2025-06-15 Thread via GitHub
felixwluo commented on PR #51683: URL: https://github.com/apache/doris/pull/51683#issuecomment-2975236045 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: [bugfix](query) Fix for incorrect query results of variant type #51651 [doris]

2025-06-15 Thread via GitHub
felixwluo commented on PR #51707: URL: https://github.com/apache/doris/pull/51707#issuecomment-2975235362 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] [Topn](exec) Fix the materialization coredump [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51688: URL: https://github.com/apache/doris/pull/51688#issuecomment-2975217480 # BE UT Coverage Report Increment line coverage `50.00% (1/2)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/717c0f842f7ee0f348c23e8f2a008f4b35d2

Re: [PR] [be](gracefulexit) should stop async result writer when graceful exit [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51743: URL: https://github.com/apache/doris/pull/51743#issuecomment-2975217130 # BE Regression && UT Coverage Report Increment line coverage `71.43% (5/7)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/51743_ccd0d9f2a62321

Re: [PR] [Topn](exec) Fix the materialization coredump [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51688: URL: https://github.com/apache/doris/pull/51688#issuecomment-2975223410 # BE Regression && UT Coverage Report Increment line coverage `100.00% (2/2)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/51688_717c0f842f7ee

Re: [PR] support paimon incr read [doris]

2025-06-15 Thread via GitHub
yoock commented on PR #51661: URL: https://github.com/apache/doris/pull/51661#issuecomment-2975218577 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

Re: [PR] [be](gracefulexit) should stop async result writer when graceful exit [doris]

2025-06-15 Thread via GitHub
github-actions[bot] commented on PR #51743: URL: https://github.com/apache/doris/pull/51743#issuecomment-2975218277 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] [refactor](spark-job) remove spark load job [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51734: URL: https://github.com/apache/doris/pull/51734#issuecomment-2975216421 TPC-DS: Total hot run time: 195701 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Enhancement] (nereids) optimize CancelWarmUpCommand in nereids [doris]

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

Re: [PR] [Enhancement] (nereids) optimize CancelWarmUpCommand in nereids [doris]

2025-06-15 Thread via GitHub
github-actions[bot] commented on PR #51744: URL: https://github.com/apache/doris/pull/51744#issuecomment-2975211582 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](cloud) make meta_service_endpoint configurable [doris]

2025-06-15 Thread via GitHub
HonestManXin commented on PR #51748: URL: https://github.com/apache/doris/pull/51748#issuecomment-2975212599 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](compile) Fix arm compile failure caused by undefined symbol [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2975163930 ClickBench: Total hot run time: 28.54 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Chore](nereids) Remove ShowTableStmt [doris]

2025-06-15 Thread via GitHub
github-actions[bot] commented on PR #51714: URL: https://github.com/apache/doris/pull/51714#issuecomment-2975206286 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](nereids) Remove ShowTableStmt [doris]

2025-06-15 Thread via GitHub
github-actions[bot] commented on PR #51714: URL: https://github.com/apache/doris/pull/51714#issuecomment-2975206226 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] [be](gracefulexit) should stop async result writer when graceful exit [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51743: URL: https://github.com/apache/doris/pull/51743#issuecomment-2975139998 # BE UT Coverage Report Increment line coverage `14.29% (1/7)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/ccd0d9f2a62321198e22a0fb1f900727de

Re: [PR] [refactor](spark-job) remove spark load job [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51734: URL: https://github.com/apache/doris/pull/51734#issuecomment-2975194639 TPC-H: Total hot run time: 33924 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Enhancement] (nereids) optimize showloadCommand in nereids [doris]

2025-06-15 Thread via GitHub
yx-keith commented on PR #51741: URL: https://github.com/apache/doris/pull/51741#issuecomment-2975171956 run cloud_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 uns

Re: [PR] [be](gracefulexit) should stop async result writer when graceful exit [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51743: URL: https://github.com/apache/doris/pull/51743#issuecomment-2975173485 # BE Regression && UT Coverage Report Increment line coverage `71.43% (5/7)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/51743_ccd0d9f2a62321

Re: [PR] [feature](executor) Add the time-sharing executor framework and use it in the scanner section. [doris]

2025-06-15 Thread via GitHub
kaka11chen commented on PR #51690: URL: https://github.com/apache/doris/pull/51690#issuecomment-2975181569 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 commen

Re: [PR] [feat](cloud) Add unused rowset state for CloudTablet [doris]

2025-06-15 Thread via GitHub
SWJTU-ZhangLei commented on PR #51573: URL: https://github.com/apache/doris/pull/51573#issuecomment-2975175986 run cloud_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.

Re: [PR] [feat](cloud) Add unused rowset state for CloudTablet [doris]

2025-06-15 Thread via GitHub
SWJTU-ZhangLei commented on PR #51573: URL: https://github.com/apache/doris/pull/51573#issuecomment-2975175606 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 uns

Re: [PR] [feat](cloud) Add unused rowset state for CloudTablet [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51573: URL: https://github.com/apache/doris/pull/51573#issuecomment-2975173078 # BE Regression && UT Coverage Report Increment line coverage `0.00% (0/36)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/51573_2ab707268b7d2d

Re: [PR] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2975155998 TPC-DS: Total hot run time: 192331 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

[PR] build(deps): bump the pip-production-dependencies group across 3 directories with 34 updates [doris-opentelemetry-demo]

2025-06-15 Thread via GitHub
dependabot[bot] opened a new pull request, #54: URL: https://github.com/apache/doris-opentelemetry-demo/pull/54 Bumps the pip-production-dependencies group with 34 updates in the /src directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/p

(doris-opentelemetry-demo) branch dependabot/pip/src/pip-production-dependencies-33b080780e created (now d66251f)

2025-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/src/pip-production-dependencies-33b080780e in repository https://gitbox.apache.org/repos/asf/doris-opentelemetry-demo.git at d66251f build(deps): bump the pip-productio

Re: [PR] build(deps): bump the pip-production-dependencies group across 3 directories with 33 updates [doris-opentelemetry-demo]

2025-06-15 Thread via GitHub
dependabot[bot] closed pull request #50: build(deps): bump the pip-production-dependencies group across 3 directories with 33 updates URL: https://github.com/apache/doris-opentelemetry-demo/pull/50 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2975135909 TPC-H: Total hot run time: 33957 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] build(deps): bump the pip-production-dependencies group across 3 directories with 33 updates [doris-opentelemetry-demo]

2025-06-15 Thread via GitHub
dependabot[bot] commented on PR #50: URL: https://github.com/apache/doris-opentelemetry-demo/pull/50#issuecomment-2975126930 Looks like these dependencies are updatable in another way, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to

(doris-opentelemetry-demo) branch dependabot/pip/src/pip-production-dependencies-71466232ce deleted (was da46f2f)

2025-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/src/pip-production-dependencies-71466232ce in repository https://gitbox.apache.org/repos/asf/doris-opentelemetry-demo.git was da46f2f build(deps): bump the pip-productio

Re: [PR] [improve](auto partition) random choose dummy partition location to enhance fault tolerance [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51732: URL: https://github.com/apache/doris/pull/51732#issuecomment-2975120952 ClickBench: Total hot run time: 29.56 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [refactor](spark-job) remove spark load job [doris]

2025-06-15 Thread via GitHub
morningman commented on PR #51734: URL: https://github.com/apache/doris/pull/51734#issuecomment-2975116380 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](cloud) Add unused rowset state for CloudTablet [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51573: URL: https://github.com/apache/doris/pull/51573#issuecomment-2975116028 # BE UT Coverage Report Increment line coverage `0.00% (0/36)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/2ab707268b7d2d092ff99438e37166721f

Re: [PR] [fix](planner)Fix the concurrency issue caused by Expr setting member variables [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51389: URL: https://github.com/apache/doris/pull/51389#issuecomment-2975113537 ClickBench: Total hot run time: 28.92 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improve](auto partition) random choose dummy partition location to enhance fault tolerance [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51732: URL: https://github.com/apache/doris/pull/51732#issuecomment-2975112957 TPC-DS: Total hot run time: 190277 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [opt](nereids) optimize small sql [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #43546: URL: https://github.com/apache/doris/pull/43546#issuecomment-2975107535 ClickBench: Total hot run time: 28.38 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](planner)Fix the concurrency issue caused by Expr setting member variables [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51389: URL: https://github.com/apache/doris/pull/51389#issuecomment-2975106190 TPC-DS: Total hot run time: 185653 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Bug](agg) make LogicalAggregate pull up comparison predicate return correct exp… [doris]

2025-06-15 Thread via GitHub
BiteThet commented on PR #51750: URL: https://github.com/apache/doris/pull/51750#issuecomment-2975104480 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] [Bug](agg) make LogicalAggregate pull up comparison predicate return correct exp… [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51750: URL: https://github.com/apache/doris/pull/51750#issuecomment-2975104424 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] [Bug](agg) make LogicalAggregate pull up comparison predicate return correct exp… [doris]

2025-06-15 Thread via GitHub
BiteThet opened a new pull request, #51750: URL: https://github.com/apache/doris/pull/51750 …ressions ### What problem does this PR solve? ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed sc

Re: [PR] [opt](nereids) optimize small sql [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #43546: URL: https://github.com/apache/doris/pull/43546#issuecomment-2975100414 TPC-DS: Total hot run time: 191181 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [improve](auto partition) random choose dummy partition location to enhance fault tolerance [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51732: URL: https://github.com/apache/doris/pull/51732#issuecomment-2975096901 TPC-H: Total hot run time: 35207 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [opt](nereids) optimize small sql [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #43546: URL: https://github.com/apache/doris/pull/43546#issuecomment-2975095348 ClickBench: Total hot run time: 29.08 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Topn](exec) Fix the materialization coredump [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51688: URL: https://github.com/apache/doris/pull/51688#issuecomment-2975091580 ClickBench: Total hot run time: 30.68 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Enhancement] (nereids) optimize CancelWarmUpCommand in nereids [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51744: URL: https://github.com/apache/doris/pull/51744#issuecomment-2975091901 # FE UT Coverage Report Increment line coverage ` 0.00% (0/10)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/51744_c5b0b48d7f9da491dca56519a3cad6

Re: [PR] [fix](planner)Fix the concurrency issue caused by Expr setting member variables [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51389: URL: https://github.com/apache/doris/pull/51389#issuecomment-2975090611 TPC-H: Total hot run time: 33692 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [I] Issue on docs Lateral View [doris-website]

2025-06-15 Thread via GitHub
yangyichao-mango commented on issue #2467: URL: https://github.com/apache/doris-website/issues/2467#issuecomment-2975088875 @KassieZ Hi, can you help me confirm this issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] [opt](nereids) optimize small sql [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #43546: URL: https://github.com/apache/doris/pull/43546#issuecomment-2975088321 TPC-DS: Total hot run time: 191431 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [Enhancement] (nereids) optimize showloadCommand in nereids [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51741: URL: https://github.com/apache/doris/pull/51741#issuecomment-2975085927 # FE UT Coverage Report Increment line coverage ` 45.16% (14/31)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/51741_fe6baeb509640ffb808264b27f11

Re: [PR] [Topn](exec) Fix the materialization coredump [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51688: URL: https://github.com/apache/doris/pull/51688#issuecomment-2975084010 TPC-DS: Total hot run time: 196665 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [cherry-pick](branch-30) fix array_map cause coredump as NULL (#51618) [doris]

2025-06-15 Thread via GitHub
hello-stephen commented on PR #51740: URL: https://github.com/apache/doris/pull/51740#issuecomment-2975085104 # BE UT Coverage Report Increment line coverage `0.00% (0/27)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/3bb875c8e3c4bd9f689b9e437a5e1031c7

Re: [PR] [opt](nereids) optimize small sql [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #43546: URL: https://github.com/apache/doris/pull/43546#issuecomment-2975083846 TPC-H: Total hot run time: 33650 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [feature](test framework):support http_auth [doris]

2025-06-15 Thread via GitHub
feifeifeimoon commented on PR #51749: URL: https://github.com/apache/doris/pull/51749#issuecomment-2975077230 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] [feature](test framework):support http_auth [doris]

2025-06-15 Thread via GitHub
Thearas commented on PR #51749: URL: https://github.com/apache/doris/pull/51749#issuecomment-2975076599 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] [feature](test framework):support http_auth [doris]

2025-06-15 Thread via GitHub
feifeifeimoon opened a new pull request, #51749: URL: https://github.com/apache/doris/pull/51749 ### What problem does this PR solve? support http_auth Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List

(doris-website) branch asf-site updated (91edd11f60b -> e1b953cface)

2025-06-15 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 91edd11f60b Automated deployment with doris branch @ 6b36023c7acb3706cfd83b517b46a60bc21b3e9c new e

Re: [PR] [opt](nereids) optimize small sql [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #43546: URL: https://github.com/apache/doris/pull/43546#issuecomment-2975072316 TPC-H: Total hot run time: 33544 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](mtmv) Fix compensate union wrongly when direct query is empty relation [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51700: URL: https://github.com/apache/doris/pull/51700#issuecomment-2975069438 TPC-H: Total hot run time: 34052 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Topn](exec) Fix the materialization coredump [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #51688: URL: https://github.com/apache/doris/pull/51688#issuecomment-2975068501 TPC-H: Total hot run time: 36381 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [chore](profile) Modify profile structure [doris]

2025-06-15 Thread via GitHub
doris-robot commented on PR #48184: URL: https://github.com/apache/doris/pull/48184#issuecomment-2975065726 ClickBench: Total hot run time: 29.89 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](planner)Fix the concurrency issue caused by Expr setting member variables [doris]

2025-06-15 Thread via GitHub
zddr commented on PR #51389: URL: https://github.com/apache/doris/pull/51389#issuecomment-2975064021 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 unsubsc

Re: [PR] branch-2.1: [bugfix](query) Fix for incorrect query results of variant type #51651 [doris]

2025-06-15 Thread via GitHub
felixwluo commented on PR #51707: URL: https://github.com/apache/doris/pull/51707#issuecomment-2975039633 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

  1   2   3   4   >