Re: [PR] [chore](storage vault) Make CacheHotspotManager exception msg more distinct [doris]

2025-06-17 Thread via GitHub
Thearas commented on PR #51861: URL: https://github.com/apache/doris/pull/51861#issuecomment-2982931653 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] [chore](storage vault) Make CacheHotspotManager exception msg more distinct [doris]

2025-06-17 Thread via GitHub
SWJTU-ZhangLei opened a new pull request, #51861: URL: https://github.com/apache/doris/pull/51861 * When first boot fe cluster and not set default storage vault, creating `CacheHotspotManager` internal table will fail it will retry later, just make the eception msg more distinct * Fi

Re: [PR] [fix](group commit) add bvar for group commit block by memory counter [doris]

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

Re: [PR] [Chore](nereids) Remove DropStats/AnalyzeStmt [doris]

2025-06-17 Thread via GitHub
yx-keith commented on PR #51859: URL: https://github.com/apache/doris/pull/51859#issuecomment-2982925985 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] [Chore](nereids) Remove drop resource/policy stmt [doris]

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

Re: [PR] [Chore](nereids) Remove drop resource/policy stmt [doris]

2025-06-17 Thread via GitHub
Thearas commented on PR #51860: URL: https://github.com/apache/doris/pull/51860#issuecomment-2982920555 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Chore](nereids) Remove drop stats/analyze stmt [doris]

2025-06-17 Thread via GitHub
hello-stephen commented on PR #51859: URL: https://github.com/apache/doris/pull/51859#issuecomment-2982917835 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] [Chore](nereids) remove KillAnalysisJobStmt [doris]

2025-06-17 Thread via GitHub
yx-keith closed pull request #51795: [Chore](nereids) remove KillAnalysisJobStmt URL: https://github.com/apache/doris/pull/51795 -- 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] [fix](mtmv) Fix compensate union wrongly when direct query is empty relation [doris]

2025-06-17 Thread via GitHub
github-actions[bot] commented on PR #51700: URL: https://github.com/apache/doris/pull/51700#issuecomment-2982913137 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](mtmv) Fix compensate union wrongly when direct query is empty relation [doris]

2025-06-17 Thread via GitHub
github-actions[bot] commented on PR #51700: URL: https://github.com/apache/doris/pull/51700#issuecomment-2982913192 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] [bugfix](memleak) fix memory leak for tabletschema and result cache [doris]

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

Re: [PR] branch-3.0: [opt](storage) Add log and metric when aws/azure sdk do retry operation #51485 [doris]

2025-06-17 Thread via GitHub
doris-robot commented on PR #51686: URL: https://github.com/apache/doris/pull/51686#issuecomment-2982888208 # BE UT Coverage Report Increment line coverage `21.88% (7/32)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/79a8451bdca7441ea9910a0dc2256a4e72b

Re: [PR] [Improvement](cloud) Hold tablets in another RPC thread [doris]

2025-06-17 Thread via GitHub
hello-stephen commented on PR #51701: URL: https://github.com/apache/doris/pull/51701#issuecomment-2982903807 # BE UT Coverage Report Increment line coverage `12.29% (22/179)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/d638982356e2b265a924e720b5b995d

Re: [PR] [Chore](column) enable sanity_check for ColumnNullable/ColumnArray/ColumnMap/ColumnStruct [doris]

2025-06-17 Thread via GitHub
BiteThet commented on PR #51858: URL: https://github.com/apache/doris/pull/51858#issuecomment-2982895204 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] [chore](recycler) Convert recycler begin/end `info` log to `warning` [doris]

2025-06-17 Thread via GitHub
wyxxxcat commented on PR #51856: URL: https://github.com/apache/doris/pull/51856#issuecomment-2982861891 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](Variant) fix serialize with json key contains `.` as name [doris]

2025-06-17 Thread via GitHub
eldenmoon closed pull request #49594: [Fix](Variant) fix serialize with json key contains `.` as name URL: https://github.com/apache/doris/pull/49594 -- 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

[PR] [Chore](column) enable sanity_check for ColumnNullable/ColumnArray/ColumnMap/ColumnStruct [doris]

2025-06-17 Thread via GitHub
BiteThet opened a new pull request, #51858: URL: https://github.com/apache/doris/pull/51858 ### What problem does this PR solve? enable sanity_check for ColumnNullable/ColumnArray/ColumnMap/ColumnStruct ### Check List (For Author) - Test - [ ] Regression test

Re: [PR] [Chore](nereids) remove TransactionStmt [doris]

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

Re: [PR] [Chore](nereids) Remove GrantStmt and RevokeStmt [doris]

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

Re: [PR] [Fix](Variant) fix serialize with json key contains `.` as name [doris]

2025-06-17 Thread via GitHub
eldenmoon commented on PR #51857: URL: https://github.com/apache/doris/pull/51857#issuecomment-2982891068 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-website) branch asf-site updated (76cf5be594c -> dabc9b25e5e)

2025-06-17 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 76cf5be594c Automated deployment with doris branch @ ec53a6a2687e32119dfa57ce3f4daf2471e2dc36 new d

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

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

Re: [PR] [clean](planner)view removes dependency on the old optimizer [doris]

2025-06-17 Thread via GitHub
zddr commented on PR #51521: URL: https://github.com/apache/doris/pull/51521#issuecomment-2982885354 run performance -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] [fix](group commit) add bvar for group commit block by memory counter [doris]

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

Re: [PR] [Chore](nereids) Remove GrantStmt and RevokeStmt [doris]

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

Re: [PR] [opt](checker) Add inverted index file check for checker [doris]

2025-06-17 Thread via GitHub
doris-robot commented on PR #51591: URL: https://github.com/apache/doris/pull/51591#issuecomment-2982878733 # Cloud UT Coverage Report Increment line coverage `78.57% (99/126)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/c10d8e625c0187ecba04be2cf86868

Re: [PR] fix leak [doris]

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

Re: [PR] [Chore] (nereids) remove CancelStmt [doris]

2025-06-17 Thread via GitHub
yx-keith commented on PR #51848: URL: https://github.com/apache/doris/pull/51848#issuecomment-2982876946 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) optimize CleanQueryStatsCommand and remove CleanQueryStatsStmt [doris]

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

Re: [PR] branch-2.1: [Bug](function) fix wrong result of hll_to_base64 #51831 [doris]

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

Re: [PR] [Chore](nereids) remove DropResourceStmt [doris]

2025-06-17 Thread via GitHub
yx-keith closed pull request #51808: [Chore](nereids) remove DropResourceStmt URL: https://github.com/apache/doris/pull/51808 -- 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] [Chore](nereids) Remove DropPolicyStmt [doris]

2025-06-17 Thread via GitHub
yx-keith closed pull request #51809: [Chore](nereids) Remove DropPolicyStmt URL: https://github.com/apache/doris/pull/51809 -- 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] [bugfix](memleak) fix memory leak for tabletschema and result cache [doris]

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

Re: [PR] [bugfix](load) Add disk capacity check for downstream BE nodes in memtable-on-sink mode [doris]

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

Re: [PR] [opt](checker) Add inverted index file check for checker [doris]

2025-06-17 Thread via GitHub
wyxxxcat commented on PR #51591: URL: https://github.com/apache/doris/pull/51591#issuecomment-2982857990 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](Variant) fix serialize with json key contains `.` as name [doris]

2025-06-17 Thread via GitHub
hello-stephen commented on PR #51857: URL: https://github.com/apache/doris/pull/51857#issuecomment-2982854065 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] [Fix](Variant) fix serialize with json key contains `.` as name [doris]

2025-06-17 Thread via GitHub
eldenmoon commented on PR #51857: URL: https://github.com/apache/doris/pull/51857#issuecomment-2982855077 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] [clean](planner)copy into removes dependency on the old optimizer [doris]

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

[PR] [Fix](Variant) fix serialize with json key contains `.` as name [doris]

2025-06-17 Thread via GitHub
eldenmoon opened a new pull request, #51857: URL: https://github.com/apache/doris/pull/51857 ### What problem does this PR solve? 1. get_path with lost object nesting level information when calling ColumnObject::get when VariantMap is std::map, so change VariantMap to std:: to mainta

Re: [PR] [Chore](nereids) Remove GrantStmt and RevokeStmt [doris]

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

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

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

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

2025-06-17 Thread via GitHub
hello-stephen commented on PR #48184: URL: https://github.com/apache/doris/pull/48184#issuecomment-2982773655 # BE Regression && UT Coverage Report Increment line coverage `82.09% (527/642)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/48184_30410b40be

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

2025-06-17 Thread via GitHub
hello-stephen commented on PR #51389: URL: https://github.com/apache/doris/pull/51389#issuecomment-2982813520 # FE UT Coverage Report Increment line coverage ` 26.42% (98/371)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/51389_6d27079b2c521009a66983de66f

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

2025-06-17 Thread via GitHub
seawinde commented on code in PR #51700: URL: https://github.com/apache/doris/pull/51700#discussion_r2153733097 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/InitMaterializationContextHook.java: ## @@ -199,12 +209,17 @@ private List createAsyncMateri

Re: [PR] [bugfix](load) Add disk capacity check for downstream BE nodes in memtable-on-sink mode [doris]

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

Re: [PR] [feature](nereids) provide error location when can not find db/table/column in query [doris]

2025-06-17 Thread via GitHub
github-actions[bot] commented on PR #51768: URL: https://github.com/apache/doris/pull/51768#issuecomment-2982847994 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](nereids) provide error location when can not find db/table/column in query [doris]

2025-06-17 Thread via GitHub
github-actions[bot] commented on PR #51768: URL: https://github.com/apache/doris/pull/51768#issuecomment-2982848063 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] [feature](nereids) provide error location when can not find db/table/column in query [doris]

2025-06-17 Thread via GitHub
starocean999 commented on PR #51768: URL: https://github.com/apache/doris/pull/51768#issuecomment-2982845566 This is good, is there any plan to support other unbound stuff in future, like UnboundFunction, UnboundVariable, etc... -- This is an automated message from the Apache Git Service.

Re: [PR] [clean](planner)view removes dependency on the old optimizer [doris]

2025-06-17 Thread via GitHub
zddr commented on PR #51521: URL: https://github.com/apache/doris/pull/51521#issuecomment-2982842957 run performance -- 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

[PR] [chore](recycler) Convert recycler begin/end `info` log to `warning` [doris]

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

Re: [PR] [Chore](nereids) remove DropStatsStmt [doris]

2025-06-17 Thread via GitHub
yx-keith closed pull request #51792: [Chore](nereids) remove DropStatsStmt URL: https://github.com/apache/doris/pull/51792 -- 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] [chore](recycler) Convert recycler begin/end `info` log to `warning` [doris]

2025-06-17 Thread via GitHub
Thearas commented on PR #51856: URL: https://github.com/apache/doris/pull/51856#issuecomment-2982842750 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Enhancement] (nereids) optimize CancelWarmUpJobCommand and remove CancelCloudWarmUpStmt [doris]

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

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

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

Re: [PR] fix leak [doris]

2025-06-17 Thread via GitHub
eldenmoon commented on PR #51843: URL: https://github.com/apache/doris/pull/51843#issuecomment-2982836734 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] [Chore](nereids) remove TransactionStmt [doris]

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

Re: [PR] [chore](cloud) Add cloud meta mgr timeout counter [doris]

2025-06-17 Thread via GitHub
github-actions[bot] commented on PR #51836: URL: https://github.com/apache/doris/pull/51836#issuecomment-2982833592 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) optimize CancelWarmUpJobCommand and remove CancelCloudWarmUpStmt [doris]

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

Re: [PR] branch-2.1: [Bug](function) fix wrong result of hll_to_base64 #51831 [doris]

2025-06-17 Thread via GitHub
hello-stephen commented on PR #51855: URL: https://github.com/apache/doris/pull/51855#issuecomment-2982804781 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] [fix](inverted index) catch IO exception to avoid coredump in inverted index string reader [doris]

2025-06-17 Thread via GitHub
github-actions[bot] commented on PR #51844: URL: https://github.com/apache/doris/pull/51844#issuecomment-2982822177 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] [bugfix](load) Add disk capacity check for downstream BE nodes in memtable-on-sink mode [doris]

2025-06-17 Thread via GitHub
doris-robot commented on PR #51760: URL: https://github.com/apache/doris/pull/51760#issuecomment-2982813036 TPC-H: Total hot run time: 33918 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-17 Thread via GitHub
doris-robot commented on PR #43546: URL: https://github.com/apache/doris/pull/43546#issuecomment-2982807735 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] [Enhancement] (nereids) delete translate paritionNamesIno in ShowReplicaDistributionCommand/ShowDataSkewCommand [doris]

2025-06-17 Thread via GitHub
yx-keith commented on PR #51850: URL: https://github.com/apache/doris/pull/51850#issuecomment-2982810682 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) optimize CancelWarmUpJobCommand and remove CancelCloudWarmUpStmt [doris]

2025-06-17 Thread via GitHub
doris-robot commented on PR #51847: URL: https://github.com/apache/doris/pull/51847#issuecomment-2982806346 TPC-H: Total hot run time: 33821 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: [Bug](function) fix wrong result of hll_to_base64 #51831 [doris]

2025-06-17 Thread via GitHub
dataroaring closed pull request #51855: branch-2.1: [Bug](function) fix wrong result of hll_to_base64 #51831 URL: https://github.com/apache/doris/pull/51855 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] [fix](group commit) add bvar for group commit block by memory counter [doris]

2025-06-17 Thread via GitHub
mymeiyi commented on PR #51851: URL: https://github.com/apache/doris/pull/51851#issuecomment-2982806095 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] branch-2.1: [Bug](function) fix wrong result of hll_to_base64 #51831 [doris]

2025-06-17 Thread via GitHub
hello-stephen commented on PR #51855: URL: https://github.com/apache/doris/pull/51855#issuecomment-2982804913 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

[PR] branch-2.1: [Bug](function) fix wrong result of hll_to_base64 #51831 [doris]

2025-06-17 Thread via GitHub
github-actions[bot] opened a new pull request, #51855: URL: https://github.com/apache/doris/pull/51855 Cherry-picked from #51831 -- 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] [Chore](nereids) Remove GrantStmt and RevokeStmt [doris]

2025-06-17 Thread via GitHub
codeDing18 commented on PR #51838: URL: https://github.com/apache/doris/pull/51838#issuecomment-2982803366 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] [Enhancement] (nereids) delete translateToLegacy in DropMTMVInfo [doris]

2025-06-17 Thread via GitHub
yx-keith commented on PR #51853: URL: https://github.com/apache/doris/pull/51853#issuecomment-2982800875 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](nereids) optimize small sql [doris]

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

Re: [PR] [bugfix](memleak) fix memory leak for tabletschema and result cache [doris]

2025-06-17 Thread via GitHub
yiguolei commented on PR #51786: URL: https://github.com/apache/doris/pull/51786#issuecomment-2982793372 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](nereids) optimize small sql [doris]

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

Re: [PR] [Enhancement] (nereids) delete translate paritionNamesIno in ShowReplicaDistributionCommand/ShowDataSkewCommand [doris]

2025-06-17 Thread via GitHub
yx-keith commented on PR #51850: URL: https://github.com/apache/doris/pull/51850#issuecomment-2982773543 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](inverted index) catch IO exception to avoid coredump in inverted index string reader [doris]

2025-06-17 Thread via GitHub
hello-stephen commented on PR #51844: URL: https://github.com/apache/doris/pull/51844#issuecomment-2982689643 # BE UT Coverage Report Increment line coverage `86.84% (33/38)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/c1315a940fd038223f1e35b48f8d8c97

Re: [PR] [Chore](nereids) remove TransactionStmt [doris]

2025-06-17 Thread via GitHub
yx-keith commented on PR #51805: URL: https://github.com/apache/doris/pull/51805#issuecomment-2982778374 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] [bugfix](load) Add disk capacity check for downstream BE nodes in memtable-on-sink mode [doris]

2025-06-17 Thread via GitHub
felixwluo commented on PR #51760: URL: https://github.com/apache/doris/pull/51760#issuecomment-2982770653 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] [Enhancement] (nereids) optimize CancelWarmUpJobCommand and remove CancelCloudWarmUpStmt [doris]

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

Re: [PR] branch-3.0: [fix](trash) Fix shadow variable causing garbage scheduling time errors #51647 [doris]

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

Re: [PR] [Improvement](cloud) Hold tablets in another RPC thread [doris]

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

(doris) branch auto-pick-51293-branch-3.0 created (now d499904f407)

2025-06-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-51293-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at d499904f407 [cherry-pick](branch-30) support split_by_regexp (#38259) (#47676) (#50272) No ne

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

2025-06-17 Thread via GitHub
doris-robot commented on PR #48184: URL: https://github.com/apache/doris/pull/48184#issuecomment-2982762429 # BE UT Coverage Report Increment line coverage `76.01% (491/646)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/30410b40be39a4892f7915dbc595d9d2

Re: [PR] [Improvement](cloud) Hold tablets in another RPC thread [doris]

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

Re: [PR] [fix](inverted index) catch IO exception to avoid coredump in inverted index string reader [doris]

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

Re: [PR] branch-3.0: [feat](cloud) Support alter operation for obj_info and s3 vault obj_info #51162 [doris]

2025-06-17 Thread via GitHub
hello-stephen commented on PR #51685: URL: https://github.com/apache/doris/pull/51685#issuecomment-2982760373 # BE UT Coverage Report Increment line coverage ` ` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/f9a82005a19a477b8796a12e13968130b0032c8e_f9a8

Re: [PR] [fix](cloud) compaction and schema change potential data race when retrying prepare rowset (#51048) [doris]

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

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

2025-06-17 Thread via GitHub
924060929 commented on code in PR #51700: URL: https://github.com/apache/doris/pull/51700#discussion_r2153596172 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/InitMaterializationContextHook.java: ## @@ -199,12 +209,17 @@ private List createAsyncMater

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

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

Re: [PR] [feat](iceberg) Support read iceberg system tables [doris]

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

Re: [PR] [fix](s3client) Fix `aws_config.maxConnections` set incorrectly [doris]

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

Re: [PR] [fix](inverted index) catch IO exception to avoid coredump in inverted index string reader [doris]

2025-06-17 Thread via GitHub
hello-stephen commented on PR #51844: URL: https://github.com/apache/doris/pull/51844#issuecomment-2982743424 # BE Regression && UT Coverage Report Increment line coverage `86.84% (33/38)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/51844_c1315a940fd0

(doris-website) branch asf-site updated (4b9f13f2964 -> 76cf5be594c)

2025-06-17 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 4b9f13f2964 Automated deployment with doris branch @ ec53a6a2687e32119dfa57ce3f4daf2471e2dc36 new 7

Re: [PR] [fix](nereids) fix bug when CTEConsumer is used as runtime filter target [doris]

2025-06-17 Thread via GitHub
englefly commented on PR #51807: URL: https://github.com/apache/doris/pull/51807#issuecomment-2982739119 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

(doris) branch branch-3.0 updated: branch-3.0: [Fix](case) Fix case `test_key_bounds_truncation_write_scenarios` #51761 (#51788)

2025-06-17 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 5ae9cf7ee6f branch-3.0: [Fix](case)

Re: [PR] [fix](hudi catalog) Fix the Kerberos authentication error when querying hudi table [doris]

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

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

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

Re: [PR] [Improvement](cloud) Hold tablets in another RPC thread [doris]

2025-06-17 Thread via GitHub
doris-robot commented on PR #51701: URL: https://github.com/apache/doris/pull/51701#issuecomment-2982739379 TPC-H: Total hot run time: 34278 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-17 Thread via GitHub
924060929 commented on PR #43546: URL: https://github.com/apache/doris/pull/43546#issuecomment-2982737745 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](auto bucket)Set the estimated partition size to 5G in non cloud #51258 [doris]

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

Re: [PR] branch-3.0: [fix](trash) Fix shadow variable causing garbage scheduling time errors #51647 [doris]

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

  1   2   3   4   5   6   7   8   9   >