[PR] style:update archived page style [doris-website]

2025-01-21 Thread via GitHub
yang1666204 opened a new pull request, #1900: URL: https://github.com/apache/doris-website/pull/1900 ![image](https://github.com/user-attachments/assets/c3670e24-af21-416d-bdb1-736b4e15f872) -- This is an automated message from the Apache Git Service. To respond to the message, please log

[I] Issue on docs [doris-website]

2025-01-21 Thread via GitHub
plnhway opened a new issue, #1899: URL: https://github.com/apache/doris-website/issues/1899 Path:/zh-CN/docs/releasenotes/all-release ![Image](https://github.com/user-attachments/assets/779fc108-ac9c-4375-b7b8-b2f04aca4e3c) Wiki中例子有问题,凭空出现的age字段和聚合中date字段原表并没有 -- This is an

(doris) branch master updated (3479bf61580 -> c878ec9bb43)

2025-01-21 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 3479bf61580 [chore](beut) Remove invalid argument in be-ut and fix wrong path in .gitignore (#47202) add c878

Re: [PR] [draft] Collect bloom runtime filter filtering statistics. [doris]

2025-01-21 Thread via GitHub
doris-robot commented on PR #47305: URL: https://github.com/apache/doris/pull/47305#issuecomment-2606515349 TeamCity be ut coverage result: Function Coverage: 41.56% (10835/26069) Line Coverage: 31.96% (91573/286554) Region Coverage: 31.09% (46903/150849) Branch Coverage: 27.

Re: [PR] [chore](BE) Remove some unnecessary SpinLock and dangerous DCHECK [doris]

2025-01-21 Thread via GitHub
BiteThet merged PR #47134: URL: https://github.com/apache/doris/pull/47134 -- 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] [chore](BE) Remove some unnecessary SpinLock and dangerous DCHECK [doris]

2025-01-21 Thread via GitHub
github-actions[bot] commented on PR #47134: URL: https://github.com/apache/doris/pull/47134#issuecomment-2606512078 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](Log) Reduce usage of log fatal(PART II) [doris]

2025-01-21 Thread via GitHub
linrrzqqq commented on PR #47249: URL: https://github.com/apache/doris/pull/47249#issuecomment-2606505506 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 unsu

Re: [PR] [opt](profile) Disable profile for insert into values and other commands [doris]

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

Re: [PR] [fix](cloud-mow)Fe should process KV_TXN_CONFLICT_RETRY_EXCEEDED_MAX_TIMES when geting delete bitmap lock fail [doris]

2025-01-21 Thread via GitHub
mymeiyi commented on code in PR #47161: URL: https://github.com/apache/doris/pull/47161#discussion_r1924831239 ## fe/fe-core/src/main/java/org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java: ## @@ -892,7 +910,8 @@ private void getDeleteBitmapUpdateLock(long transa

Re: [PR] [Enhancement] Support some compress functions [doris]

2025-01-21 Thread via GitHub
zclllyybb commented on code in PR #47307: URL: https://github.com/apache/doris/pull/47307#discussion_r1924819842 ## be/src/vec/functions/function_compress.cpp: ## @@ -0,0 +1,299 @@ +#include + +#include +#include +#include +#include +#include +#include + +#include "common

Re: [PR] [doc] Update Broker doc [doris-website]

2025-01-21 Thread via GitHub
mklzl commented on code in PR #1884: URL: https://github.com/apache/doris-website/pull/1884#discussion_r1924829451 ## docs/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-ADD-BROKER.md: ## @@ -25,38 +25,45 @@ specific language governing permissions and limit

Re: [PR] branch-3.0: [fix](cloud-mow)Fix case test_schema_change_with_mow_txn_conflict #47044 [doris]

2025-01-21 Thread via GitHub
doris-robot commented on PR #47306: URL: https://github.com/apache/doris/pull/47306#issuecomment-2606492682 ClickBench: Total hot run time: 32.98 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

(doris-website) branch master updated (93bd8fc6cb6 -> 8997450db39)

2025-01-21 Thread kassiez
This is an automated email from the ASF dual-hosted git repository. kassiez pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git from 93bd8fc6cb6 [opt](function) optimize some struct function docs (#1845) add 8997450db39 [doc] remove doc 2

Re: [PR] [doc] remove doc 2.0 batch delete partitions [doris-website]

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

Re: [PR] branch-3.0: [fix](cloud-mow)Fe should process KV_TXN_CONFLICT_RETRY_EXCEEDED_MAX_TIMES when geting delete bitmap lock fail #47161 [doris]

2025-01-21 Thread via GitHub
dataroaring merged PR #47294: URL: https://github.com/apache/doris/pull/47294 -- 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] [doc] Modify the documentation of functions of array_distinct, array_enumerate,array_enumerate_uniq, array_except, array_exists,array_intersect, array_join [doris-website]

2025-01-21 Thread via GitHub
morrySnow commented on code in PR #1864: URL: https://github.com/apache/doris-website/pull/1864#discussion_r1924820508 ## docs/sql-manual/sql-functions/scalar-functions/array-functions/array-exists.md: ## @@ -24,36 +24,50 @@ specific language governing permissions and limitation

Re: [PR] branch-3.0: [fix](cloud-mow)Fix case test_schema_change_with_mow_txn_conflict #47044 [doris]

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

Re: [PR] [fix](Nereids) fix cancel task jobs failed [doris]

2025-01-21 Thread via GitHub
doris-robot commented on PR #44755: URL: https://github.com/apache/doris/pull/44755#issuecomment-2606481972 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

(doris-website) branch asf-site updated (9011968a33b -> 6cd776f2ef3)

2025-01-21 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 9011968a33b Automated deployment with doris branch @ 93bd8fc6cb6e46e3d79eed52f0654f1a457253d3 new 6

Re: [PR] Function class management statement [doris-website]

2025-01-21 Thread via GitHub
morrySnow commented on code in PR #1871: URL: https://github.com/apache/doris-website/pull/1871#discussion_r1924816562 ## docs/sql-manual/sql-statements/function/SHOW-CREATE-FUNCTION.md: ## @@ -24,43 +24,56 @@ specific language governing permissions and limitations under the Li

Re: [PR] [Enhancement] Support some compress functions [doris]

2025-01-21 Thread via GitHub
hello-stephen commented on PR #47307: URL: https://github.com/apache/doris/pull/47307#issuecomment-2606478336 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] [Enhancement] Support some compress functions [doris]

2025-01-21 Thread via GitHub
lzyy2024 opened a new pull request, #47307: URL: https://github.com/apache/doris/pull/47307 ### What problem does this PR solve? Added the compress and uncompressed functions similar to mysql Issue Number: close #45530 Related PR: #xxx Problem Summary: ### R

Re: [PR] [opt](profile) Disable profile for insert into values and other commands [doris]

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

Re: [PR] [fix](cloud-mow) Make some timeout about mow more reasonable [doris]

2025-01-21 Thread via GitHub
mymeiyi commented on code in PR #46365: URL: https://github.com/apache/doris/pull/46365#discussion_r1924814339 ## be/src/runtime/stream_load/stream_load_executor.cpp: ## @@ -320,12 +320,16 @@ Status StreamLoadExecutor::commit_txn(StreamLoadContext* ctx) { TNetworkAddress m

Re: [PR] [fix](Nereids) fix cancel task jobs failed [doris]

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

(doris) branch auto-pick-47224-branch-3.0 deleted (was 70a05feffb7)

2025-01-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47224-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 70a05feffb7 [Fix](test) Fix Show Data Case (#47224) The revisions that were on this branch are

Re: [PR] [fix](cloud-mow) Make some timeout about mow more reasonable [doris]

2025-01-21 Thread via GitHub
mymeiyi commented on PR #46365: URL: https://github.com/apache/doris/pull/46365#issuecomment-2606474493 why use `insert_visible_timeout_ms * insert_visible_timeout_mow_multiplier`, not add a `mow_insert_visible_timeout_ms` config? -- This is an automated message from the Apache Git Servic

Re: [PR] [doc] Update sql statements about data-and-status-management [doris-website]

2025-01-21 Thread via GitHub
morrySnow commented on code in PR #1890: URL: https://github.com/apache/doris-website/pull/1890#discussion_r1924808390 ## docs/sql-manual/sql-statements/table-and-view/data-and-status-management/REBALANCE-DISK.md: ## @@ -24,44 +24,61 @@ under the License. --> +## Descriptio

Re: [PR] [doc](function) support format function and update some function doc [doris-website]

2025-01-21 Thread via GitHub
morrySnow commented on PR #1825: URL: https://github.com/apache/doris-website/pull/1825#issuecomment-2606465666 参数列表里面需要保留尖括号,并且用反引号包裹 -- 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

Re: [PR] [doc](function) support format function and update some function doc [doris-website]

2025-01-21 Thread via GitHub
morrySnow commented on code in PR #1825: URL: https://github.com/apache/doris-website/pull/1825#discussion_r1924805487 ## docs/sql-manual/sql-functions/scalar-functions/numeric-functions/atan.md: ## @@ -22,30 +22,48 @@ specific language governing permissions and limitations und

Re: [PR] branch-3.0: [fix](cloud-mow)Fix case test_schema_change_with_mow_txn_conflict #47044 [doris]

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

Re: [PR] [doc](function) support format function and update some function doc [doris-website]

2025-01-21 Thread via GitHub
morrySnow commented on code in PR #1825: URL: https://github.com/apache/doris-website/pull/1825#discussion_r1924804314 ## docs/sql-manual/sql-functions/aggregate-functions/intersect-count.md: ## @@ -24,49 +24,55 @@ under the License. ## Description -The INTERSECT_COUNT func

(doris) branch branch-3.0 updated: branch-3.0: [Fix](test) Fix Show Data Case #47224 (#47293)

2025-01-21 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 3083f0c00c3 branch-3.0: [Fix](test)

(doris) branch auto-pick-47161-branch-3.0 deleted (was db771143241)

2025-01-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47161-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was db771143241 [fix](cloud-mow)Fe should process KV_TXN_CONFLICT_RETRY_EXCEEDED_MAX_TIMES when ge

(doris) branch auto-pick-47262-branch-3.0 deleted (was 979fe7d2741)

2025-01-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47262-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 979fe7d2741 [fix](hive docker)Reserve host port for hive2 namenode and datanode (#47262) The

Re: [PR] branch-3.0: [Fix](test) Fix Show Data Case #47224 [doris]

2025-01-21 Thread via GitHub
dataroaring merged PR #47293: URL: https://github.com/apache/doris/pull/47293 -- 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](cloud-mow)Fe should process KV_TXN_CONFLICT_RETRY_EXCEEDED_MAX_TIMES when geting delete bitmap lock fail #47161 (#47294)

2025-01-21 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 5ef1a4d9c47 branch-3.0: [fix](cloud-

[PR] [doc](show table)Optimize the documentation of show table statements. [doris-website]

2025-01-21 Thread via GitHub
smallhibiscus opened a new pull request, #1898: URL: https://github.com/apache/doris-website/pull/1898 ## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ ] Chinese - [ ] English ## Docs Checklist - [ ] Checked by AI - [ ] Te

Re: [PR] [draft] Collect bloom runtime filter filtering statistics. [doris]

2025-01-21 Thread via GitHub
doris-robot commented on PR #47305: URL: https://github.com/apache/doris/pull/47305#issuecomment-2606460967 ClickBench: Total hot run time: 30.16 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](hive docker)Reserve host port for hive2 namenode and datanode #47262 (#47304)

2025-01-21 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 cd1b10e2273 branch-3.0: [fix](hive d

Re: [PR] [doc](stmt) update `add backends`, `cancel decommission`, `decommission backends`, `drop backends`, `modify backend`, `show backends` and `show frontends` [doris-website]

2025-01-21 Thread via GitHub
morrySnow commented on code in PR #1896: URL: https://github.com/apache/doris-website/pull/1896#discussion_r1924802530 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-statements/cluster-management/instance-management/CANCEL-DECOMMISSION-BACKEND.md: ## @@ -28,

Re: [PR] branch-3.0: [fix](hive docker)Reserve host port for hive2 namenode and datanode #47262 [doris]

2025-01-21 Thread via GitHub
dataroaring merged PR #47304: URL: https://github.com/apache/doris/pull/47304 -- 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](Nereids) fix cancel task jobs failed [doris]

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

Re: [PR] [doc](stmt) update `add backends`, `cancel decommission`, `decommission backends`, `drop backends`, `modify backend`, `show backends` and `show frontends` [doris-website]

2025-01-21 Thread via GitHub
morrySnow commented on code in PR #1896: URL: https://github.com/apache/doris-website/pull/1896#discussion_r1924796266 ## docs/sql-manual/sql-statements/cluster-management/instance-management/ADD-BACKEND.md: ## @@ -26,47 +26,68 @@ under the License. ## Description -The ADD

Re: [PR] [draft] Collect bloom runtime filter filtering statistics. [doris]

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

Re: [PR] [opt](iceberg)support iceberg in batch mode [doris]

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

Re: [PR] branch-3.0: [test](case) Add nereids check [doris]

2025-01-21 Thread via GitHub
dataroaring merged PR #47214: URL: https://github.com/apache/doris/pull/47214 -- 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] [draft] Collect bloom runtime filter filtering statistics. [doris]

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

Re: [PR] [doc] Modify the documentation of functions of array, array_apply, array_avg, array_compact, array_concat,array_cum_sum,array_difference [doris-website]

2025-01-21 Thread via GitHub
morrySnow commented on code in PR #1865: URL: https://github.com/apache/doris-website/pull/1865#discussion_r1924784552 ## docs/sql-manual/sql-functions/scalar-functions/array-functions/array.md: ## @@ -22,57 +22,69 @@ specific language governing permissions and limitations unde

Re: [PR] [Fix](Variant) fix variant may lost schema info when meet TXN_CONFLICT in cloud mode [doris]

2025-01-21 Thread via GitHub
github-actions[bot] commented on PR #47284: URL: https://github.com/apache/doris/pull/47284#issuecomment-2606447710 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](Variant) fix variant may lost schema info when meet TXN_CONFLICT in cloud mode [doris]

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

Re: [PR] [Fix](Variant) fix variant may lost schema info when meet TXN_CONFLICT in cloud mode [doris]

2025-01-21 Thread via GitHub
eldenmoon commented on code in PR #47284: URL: https://github.com/apache/doris/pull/47284#discussion_r1924792763 ## cloud/src/meta-service/meta_service.cpp: ## @@ -939,6 +939,18 @@ static void set_schema_in_existed_rowset(MetaServiceCode& code, std::string& msg } } +sta

Re: [PR] [Fix](Variant) fix variant may lost schema info when meet TXN_CONFLICT in cloud mode [doris]

2025-01-21 Thread via GitHub
eldenmoon commented on PR #47284: URL: https://github.com/apache/doris/pull/47284#issuecomment-2606446452 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] [doc] Update Broker doc [doris-website]

2025-01-21 Thread via GitHub
morrySnow commented on code in PR #1884: URL: https://github.com/apache/doris-website/pull/1884#discussion_r1924790846 ## docs/sql-manual/sql-statements/Cluster-Management-Statements/ALTER-SYSTEM-ADD-BROKER.md: ## @@ -25,38 +25,45 @@ specific language governing permissions and l

Re: [PR] [Fix](Variant) fix variant may lost schema info when meet TXN_CONFLICT in cloud mode [doris]

2025-01-21 Thread via GitHub
gavinchou commented on code in PR #47284: URL: https://github.com/apache/doris/pull/47284#discussion_r1924782394 ## cloud/src/meta-service/meta_service.cpp: ## @@ -939,6 +939,18 @@ static void set_schema_in_existed_rowset(MetaServiceCode& code, std::string& msg } } +sta

Re: [PR] [doc] Update Broker doc [doris-website]

2025-01-21 Thread via GitHub
morrySnow commented on PR #1884: URL: https://github.com/apache/doris-website/pull/1884#issuecomment-2606438641 冲突了,需要处理一下 -- 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

(doris) branch branch-3.0 updated (1ea44506c8a -> 8d23bf088ee)

2025-01-21 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 1ea44506c8a branch-3.0: [fix](date_function) fix str_to_date function return wrong microsecond issue #47129 (

Re: [PR] branch-3.0: [test](case) fix tpcds_sf100 q17 result file #47169 [doris]

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

(doris) branch auto-pick-47169-branch-3.0 deleted (was 3d00cf7a12c)

2025-01-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47169-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 3d00cf7a12c [test](case) fix tpcds_sf100 q17 result file (#47169) The revisions that were on t

(doris) branch branch-3.0 updated: branch-3.0: [test](case) fix tpcds_sf100 q17 result file #47169 (#47193)

2025-01-21 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 25e67f094bb branch-3.0: [test](case)

Re: [PR] [opt](reference) update some json and string function docs [doris-website]

2025-01-21 Thread via GitHub
morrySnow commented on code in PR #1891: URL: https://github.com/apache/doris-website/pull/1891#discussion_r1924782253 ## i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/json-functions/json-length.md: ## @@ -30,7 +30,9 @@ under the Lic

Re: [PR] [opt](iceberg)support iceberg in batch mode [doris]

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

Re: [PR] [Test] (BE-UT)Add sorter BE-UT and foundational mocks [doris]

2025-01-21 Thread via GitHub
BiteThet commented on code in PR #47265: URL: https://github.com/apache/doris/pull/47265#discussion_r1924761325 ## be/src/common/mock/mock_runtime_state.h: ## @@ -0,0 +1,35 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agre

Re: [PR] [opt](profile) Disable profile for insert into values and other commands [doris]

2025-01-21 Thread via GitHub
zhiqiang- commented on PR #47296: URL: https://github.com/apache/doris/pull/47296#issuecomment-2606430563 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] [opt](iceberg)support iceberg in batch mode [doris]

2025-01-21 Thread via GitHub
doris-robot commented on PR #46398: URL: https://github.com/apache/doris/pull/46398#issuecomment-2606428738 ClickBench: Total hot run time: 30.84 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [doc] Modify the documentation of functions of array_distinct, array_enumerate,array_enumerate_uniq, array_except, array_exists,array_intersect, array_join [doris-website]

2025-01-21 Thread via GitHub
morrySnow commented on code in PR #1864: URL: https://github.com/apache/doris-website/pull/1864#discussion_r1924770002 ## docs/sql-manual/sql-functions/scalar-functions/array-functions/array-enumerate.md: ## @@ -24,25 +24,41 @@ specific language governing permissions and limitat

Re: [PR] [opt](iceberg)support iceberg in batch mode [doris]

2025-01-21 Thread via GitHub
doris-robot commented on PR #46398: URL: https://github.com/apache/doris/pull/46398#issuecomment-2606425778 TeamCity be ut coverage result: Function Coverage: 41.56% (10834/26068) Line Coverage: 31.96% (91572/286518) Region Coverage: 31.10% (46910/150838) Branch Coverage: 27.

(doris) branch auto-pick-47044-branch-3.0 updated (1ea44506c8a -> 425d56286bf)

2025-01-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47044-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 1ea44506c8a branch-3.0: [fix](date_function) fix str_to_date function return wrong microsecond

Re: [PR] branch-3.0: [fix](cloud-mow)Fix case test_schema_change_with_mow_txn_conflict #47044 [doris]

2025-01-21 Thread via GitHub
Thearas commented on PR #47306: URL: https://github.com/apache/doris/pull/47306#issuecomment-2606412394 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] [fix](Nereids) fix cancel task jobs failed [doris]

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

[PR] branch-3.0: [fix](cloud-mow)Fix case test_schema_change_with_mow_txn_conflict #47044 [doris]

2025-01-21 Thread via GitHub
github-actions[bot] opened a new pull request, #47306: URL: https://github.com/apache/doris/pull/47306 Cherry-picked from #47044 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] branch-3.0: [fix](cloud-mow)Fix case test_schema_change_with_mow_txn_conflict #47044 [doris]

2025-01-21 Thread via GitHub
Thearas commented on PR #47306: URL: https://github.com/apache/doris/pull/47306#issuecomment-2606412303 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] branch-3.0: [fix](cloud-mow)Fix case test_schema_change_with_mow_txn_conflict #47044 [doris]

2025-01-21 Thread via GitHub
dataroaring closed pull request #47306: branch-3.0: [fix](cloud-mow)Fix case test_schema_change_with_mow_txn_conflict #47044 URL: https://github.com/apache/doris/pull/47306 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

(doris) branch auto-pick-47044-branch-3.0 created (now 1ea44506c8a)

2025-01-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47044-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 1ea44506c8a branch-3.0: [fix](date_function) fix str_to_date function return wrong microsecond

Re: [PR] [fix](Nereids) fix cancel task jobs failed [doris]

2025-01-21 Thread via GitHub
morrySnow commented on code in PR #44755: URL: https://github.com/apache/doris/pull/44755#discussion_r1924760996 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -864,41 +864,38 @@ public LogicalPlan visitCreateScheduledJob(DorisParser.

(doris-website) branch asf-site updated (627ce64783a -> 9011968a33b)

2025-01-21 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 627ce64783a Automated deployment with doris branch @ 93bd8fc6cb6e46e3d79eed52f0654f1a457253d3 new 9

(doris) branch master updated (e674bb20741 -> 3479bf61580)

2025-01-21 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 e674bb20741 [fix](hive docker)Reserve host port for hive2 namenode and datanode (#47262) add 3479bf61580 [cho

Re: [PR] [chore](beut) Remove invalid argument in be-ut and fix wrong path in .gitignore [doris]

2025-01-21 Thread via GitHub
BiteThet merged PR #47202: URL: https://github.com/apache/doris/pull/47202 -- 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] [Test] (BE-UT)Add sorter BE-UT and foundational mocks [doris]

2025-01-21 Thread via GitHub
BiteThet commented on code in PR #47265: URL: https://github.com/apache/doris/pull/47265#discussion_r1924762876 ## be/test/vec/exec/sort/sort_test.cpp: ## @@ -0,0 +1,183 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreeme

Re: [PR] [Test] (BE-UT)Add sorter BE-UT and foundational mocks [doris]

2025-01-21 Thread via GitHub
BiteThet commented on code in PR #47265: URL: https://github.com/apache/doris/pull/47265#discussion_r1924762214 ## be/src/runtime/descriptors.h: ## @@ -53,7 +54,7 @@ class PSlotDescriptor; class SlotDescriptor { public: -// virtual ~SlotDescriptor() {}; +MOCK_DEF

Re: [PR] [fix](restore) Cut down restore timeout when create replicas failed [doris]

2025-01-21 Thread via GitHub
wyxxxcat commented on PR #47278: URL: https://github.com/apache/doris/pull/47278#issuecomment-2606403241 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] branch-3.0: [fix](merge-on-write) Remove pending delete bitmap check when commit_txn() #47136 [doris]

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

Re: [PR] add docs k8s operator deploy on cloud platform [doris-website]

2025-01-21 Thread via GitHub
KassieZ commented on code in PR #1815: URL: https://github.com/apache/doris-website/pull/1815#discussion_r1924748100 ## docs/install/cluster-deployment/k8s-deploy/install-on-cloud.md: ## @@ -0,0 +1,212 @@ +--- +{ +"title": "Deploy on cloud platform", Review Comment: Title 是否

Re: [PR] [optimize](cache) Refine cache expiration granularity, from table to … [doris]

2025-01-21 Thread via GitHub
Sjwhello commented on PR #47066: URL: https://github.com/apache/doris/pull/47066#issuecomment-2606370592 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] [fix](date_function) fix str_to_date function return wrong microsecond issue [doris]

2025-01-21 Thread via GitHub
Yulei-Yang commented on PR #47252: URL: https://github.com/apache/doris/pull/47252#issuecomment-2606377226 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](merge-on-write) Remove pending delete bitmap check when commit_txn() #47136 [doris]

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

Re: [PR] [opt](iceberg)support iceberg in batch mode [doris]

2025-01-21 Thread via GitHub
wuwenchi commented on PR #46398: URL: https://github.com/apache/doris/pull/46398#issuecomment-2606356196 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] [draft] Collect bloom runtime filter filtering statistics. [doris]

2025-01-21 Thread via GitHub
Mryange commented on PR #47305: URL: https://github.com/apache/doris/pull/47305#issuecomment-2606329898 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

[PR] [draft] Collect bloom runtime filter filtering statistics. [doris]

2025-01-21 Thread via GitHub
Mryange opened a new pull request, #47305: URL: https://github.com/apache/doris/pull/47305 ### What problem does this PR solve? Runtime filters can be executed either as expressions or predicates. When executed as predicates, some filters may be transformed into other predicates

Re: [PR] [draft] Collect bloom runtime filter filtering statistics. [doris]

2025-01-21 Thread via GitHub
hello-stephen commented on PR #47305: URL: https://github.com/apache/doris/pull/47305#issuecomment-2606329418 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

(doris-website) branch asf-site updated (e36821c3d49 -> 627ce64783a)

2025-01-21 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 e36821c3d49 Automated deployment with doris branch @ 93bd8fc6cb6e46e3d79eed52f0654f1a457253d3 new 6

Re: [PR] branch-3.0: [fix](merge-on-write) Remove pending delete bitmap check when commit_txn() #47136 [doris]

2025-01-21 Thread via GitHub
bobhan1 commented on PR #47283: URL: https://github.com/apache/doris/pull/47283#issuecomment-2606313583 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] [feature](nereids) support pull up predicates from aggregate min/max/avg [doris]

2025-01-21 Thread via GitHub
doris-robot commented on PR #42199: URL: https://github.com/apache/doris/pull/42199#issuecomment-2606290847 ClickBench: Total hot run time: 30.29 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](nereids) support pull up predicates from aggregate min/max/avg [doris]

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

Re: [PR] [enhance](nereids) add eliminate order by key by uniform [doris]

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

Re: [PR] [Chore](fuzzy) remove some spill variable fuzzy [doris]

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

(doris) branch auto-pick-47262-branch-2.1 deleted (was 7568b212731)

2025-01-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47262-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was 7568b212731 branch-2.1: [fix](docker) solve kerberos docker conflict #47260 (#47273) The revi

(doris) branch auto-pick-47262-branch-2.1 created (now 7568b212731)

2025-01-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47262-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 7568b212731 branch-2.1: [fix](docker) solve kerberos docker conflict #47260 (#47273) No new r

Re: [PR] branch-3.0: [fix](hive docker)Reserve host port for hive2 namenode and datanode #47262 [doris]

2025-01-21 Thread via GitHub
hello-stephen commented on PR #47304: URL: https://github.com/apache/doris/pull/47304#issuecomment-2606278159 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

(doris) branch auto-pick-47262-branch-3.0 updated (1ea44506c8a -> 979fe7d2741)

2025-01-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47262-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 1ea44506c8a branch-3.0: [fix](date_function) fix str_to_date function return wrong microsecond

  1   2   3   4   5   6   7   >