Re: [PR] [opt](nereids) when table.rows > topn.limit+topn.offset, do not generate topn-filter [doris]

2024-09-11 Thread via GitHub
englefly commented on PR #40480: URL: https://github.com/apache/doris/pull/40480#issuecomment-2342818474 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

Re: [PR] [fix](cluster key) fix mow cluster key with schema change [doris]

2024-09-11 Thread via GitHub
mymeiyi commented on PR #40372: URL: https://github.com/apache/doris/pull/40372#issuecomment-2342797195 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](iot) Fix unexpected error when iot auto detect get no data [doris]

2024-09-11 Thread via GitHub
github-actions[bot] commented on PR #40657: URL: https://github.com/apache/doris/pull/40657#issuecomment-2342796295 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](cloud) fix the issue that FE's periodic reconnection to MS RPC is ineffective [doris]

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

Re: [PR] add low memory mode in scan operator [doris]

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

[PR] [enhancement](nereids)support subquery in LogicalGenerator [doris]

2024-09-11 Thread via GitHub
starocean999 opened a new pull request, #40663: URL: https://github.com/apache/doris/pull/40663 ## Proposed changes select e1 from (select 1) t lateral view explode(**(select sequence(CURRENT_DATE(), date_add(CURRENT_DATE(), interval 2 day)))**) t2 as e1; The **subquery** in explod

[PR] [chore](ci) tmp remove required of Clang Formatter on branch-2.0 [doris]

2024-09-11 Thread via GitHub
hello-stephen opened a new pull request, #40664: URL: https://github.com/apache/doris/pull/40664 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [chore](ci) tmp remove required of Clang Formatter on branch-2.0 [doris]

2024-09-11 Thread via GitHub
doris-robot commented on PR #40664: URL: https://github.com/apache/doris/pull/40664#issuecomment-2342828502 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] [fix](cloud) fix the issue that FE's periodic reconnection to MS RPC is ineffective [doris]

2024-09-11 Thread via GitHub
luwei16 commented on PR #40661: URL: https://github.com/apache/doris/pull/40661#issuecomment-2342785483 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 correlated scalar subquery without scalar agg [doris]

2024-09-11 Thread via GitHub
doris-robot commented on PR #39471: URL: https://github.com/apache/doris/pull/39471#issuecomment-2342828829 ClickBench: Total hot run time: 31.89 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](systable) fix unstable case for partitions table [doris]

2024-09-11 Thread via GitHub
doris-robot commented on PR #40553: URL: https://github.com/apache/doris/pull/40553#issuecomment-2342828942 ClickBench: Total hot run time: 31.97 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](cloud) fix routine load job stuck if commit transaction failed [doris]

2024-09-11 Thread via GitHub
dataroaring merged PR #40539: URL: https://github.com/apache/doris/pull/40539 -- 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] [improvement](cloud) manage node via sql like non cloud mode [doris]

2024-09-11 Thread via GitHub
yujun777 commented on code in PR #40264: URL: https://github.com/apache/doris/pull/40264#discussion_r1753318413 ## docker/runtime/doris-compose/cluster.py: ## @@ -390,15 +402,22 @@ def get_add_init_config(self): cfg += self.cluster.fe_config if self.cluster

Re: [PR] [fix](hive) support null_format and escape_char for hive text [doris]

2024-09-11 Thread via GitHub
suxiaogang223 commented on PR #40291: URL: https://github.com/apache/doris/pull/40291#issuecomment-2342794916 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] add low memory mode in scan operator [doris]

2024-09-11 Thread via GitHub
github-actions[bot] commented on PR #40662: URL: https://github.com/apache/doris/pull/40662#issuecomment-2342831380 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [improvement](cloud) manage node via sql like non cloud mode [doris]

2024-09-11 Thread via GitHub
yujun777 commented on code in PR #40264: URL: https://github.com/apache/doris/pull/40264#discussion_r1753324123 ## docker/runtime/doris-compose/command.py: ## @@ -297,6 +297,45 @@ def add_parser(self, args_parsers): default="",

Re: [PR] [improvement](cloud) manage node via sql like non cloud mode [doris]

2024-09-11 Thread via GitHub
yujun777 commented on code in PR #40264: URL: https://github.com/apache/doris/pull/40264#discussion_r1753325819 ## docker/runtime/doris-compose/command.py: ## @@ -297,6 +297,45 @@ def add_parser(self, args_parsers): default="",

Re: [PR] [chore](audit) let line comment work well [doris]

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

Re: [PR] [improvement](cloud) manage node via sql like non cloud mode [doris]

2024-09-11 Thread via GitHub
yujun777 commented on code in PR #40264: URL: https://github.com/apache/doris/pull/40264#discussion_r1753329387 ## docker/runtime/doris-compose/command.py: ## @@ -297,6 +297,45 @@ def add_parser(self, args_parsers): default="",

Re: [PR] [fix](transaction) commit txn check txn status [doris]

2024-09-11 Thread via GitHub
doris-robot commented on PR #40064: URL: https://github.com/apache/doris/pull/40064#issuecomment-2342835501 ClickBench: Total hot run time: 31.37 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](nereids)build agg for random distributed agg table in bindRelation phase [doris]

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

(doris) branch master updated (8e37fb46185 -> 36828f2994e)

2024-09-11 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 8e37fb46185 [fix](cloud) fix routine load job stuck if commit transaction failed (#40539) add 36828f2994e [Fi

Re: [PR] [chore](ci) tmp remove required of Clang Formatter on branch-2.0 [doris]

2024-09-11 Thread via GitHub
github-actions[bot] commented on PR #40664: URL: https://github.com/apache/doris/pull/40664#issuecomment-2342837132 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](systable) fix unstable case for partitions table [doris]

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

[PR] add low memory mode in scan operator [doris]

2024-09-11 Thread via GitHub
yiguolei opened a new pull request, #40662: URL: https://github.com/apache/doris/pull/40662 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] [fix](transaction) commit txn check txn status [doris]

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

Re: [PR] [fix](nereids)build agg for random distributed agg table in bindRelation phase [doris]

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

(doris) branch branch-2.0 updated: [branch-2.0] Fix case `test_delete_on_value` (#40644)

2024-09-11 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 9a54c27c802 [branch-2.0] Fix case `test_de

(doris) branch spill_and_reserve updated: add low memory mode in scan operator (#40662)

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

Re: [PR] [fix](mtmv) Fix duplicate column name not check when create materialized view [doris]

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

Re: [PR] [chore](regression test) mv test_report_version_missing to p1 #40184 [doris]

2024-09-11 Thread via GitHub
yujun777 commented on PR #40647: URL: https://github.com/apache/doris/pull/40647#issuecomment-2342823494 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](load) fix wrong replica number when loading to table with no partition [doris]

2024-09-11 Thread via GitHub
github-actions[bot] commented on PR #40635: URL: https://github.com/apache/doris/pull/40635#issuecomment-2342824661 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](transaction) commit txn check txn status [doris]

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

[PR] [docker](fix) Modify docker be default storage path [doris]

2024-09-11 Thread via GitHub
catpineapple opened a new pull request, #40665: URL: https://github.com/apache/doris/pull/40665 (no comment) -- 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,

Re: [PR] [docker](fix) Modify docker be default storage path [doris]

2024-09-11 Thread via GitHub
doris-robot commented on PR #40665: URL: https://github.com/apache/doris/pull/40665#issuecomment-2342847814 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] [fix](nereids)build agg for random distributed agg table in bindRelation phase [doris]

2024-09-11 Thread via GitHub
doris-robot commented on PR #40181: URL: https://github.com/apache/doris/pull/40181#issuecomment-2342828208 ClickBench: Total hot run time: 31.77 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [chore](ci) tmp remove required of Clang Formatter on branch-2.0 [doris]

2024-09-11 Thread via GitHub
hello-stephen commented on PR #40664: URL: https://github.com/apache/doris/pull/40664#issuecomment-2342828765 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](nereids) clean count usage in ColumnStatistic during stats deriving [doris]

2024-09-11 Thread via GitHub
xzj7019 commented on PR #40654: URL: https://github.com/apache/doris/pull/40654#issuecomment-2342828971 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](ES Catalog)Support parse single value for array column (#40614) [doris]

2024-09-11 Thread via GitHub
doris-robot commented on PR #40660: URL: https://github.com/apache/doris/pull/40660#issuecomment-2342829392 TeamCity be ut coverage result: Function Coverage: 36.15% (9316/25769) Line Coverage: 27.72% (76435/275702) Region Coverage: 26.51% (39238/148000) Branch Coverage: 23.3

(doris) branch hello-stephen-patch-3 created (now ae52846f63e)

2024-09-11 Thread hellostephen
This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a change to branch hello-stephen-patch-3 in repository https://gitbox.apache.org/repos/asf/doris.git at ae52846f63e [chore](ci) tmp remove required of Clang Formatter on branch-2.0 No new revisions we

Re: [PR] [improvement](cloud) manage node via sql like non cloud mode [doris]

2024-09-11 Thread via GitHub
yujun777 commented on code in PR #40264: URL: https://github.com/apache/doris/pull/40264#discussion_r1753321226 ## docker/runtime/doris-compose/cluster.py: ## @@ -647,11 +685,17 @@ def __init__(self, name, subnet, image, is_cloud, fe_config, be_config, node_type: G

Re: [PR] [improvement](cloud) manage node via sql like non cloud mode [doris]

2024-09-11 Thread via GitHub
yujun777 commented on code in PR #40264: URL: https://github.com/apache/doris/pull/40264#discussion_r1753323215 ## docker/runtime/doris-compose/command.py: ## @@ -297,6 +297,45 @@ def add_parser(self, args_parsers): default="",

(doris) branch branch-2.1 updated: [chore](audit) let line comment work well (#40602)

2024-09-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 1c277247664 [chore](audit) let line com

Re: [PR] [improvement](cloud) manage node via sql like non cloud mode [doris]

2024-09-11 Thread via GitHub
yujun777 commented on code in PR #40264: URL: https://github.com/apache/doris/pull/40264#discussion_r1753329934 ## docker/runtime/doris-compose/command.py: ## @@ -297,6 +297,45 @@ def add_parser(self, args_parsers): default="",

Re: [PR] [improvement](cloud) manage node via sql like non cloud mode [doris]

2024-09-11 Thread via GitHub
yujun777 commented on code in PR #40264: URL: https://github.com/apache/doris/pull/40264#discussion_r1753328487 ## docker/runtime/doris-compose/command.py: ## @@ -297,6 +297,45 @@ def add_parser(self, args_parsers): default="",

Re: [PR] [improvement](cloud) manage node via sql like non cloud mode [doris]

2024-09-11 Thread via GitHub
yujun777 commented on code in PR #40264: URL: https://github.com/apache/doris/pull/40264#discussion_r1753330451 ## docker/runtime/doris-compose/command.py: ## @@ -297,6 +297,45 @@ def add_parser(self, args_parsers): default="",

Re: [PR] [Fix](load) fix wrong replica number when loading to table with no partition [doris]

2024-09-11 Thread via GitHub
BiteThet merged PR #40635: URL: https://github.com/apache/doris/pull/40635 -- 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](ci) tmp remove required of Clang Formatter on branch-2.0 [doris]

2024-09-11 Thread via GitHub
github-actions[bot] commented on PR #40664: URL: https://github.com/apache/doris/pull/40664#issuecomment-2342837069 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] [improvement](cloud) manage node via sql like non cloud mode [doris]

2024-09-11 Thread via GitHub
yujun777 commented on code in PR #40264: URL: https://github.com/apache/doris/pull/40264#discussion_r1753326524 ## docker/runtime/doris-compose/command.py: ## @@ -297,6 +297,45 @@ def add_parser(self, args_parsers): default="",

Re: [PR] [improve](cloud-mow) print the queue length of committing txn on FE [doris]

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

Re: [PR] [fix](cloud) fix the issue that FE's periodic reconnection to MS RPC is ineffective [doris]

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

Re: [PR] [fix](mtmv) Fix duplicate column name not check when create materialized view [doris]

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

(doris) branch spill_and_reserve updated: fix bug

2024-09-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/spill_and_reserve by this push: new 19785489e87 fix bug 19785

[PR] [fix](ES Catalog)Support parse single value for array column (#40614) [doris]

2024-09-11 Thread via GitHub
qidaye opened a new pull request, #40666: URL: https://github.com/apache/doris/pull/40666 bp #40614 -- 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:

Re: [PR] [fix](ES Catalog)Support parse single value for array column (#40614) [doris]

2024-09-11 Thread via GitHub
doris-robot commented on PR #40666: URL: https://github.com/apache/doris/pull/40666#issuecomment-2342853384 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] [fix](ES Catalog)Support parse single value for array column (#40614) [doris]

2024-09-11 Thread via GitHub
qidaye commented on PR #40666: URL: https://github.com/apache/doris/pull/40666#issuecomment-2342853488 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [fix](cloud) fix the issue that FE's periodic reconnection to MS RPC is ineffective [doris]

2024-09-11 Thread via GitHub
doris-robot commented on PR #40661: URL: https://github.com/apache/doris/pull/40661#issuecomment-2342855206 ClickBench: Total hot run time: 31.36 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [Improment] Log fatal when compaction memtracker not return zero [doris]

2024-09-11 Thread via GitHub
wangbo opened a new pull request, #40667: URL: https://github.com/apache/doris/pull/40667 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] [Improment] Log fatal when compaction memtracker not return zero [doris]

2024-09-11 Thread via GitHub
doris-robot commented on PR #40667: URL: https://github.com/apache/doris/pull/40667#issuecomment-2342856361 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] [feature](nereids)support correlated scalar subquery without scalar agg [doris]

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

Re: [PR] [fix](mtmv) Fix duplicate column name not check when create materialized view [doris]

2024-09-11 Thread via GitHub
doris-robot commented on PR #40658: URL: https://github.com/apache/doris/pull/40658#issuecomment-2342859011 ClickBench: Total hot run time: 31.71 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Improment] Log fatal when compaction memtracker not return zero [doris]

2024-09-11 Thread via GitHub
wangbo commented on PR #40667: URL: https://github.com/apache/doris/pull/40667#issuecomment-2342859181 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

(doris) branch master updated (36828f2994e -> 898d5254ccb)

2024-09-11 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 36828f2994e [Fix](load) fix wrong replica number when loading to table with no partition (#40635) add 898d5254

Re: [PR] [fix](Nereids) sink distribute is wrong when table is unpartitioned [doris]

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

Re: [PR] [Chore](cast) remove some typeid_cast usage [doris]

2024-09-11 Thread via GitHub
github-actions[bot] commented on PR #40601: URL: https://github.com/apache/doris/pull/40601#issuecomment-2342861613 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](bytebuffer) fix allocate size improper in append_and_flush [doris]

2024-09-11 Thread via GitHub
doris-robot commented on PR #40613: URL: https://github.com/apache/doris/pull/40613#issuecomment-2342863735 TPC-H: Total hot run time: 38433 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](nereids) remove interface Nondeterministic and fix random/random_bytes foldable properties (#39944) [doris]

2024-09-11 Thread via GitHub
yiguolei commented on PR #40650: URL: https://github.com/apache/doris/pull/40650#issuecomment-2342864252 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] [Chore](cast) remove some typeid_cast usage [doris]

2024-09-11 Thread via GitHub
github-actions[bot] commented on PR #40601: URL: https://github.com/apache/doris/pull/40601#issuecomment-2342866200 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] [opt](nereids) when table.rows > topn.limit+topn.offset, do not generate topn-filter [doris]

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

Re: [PR] [opt](nereids) clean count usage in ColumnStatistic during stats deriving [doris]

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

Re: [PR] [fix](ES Catalog)Support parse single value for array column (#40614) [doris]

2024-09-11 Thread via GitHub
github-actions[bot] commented on PR #40666: URL: https://github.com/apache/doris/pull/40666#issuecomment-2342867884 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [Fix](api)Improved path handling with normalization, encoding, and error management. [doris]

2024-09-11 Thread via GitHub
CalvinKirs commented on PR #40628: URL: https://github.com/apache/doris/pull/40628#issuecomment-2342867810 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] Split some case logic [doris-flink-connector]

2024-09-11 Thread via GitHub
JNSimba merged PR #487: URL: https://github.com/apache/doris-flink-connector/pull/487 -- 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-flink-connector) branch master updated: [Chore] Split some case logic (#487)

2024-09-11 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 766b6905 [Chore] Split some case lo

Re: [PR] [Fix](api)Improved path handling with normalization, encoding, and error management. [doris]

2024-09-11 Thread via GitHub
github-actions[bot] commented on PR #40628: URL: https://github.com/apache/doris/pull/40628#issuecomment-2342868593 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](api)Improved path handling with normalization, encoding, and error management. [doris]

2024-09-11 Thread via GitHub
github-actions[bot] commented on PR #40628: URL: https://github.com/apache/doris/pull/40628#issuecomment-2342868647 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] (inverted index) fix error result in complex compound expr [doris]

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

(doris) branch branch-2.1 updated (1c277247664 -> 86647df45b6)

2024-09-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 1c277247664 [chore](audit) let line comment work well (#40602) add 86647df45b6 [fix] (inverted index) fix er

Re: [PR] [chore](regression test) mv test_report_version_missing to p1 #40184 [doris]

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

(doris) branch branch-2.1 updated: [chore](regression test) mv test_report_version_missing to p1 #40184 (#40646)

2024-09-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 66421c42705 [chore](regression test) mv

Re: [PR] [Chore](cast) remove some typeid_cast usage [doris]

2024-09-11 Thread via GitHub
BiteThet merged PR #40601: URL: https://github.com/apache/doris/pull/40601 -- 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 master updated (898d5254ccb -> c6c112344fc)

2024-09-11 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 898d5254ccb [fix](Nereids) sink distribute is wrong when table is unpartitioned (#40541) add c6c112344fc [Cho

Re: [PR] [enhancement](mem-tracker) Use thread local mem tracker to track s3 file buffer memory usage [doris]

2024-09-11 Thread via GitHub
TangSiyang2001 commented on PR #40597: URL: https://github.com/apache/doris/pull/40597#issuecomment-2342871146 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] [fix](ES Catalog)Support parse single value for array column (#40614) [doris]

2024-09-11 Thread via GitHub
qidaye commented on PR #40666: URL: https://github.com/apache/doris/pull/40666#issuecomment-2342873183 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [fix](cluster key) fix mow cluster key with schema change [doris]

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

Re: [PR] [improve](cloud-mow) print the queue length of committing txn on FE [doris]

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

Re: [PR] [fix](ES Catalog)Support parse single value for array column (#40614) [doris]

2024-09-11 Thread via GitHub
qidaye commented on PR #40666: URL: https://github.com/apache/doris/pull/40666#issuecomment-2342875634 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [branch-2.1](function) Refine crypto functions signature to fix wrong result(#40285) [doris]

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

(doris) branch branch-2.1 updated: [branch-2.1](function) Refine crypto functions signature to fix wrong result(#40285) (#40648)

2024-09-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 3246baa4512 [branch-2.1](function) Refi

Re: [PR] [chore](ci) tmp remove required of Clang Formatter on branch-2.0 [doris]

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

(doris) branch master updated: [chore](ci) tmp remove required of Clang Formatter on branch-2.0 (#40664)

2024-09-11 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 73bf91a2480 [chore](ci) tmp remove required of Cla

Re: [PR] [branch-2.1](auto-partition) Re-add deduplication to auto partition rpc (#40580) [doris]

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

(doris) branch branch-2.1 updated (3246baa4512 -> 279c58fbc77)

2024-09-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 3246baa4512 [branch-2.1](function) Refine crypto functions signature to fix wrong result(#40285) (#40648) a

Re: [PR] [fix] (inverted index) fix wrong result in complex compound expr (#40630) [doris]

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

Re: [PR] [Fix](Job)Replace BlockingWaitStrategy with LiteTimeoutBlockingWaitStrategy to avoid deadlock issues. [doris]

2024-09-11 Thread via GitHub
github-actions[bot] commented on PR #40625: URL: https://github.com/apache/doris/pull/40625#issuecomment-2342881877 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

(doris) branch branch-2.0 updated: [fix] (inverted index) fix wrong result in complex compound expr (#40630) (#40631)

2024-09-11 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 9829d44f2c8 [fix] (inverted index) fix wro

Re: [PR] [Fix](Job)Replace BlockingWaitStrategy with LiteTimeoutBlockingWaitStrategy to avoid deadlock issues. [doris]

2024-09-11 Thread via GitHub
github-actions[bot] commented on PR #40625: URL: https://github.com/apache/doris/pull/40625#issuecomment-2342881930 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](cluster key) fix mow cluster key with schema change [doris]

2024-09-11 Thread via GitHub
doris-robot commented on PR #40372: URL: https://github.com/apache/doris/pull/40372#issuecomment-2342881968 TeamCity be ut coverage result: Function Coverage: 36.88% (9451/25624) Line Coverage: 28.25% (77751/275198) Region Coverage: 27.65% (40127/145142) Branch Coverage: 24.2

Re: [PR] [branch-2.1](partition) Support use Auto and Dynamic partition at the same time (#39580) [doris]

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

(doris) branch branch-2.1 updated: [branch-2.1](partition) Support use Auto and Dynamic partition at the same time (#39580) (#40649)

2024-09-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new d554f600bc4 [branch-2.1](partition) Sup

  1   2   3   4   5   6   7   8   9   >