Re: [PR] branch-3.1: [fix](iceberg) Fix transaction issues #52716 [doris]

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

(doris-website) branch master updated: fix:static file cannot find (#2624)

2025-07-13 Thread jeffreyh
This is an automated email from the ASF dual-hosted git repository. jeffreyh 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 d0bdc97eecf fix:static file cannot find

Re: [PR] fix:static file cannot find [doris-website]

2025-07-13 Thread via GitHub
jeffreys-cat merged PR #2624: URL: https://github.com/apache/doris-website/pull/2624 -- 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] [feature](cloud)Implement vcg related functions #52515 [doris]

2025-07-13 Thread via GitHub
deardeng commented on PR #52433: URL: https://github.com/apache/doris/pull/52433#issuecomment-3068064745 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] [feature](cloud)Implement vcg related functions #52515 [doris]

2025-07-13 Thread via GitHub
github-actions[bot] commented on PR #52433: URL: https://github.com/apache/doris/pull/52433#issuecomment-3068059815 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 agg nullable [doris]

2025-07-13 Thread via GitHub
yujun777 commented on code in PR #52748: URL: https://github.com/apache/doris/pull/52748#discussion_r2203987149 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/FillUpMissingSlots.java: ## @@ -222,10 +222,14 @@ public List buildRules() {

Re: [PR] branch-3.1: [feat][paimon] support paimon system table [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #53187: URL: https://github.com/apache/doris/pull/53187#issuecomment-3068056838 # Cloud UT Coverage Report Increment line coverage ` ` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/514b98aecf1597a79c2a2a7c7dce339cd88ffd66_514

Re: [PR] [fix](nereids) fix agg nullable [doris]

2025-07-13 Thread via GitHub
morrySnow commented on code in PR #52748: URL: https://github.com/apache/doris/pull/52748#discussion_r2203979424 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/EliminateJoinByFK.java: ## @@ -79,24 +81,42 @@ public Rule build() { } Set output

Re: [PR] [Fix](FE) Check palo location when a query was queyed in workload group too long [doris]

2025-07-13 Thread via GitHub
liutang123 commented on PR #52488: URL: https://github.com/apache/doris/pull/52488#issuecomment-3068047674 Nereids coordinator first determin the execution node and then queues. So this fix can not resolve the problem. We can consider first queues in workload group and then generate the

Re: [PR] [chore](opt) Check the consistency of the cluster ID when starting in Doris Compute-Storage Decoupled mode [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #53147: URL: https://github.com/apache/doris/pull/53147#issuecomment-3068045286 # BE UT Coverage Report Increment line coverage `4.55% (3/66)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/4f41cf0f999f7d34540cee75bfbbce39ea79

Re: [PR] [improve](statistics)Remove write editlog for update rows, use update editlog. [doris]

2025-07-13 Thread via GitHub
Jibing-Li commented on PR #53149: URL: https://github.com/apache/doris/pull/53149#issuecomment-3068039693 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-3.1: [fix](iceberg) Fix transaction issues #52716 [doris]

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

Re: [PR] branch-3.1: [feat][paimon] support paimon system table [doris]

2025-07-13 Thread via GitHub
vinlee19 commented on PR #53187: URL: https://github.com/apache/doris/pull/53187#issuecomment-3068038328 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [Fix](FE) Check palo location when a query was queyed in workload group too long [doris]

2025-07-13 Thread via GitHub
liutang123 closed pull request #52488: [Fix](FE) Check palo location when a query was queyed in workload group too long URL: https://github.com/apache/doris/pull/52488 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

(doris-website) branch asf-site updated (b045651c857 -> d7380570649)

2025-07-13 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 b045651c857 Automated deployment with doris branch @ 8e94b37de84b7344faa64b4648eba9399e110af6 new d

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

2025-07-13 Thread via GitHub
codeDing18 commented on PR #51819: URL: https://github.com/apache/doris/pull/51819#issuecomment-3068026269 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 u

Re: [PR] [fix](agg) Make map_agg_v2 support datev2/timev2 as key type [doris]

2025-07-13 Thread via GitHub
mrhhsg merged PR #53163: URL: https://github.com/apache/doris/pull/53163 -- 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: [fix](agg) Make map_agg_v2 support datev2/timev2 as key type (#53163)

2025-07-13 Thread mrhhsg
This is an automated email from the ASF dual-hosted git repository. mrhhsg 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 805435f51b0 [fix](agg) Make map_agg_v2 support da

Re: [PR] [fix](nereids) fix agg nullable [doris]

2025-07-13 Thread via GitHub
yujun777 commented on PR #52748: URL: https://github.com/apache/doris/pull/52748#issuecomment-3068012509 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] [metrics](warmup) add some metrics for warmup jobs #52991 (#52739) [doris]

2025-07-13 Thread via GitHub
kaijchen commented on PR #53189: URL: https://github.com/apache/doris/pull/53189#issuecomment-3068008695 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] [metrics](warmup) add some metrics for warmup jobs #52991 (#52739) [doris]

2025-07-13 Thread via GitHub
hello-stephen commented on PR #53189: URL: https://github.com/apache/doris/pull/53189#issuecomment-3068008559 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] [metrics](warmup) add some metrics for warmup jobs #52991 (#52739) [doris]

2025-07-13 Thread via GitHub
kaijchen opened a new pull request, #53189: URL: https://github.com/apache/doris/pull/53189 pick #52991 Add the following metrics: * `file_cache_once_or_periodic_warm_up_submitted_tablet_num` * `file_cache_once_or_periodic_warm_up_finished_tablet_num` Fix the followin

Re: [PR] [fix](agg) Make map_agg_v2 support datev2/timev2 as key type [doris]

2025-07-13 Thread via GitHub
github-actions[bot] commented on PR #53163: URL: https://github.com/apache/doris/pull/53163#issuecomment-3068000692 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] [Chore](thread) use std::atomic to replace atomic_load_explicit [doris]

2025-07-13 Thread via GitHub
BiteThet merged PR #52520: URL: https://github.com/apache/doris/pull/52520 -- 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] [fix](statistics) fix estimate non nullable [doris]

2025-07-13 Thread via GitHub
morrySnow merged PR #53089: URL: https://github.com/apache/doris/pull/53089 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

(doris) branch master updated: [fix](statistics) fix estimate non nullable (#53089)

2025-07-13 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 8f6a0ee18b0 [fix](statistics) fix estimate non

Re: [PR] [fix](inverted index) fix index memeory leak and refact some code [doris]

2025-07-13 Thread via GitHub
Copilot commented on code in PR #53164: URL: https://github.com/apache/doris/pull/53164#discussion_r2203947705 ## be/src/olap/rowset/segment_v2/inverted_index_fs_directory.cpp: ## @@ -673,15 +674,22 @@ lucene::store::IndexOutput* DorisFSDirectory::createOutput(const char* name)

Re: [PR] [fix](agg) Make map_agg_v2 support datev2/timev2 as key type [doris]

2025-07-13 Thread via GitHub
github-actions[bot] commented on PR #53163: URL: https://github.com/apache/doris/pull/53163#issuecomment-3068000773 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

(doris) branch master updated (8f6a0ee18b0 -> 14f89b77669)

2025-07-13 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 8f6a0ee18b0 [fix](statistics) fix estimate non nullable (#53089) add 14f89b77669 [Chore](thread) use std::atom

Re: [PR] [fix](inverted index) fix index memeory leak and refact some code [doris]

2025-07-13 Thread via GitHub
airborne12 commented on PR #53164: URL: https://github.com/apache/doris/pull/53164#issuecomment-3067998375 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] branch-3.1: [feat](params-refactor) restructure parameters for FS V2 integration (#51177) [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #53180: URL: https://github.com/apache/doris/pull/53180#issuecomment-3067992175 ClickBench: Total hot run time: 29.57 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch branch-3.0 updated: branch-3.0: [fix](tvf) support compressed json file for tvf and refactor code (#51983) (#53165)

2025-07-13 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 119f8d4ace6 branch-3.0: [fix](tvf) s

Re: [PR] branch-3.0: [fix](tvf) support compressed json file for tvf and refactor code (#51983) [doris]

2025-07-13 Thread via GitHub
dataroaring merged PR #53165: URL: https://github.com/apache/doris/pull/53165 -- 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: branch-3.0: [fix](test) fix lazy_materialize_topn unstable #52545 (#53181)

2025-07-13 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new d18faa3db4c branch-3.0: [fix](test)

Re: [PR] branch-3.0: [fix](test) fix lazy_materialize_topn unstable #52545 [doris]

2025-07-13 Thread via GitHub
dataroaring merged PR #53181: URL: https://github.com/apache/doris/pull/53181 -- 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-3.1: [feat](params-refactor) restructure parameters for FS V2 integration (#51177) [doris]

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

Re: [PR] branch-3.1: [feat][paimon] support paimon system table [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #53187: URL: https://github.com/apache/doris/pull/53187#issuecomment-3067969885 # Cloud UT Coverage Report Increment line coverage ` ` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/db3a30704d565320a46a31d54600a430a10297ad_db3

Re: [PR] [fix](mow) modify delete bitmap storage format in ms [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #52868: URL: https://github.com/apache/doris/pull/52868#issuecomment-3067968583 ClickBench: Total hot run time: 30.55 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris) branch branch-3.1 updated: branch-3.1: [enhance](meta-service)collect fdb kv meta range info as metrics #52430 (#53179)

2025-07-13 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new a90c803a1c1 branch-3.1: [enhance](meta

Re: [PR] branch-3.1: [enhance](meta-service)collect fdb kv meta range info as metrics #52430 [doris]

2025-07-13 Thread via GitHub
morrySnow merged PR #53179: URL: https://github.com/apache/doris/pull/53179 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

(doris) branch branch-3.1 updated: branch-3.1: [test](mtmv) Fix regression test not stable and fail #52550 (#53173)

2025-07-13 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new e06d48a8f20 branch-3.1: [test](mtmv) F

(doris-opentelemetry-demo) branch dependabot/npm_and_yarn/src/flagd-ui/npm-production-dependencies-a970c03b5c deleted (was 2df52de)

2025-07-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/src/flagd-ui/npm-production-dependencies-a970c03b5c in repository https://gitbox.apache.org/repos/asf/doris-opentelemetry-demo.git was 2df52de build(deps): bump

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

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

(doris-opentelemetry-demo) branch dependabot/npm_and_yarn/src/flagd-ui/npm-production-dependencies-388cc2f6b1 created (now 2dc2cd4)

2025-07-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/src/flagd-ui/npm-production-dependencies-388cc2f6b1 in repository https://gitbox.apache.org/repos/asf/doris-opentelemetry-demo.git at 2dc2cd4 build(deps): bump

Re: [PR] branch-3.1: [test](mtmv) Fix regression test not stable and fail #52550 [doris]

2025-07-13 Thread via GitHub
morrySnow merged PR #53173: URL: https://github.com/apache/doris/pull/53173 -- 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] build(deps): bump the npm-production-dependencies group across 3 directories with 39 updates [doris-opentelemetry-demo]

2025-07-13 Thread via GitHub
dependabot[bot] commented on PR #70: URL: https://github.com/apache/doris-opentelemetry-demo/pull/70#issuecomment-3067961044 Superseded by #71. -- 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 th

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

2025-07-13 Thread via GitHub
dependabot[bot] opened a new pull request, #71: URL: https://github.com/apache/doris-opentelemetry-demo/pull/71 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

Re: [PR] [opt](log) add some log for debugging [doris]

2025-07-13 Thread via GitHub
hello-stephen commented on PR #53171: URL: https://github.com/apache/doris/pull/53171#issuecomment-3067958322 # FE UT Coverage Report Increment line coverage ` 27.27% (9/33)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/53171_969c2042f1a25c3cb1c79561eb383

(doris) branch auto-pick-50503-branch-3.1 updated (e3c4ff3e886 -> daadb2989a4)

2025-07-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-50503-branch-3.1 in repository https://gitbox.apache.org/repos/asf/doris.git from e3c4ff3e886 branch-3.1: [fix](httpserver) Fix lsan check error when stop libevent server #5308

[PR] branch-3.1: [fix](MTMV) create mtmv throw json_object can't be odd parameters, need even parameters. #50503 [doris]

2025-07-13 Thread via GitHub
github-actions[bot] opened a new pull request, #53188: URL: https://github.com/apache/doris/pull/53188 Cherry-picked from #50503 -- 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] [fix](mow) modify delete bitmap storage format in ms [doris]

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

Re: [PR] [fix](test) Avoid the configuration item disable_datev1 affecting other test cases (#52915) [doris]

2025-07-13 Thread via GitHub
morrySnow commented on PR #53162: URL: https://github.com/apache/doris/pull/53162#issuecomment-3067956263 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-50503-branch-3.1 created (now e3c4ff3e886)

2025-07-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-50503-branch-3.1 in repository https://gitbox.apache.org/repos/asf/doris.git at e3c4ff3e886 branch-3.1: [fix](httpserver) Fix lsan check error when stop libevent server #5308

Re: [PR] branch-3.1: [fix](iceberg) Fix transaction issues #52716 [doris]

2025-07-13 Thread via GitHub
morrySnow commented on PR #53157: URL: https://github.com/apache/doris/pull/53157#issuecomment-3067955740 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-3.1: [fix](test) fix test_routine_load_timeout_value unstable #53115 [doris]

2025-07-13 Thread via GitHub
morrySnow commented on PR #53143: URL: https://github.com/apache/doris/pull/53143#issuecomment-3067955401 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-3.1: [feat](params-refactor) restructure parameters for FS V2 integration (#51177) [doris]

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

(doris) branch master updated (6b552f77e95 -> f66b967dd3f)

2025-07-13 Thread starocean999
This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 6b552f77e95 [opt](topn)Optimize the time for topn to lazy materialized reading of external tables (#52114)

Re: [PR] [bugfix](show)fix indexname can show all mv in show statement [doris]

2025-07-13 Thread via GitHub
starocean999 merged PR #53128: URL: https://github.com/apache/doris/pull/53128 -- 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] [refactor](divide) Reduce template args for divide operation [doris]

2025-07-13 Thread via GitHub
Gabriel39 commented on PR #52837: URL: https://github.com/apache/doris/pull/52837#issuecomment-3067944347 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-3.0: [fix](MTMV) create mtmv throw json_object can't be odd parameters, need even parameters. #50503 [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #53186: URL: https://github.com/apache/doris/pull/53186#issuecomment-3067937655 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](mow) modify delete bitmap storage format in ms [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #52868: URL: https://github.com/apache/doris/pull/52868#issuecomment-3067933350 TPC-H: Total hot run time: 33603 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: [chore](dep)bump commons-validator from 1.7 to 1.9.0 (#51753) [doris]

2025-07-13 Thread via GitHub
CalvinKirs commented on PR #53056: URL: https://github.com/apache/doris/pull/53056#issuecomment-3067930967 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] branch-3.0: [fix](MTMV) create mtmv throw json_object can't be odd parameters, need even parameters. #50503 [doris]

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

Re: [PR] branch-3.1: [feat][paimon] support paimon system table [doris]

2025-07-13 Thread via GitHub
vinlee19 commented on PR #53187: URL: https://github.com/apache/doris/pull/53187#issuecomment-3067925285 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.1: [feat][paimon] support paimon system table [doris]

2025-07-13 Thread via GitHub
hello-stephen commented on PR #53187: URL: https://github.com/apache/doris/pull/53187#issuecomment-3067922268 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] branch-3.1: [feat][paimon] support paimon system table [doris]

2025-07-13 Thread via GitHub
vinlee19 opened a new pull request, #53187: URL: https://github.com/apache/doris/pull/53187 # This is the 1st commit message: [#52598](https://github.com/apache/doris/pull/52598/files) ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx

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

2025-07-13 Thread via GitHub
codeDing18 commented on PR #51819: URL: https://github.com/apache/doris/pull/51819#issuecomment-3067914776 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 u

Re: [PR] branch-3.0: [enhancement](nereids) improve lots of values in insert into values statement #40202 #51925 #52802 [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #53185: URL: https://github.com/apache/doris/pull/53185#issuecomment-3067914256 ClickBench: Total hot run time: 29.73 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](log) add some log for debugging [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #53171: URL: https://github.com/apache/doris/pull/53171#issuecomment-3067916286 ClickBench: Total hot run time: 29.7 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

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

2025-07-13 Thread via GitHub
codeDing18 commented on PR #53176: URL: https://github.com/apache/doris/pull/53176#issuecomment-3067915491 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 u

Re: [PR] Block check type and column [doris]

2025-07-13 Thread via GitHub
hello-stephen commented on PR #53010: URL: https://github.com/apache/doris/pull/53010#issuecomment-3067909236 # BE UT Coverage Report Increment line coverage `63.93% (39/61)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/017b9cbf45a14791b13fadf327e98863

Re: [PR] [opt](mtmv) Add pre materialized view rewrite in RBO to avoid rewrite fail when plan is too complex [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #50895: URL: https://github.com/apache/doris/pull/50895#issuecomment-3067907022 ClickBench: Total hot run time: 29.4 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [opt](log) add some log for debugging [doris]

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

Re: [PR] [feat](json) new version of json_search [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #53182: URL: https://github.com/apache/doris/pull/53182#issuecomment-3067906623 ClickBench: Total hot run time: 29.77 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](cloud) Sync storage resource once, when rowset's _storage_resource.fs is null [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #53075: URL: https://github.com/apache/doris/pull/53075#issuecomment-3067906577 ClickBench: Total hot run time: 29.3 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] branch-3.0: [fix](MTMV) create mtmv throw json_object can't be odd parameters, need even parameters. #50503 [doris]

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

Re: [PR] nullable data [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #53118: URL: https://github.com/apache/doris/pull/53118#issuecomment-3067906300 ClickBench: Total hot run time: 29.54 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] branch-3.0: [enhancement](nereids) improve lots of values in insert into values statement #40202 #51925 #52802 [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #53185: URL: https://github.com/apache/doris/pull/53185#issuecomment-3067904266 TPC-DS: Total hot run time: 196798 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 showColumnStatsCommand in nereids [doris]

2025-07-13 Thread via GitHub
msridhar78 commented on PR #45439: URL: https://github.com/apache/doris/pull/45439#issuecomment-3067903063 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] [opt](performance) opt full sort performance [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #53132: URL: https://github.com/apache/doris/pull/53132#issuecomment-3067899241 # BE UT Coverage Report Increment line coverage `66.67% (10/15)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/ed8b8568be0129c9ab9811b51836984ed7

(doris-website) branch asf-site updated (0a516833199 -> b045651c857)

2025-07-13 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 0a516833199 Automated deployment with doris branch @ 8e94b37de84b7344faa64b4648eba9399e110af6 new b

Re: [PR] [opt](mtmv) Add pre materialized view rewrite in RBO to avoid rewrite fail when plan is too complex [doris]

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

Re: [PR] [fix](cloud) Sync storage resource once, when rowset's _storage_resource.fs is null [doris]

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

Re: [PR] [feat](json) new version of json_search [doris]

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

Re: [PR] nullable data [doris]

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

Re: [PR] [chore](opt) Check the consistency of the cluster ID when starting in Doris Compute-Storage Decoupled mode [doris]

2025-07-13 Thread via GitHub
doris-robot commented on PR #53147: URL: https://github.com/apache/doris/pull/53147#issuecomment-3067895508 ClickBench: Total hot run time: 29.74 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [chore](opt) Check the consistency of the cluster ID when starting in Doris Compute-Storage Decoupled mode [doris]

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

Re: [PR] [opt](log) add some log for debugging [doris]

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

Re: [PR] [enhance](meta-service) add real request ip for be rpc [doris]

2025-07-13 Thread via GitHub
hello-stephen commented on PR #53114: URL: https://github.com/apache/doris/pull/53114#issuecomment-3067885485 # BE UT Coverage Report Increment line coverage `0.00% (0/1)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/72f4542d9f216c8ddeee03c99e36c86c915

Re: [PR] branch-3.1: [feat](params-refactor) restructure parameters for FS V2 integration (#51177) [doris]

2025-07-13 Thread via GitHub
CalvinKirs commented on PR #53180: URL: https://github.com/apache/doris/pull/53180#issuecomment-3067884972 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] branch-3.0: [enhancement](nereids) improve lots of values in insert into values statement #40202 #51925 #52802 [doris]

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

Re: [PR] [opt](mtmv) Add pre materialized view rewrite in RBO to avoid rewrite fail when plan is too complex [doris]

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

Re: [PR] [feat](json) new version of json_search [doris]

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

Re: [PR] nullable data [doris]

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

Re: [PR] [fix](cloud) Sync storage resource once, when rowset's _storage_resource.fs is null [doris]

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

Re: [PR] [chore](opt) Check the consistency of the cluster ID when starting in Doris Compute-Storage Decoupled mode [doris]

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

(doris) branch master updated: [opt](topn)Optimize the time for topn to lazy materialized reading of external tables (#52114)

2025-07-13 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 6b552f77e95 [opt](topn)Optimize the time for

Re: [PR] [opt](topn)Optimize the time for topn to lazy materialized reading of external tables [doris]

2025-07-13 Thread via GitHub
morningman merged PR #52114: URL: https://github.com/apache/doris/pull/52114 -- 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] branch-3.0: [fix](tvf) support compressed json file for tvf and refactor code (#51983) [doris]

2025-07-13 Thread via GitHub
github-actions[bot] commented on PR #53165: URL: https://github.com/apache/doris/pull/53165#issuecomment-3067861848 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] branch-3.0: [fix](tvf) support compressed json file for tvf and refactor code (#51983) [doris]

2025-07-13 Thread via GitHub
github-actions[bot] commented on PR #53165: URL: https://github.com/apache/doris/pull/53165#issuecomment-3067861772 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

  1   2   3   4   5   >