Re: [PR] [fix](Azure) Correct the truncated condition for Azure's list in FE [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37986: URL: https://github.com/apache/doris/pull/37986#issuecomment-2232573086 ClickBench: Total hot run time: 31.08 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](mtmv) Support querying rewrite by materialized view when DML such as insert and insert overwrite [doris]

2024-07-17 Thread via GitHub
morrySnow commented on code in PR #37561: URL: https://github.com/apache/doris/pull/37561#discussion_r1680527087 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -560,10 +560,16 @@ public class SessionVariable implements Serializable, Writable {

Re: [PR] [fix](fe) Fix `removeDroppedMember` use incorrect `nodeName` [doris]

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

Re: [PR] [bug](delete) fix delete random distributed tbl [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37985: URL: https://github.com/apache/doris/pull/37985#issuecomment-2232577655 ClickBench: Total hot run time: 30.69 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [fix](sink) The issue with 2GB limit of protocol buffer [doris]

2024-07-17 Thread via GitHub
mrhhsg opened a new pull request, #37990: URL: https://github.com/apache/doris/pull/37990 ## Proposed changes If the size of `PFetchDataResult` is greater than 2G, protocol buffer cannot serialize the message. -- This is an automated message from the Apache Git Service. To

Re: [PR] [fix](sink) The issue with 2GB limit of protocol buffer [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37990: URL: https://github.com/apache/doris/pull/37990#issuecomment-2232579390 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](sink) The issue with 2GB limit of protocol buffer [doris]

2024-07-17 Thread via GitHub
mrhhsg commented on PR #37990: URL: https://github.com/apache/doris/pull/37990#issuecomment-2232580557 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](nereids) bug: after is-null stats derive, other column stats are dropped [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37809: URL: https://github.com/apache/doris/pull/37809#issuecomment-2232585954 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](Nereids) tablet prune wrong when decimal value scale is nagtive [doris]

2024-07-17 Thread via GitHub
morrySnow commented on PR #37889: URL: https://github.com/apache/doris/pull/37889#issuecomment-2232586966 run could_p1 -- 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] [fix](nereids) bug: after is-null stats derive, other column stats are dropped [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37809: URL: https://github.com/apache/doris/pull/37809#issuecomment-2232586005 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] [opt](Nereids) support no-key hint parameter (#37720) [doris]

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

Re: [PR] [Improve]Schema change parses ddl sql using jsqlparser framework [doris-flink-connector]

2024-07-17 Thread via GitHub
JNSimba merged PR #422: URL: https://github.com/apache/doris-flink-connector/pull/422 -- 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: [Improve]Schema change parses ddl sql using jsqlparser framework (#422)

2024-07-17 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 13f1fcde [Improve]Schema change par

Re: [PR] [fix](sink) The issue with 2GB limit of protocol buffer [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on code in PR #37990: URL: https://github.com/apache/doris/pull/37990#discussion_r1680537939 ## be/src/vec/sink/vmysql_result_writer.cpp: ## @@ -140,23 +140,11 @@ Status VMysqlResultWriter::_set_options( } template -Status VMysqlResultWriter::w

Re: [PR] [regression](limit) Add group by limit regression test case [doris]

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

Re: [PR] [fix](nereids) fix aggr node colocate flag which local shuffle depending on [doris]

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

Re: [PR] [fix](spill) disable partitioned agg when group by limit opt is set [doris]

2024-07-17 Thread via GitHub
mrhhsg commented on PR #37873: URL: https://github.com/apache/doris/pull/37873#issuecomment-2232595829 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] [enhancement](profile) Store profile on disk so that we can hold more profile in memory [doris]

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

Re: [PR] [refine](pipeline) remove no pipeline code in SenderQueue [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37208: URL: https://github.com/apache/doris/pull/37208#issuecomment-2232601824 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](sink) The issue with 2GB limit of protocol buffer [doris]

2024-07-17 Thread via GitHub
yiguolei commented on code in PR #37990: URL: https://github.com/apache/doris/pull/37990#discussion_r1680548458 ## be/src/runtime/buffer_control_block.cpp: ## @@ -80,6 +81,13 @@ void GetResultBatchCtx::on_data(const std::unique_ptr& t_resul result->set_packet_seq(packe

Re: [PR] [fix](spill) disable partitioned agg when group by limit opt is set [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37873: URL: https://github.com/apache/doris/pull/37873#issuecomment-2232603001 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](delete-sign) Disable deletion with delete sign when doing cumulative compaction [doris]

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

Re: [PR] [Pick](Row store)pick #37145 [doris]

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

(doris) branch branch-3.0 updated: [Pick](Row store) allow to set row_store_page_size for tables, change default value to 16KB

2024-07-17 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon 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 5a44f57ba4b [Pick](Row store) allow to

Re: [PR] [regression-test](variant) seperate and optimize cases [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37991: URL: https://github.com/apache/doris/pull/37991#issuecomment-2232608499 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] [regression-test](variant) seperate and optimize cases [doris]

2024-07-17 Thread via GitHub
eldenmoon opened a new pull request, #37991: URL: https://github.com/apache/doris/pull/37991 ## 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 a

Re: [PR] [Fix] Error: missing field initializer [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37403: URL: https://github.com/apache/doris/pull/37403#issuecomment-2232609562 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) support no-key hint parameter (#37720) [doris]

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

Re: [PR] [fix](sink) The issue with 2GB limit of protocol buffer [doris]

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

Re: [PR] [regression](limit) Add group by limit regression test case [doris]

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

Re: [PR] [enhancement](profile) Store profile on disk so that we can hold more profile in memory [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #33690: URL: https://github.com/apache/doris/pull/33690#issuecomment-2232614713 TPC-DS: Total hot run time: 172378 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 aggr node colocate flag which local shuffle depending on [doris]

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

[PR] [improvement](regression)Use createMV to create materialized view. (#37837) [doris]

2024-07-17 Thread via GitHub
Jibing-Li opened a new pull request, #37992: URL: https://github.com/apache/doris/pull/37992 backport: https://github.com/apache/doris/pull/37837 -- 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 t

Re: [PR] [improvement](regression)Use createMV to create materialized view. (#37837) [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37992: URL: https://github.com/apache/doris/pull/37992#issuecomment-2232615501 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] [improvement](regression)Use createMV to create materialized view. (#37837) [doris]

2024-07-17 Thread via GitHub
Jibing-Li commented on PR #37992: URL: https://github.com/apache/doris/pull/37992#issuecomment-2232615973 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] [regression-test](variant) seperate and optimize cases [doris]

2024-07-17 Thread via GitHub
eldenmoon commented on PR #37991: URL: https://github.com/apache/doris/pull/37991#issuecomment-2232618156 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] [opt](Nereids) support no-key hint parameter (#37720) [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37989: URL: https://github.com/apache/doris/pull/37989#issuecomment-2232619227 ClickBench: Total hot run time: 30.58 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [regression](limit) Add group by limit regression test case [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37940: URL: https://github.com/apache/doris/pull/37940#issuecomment-2232619993 ClickBench: Total hot run time: 31.55 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [refine](pipeline) remove no pipeline code in SenderQueue [doris]

2024-07-17 Thread via GitHub
Mryange commented on PR #37208: URL: https://github.com/apache/doris/pull/37208#issuecomment-2232620770 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](delete-sign) Disable deletion with delete sign when doing cumulative compaction [doris]

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

Re: [PR] [enhancement](profile) Store profile on disk so that we can hold more profile in memory [doris]

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

Re: [PR] [fix](nereids) fix aggr node colocate flag which local shuffle depending on [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37788: URL: https://github.com/apache/doris/pull/37788#issuecomment-2232624781 ClickBench: Total hot run time: 31.47 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](Nereids) support no-key hint parameter (#37720) [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37989: URL: https://github.com/apache/doris/pull/37989#issuecomment-2232624857 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 189eca7512ed1dd761b0b84c4f43fda7deb37388 with default session variables Stream

Re: [PR] [refine](pipeline) remove no pipeline code in SenderQueue [doris]

2024-07-17 Thread via GitHub
Mryange commented on PR #37208: URL: https://github.com/apache/doris/pull/37208#issuecomment-2232624937 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] [fix]Fix the error of missing content returned by schema change response [doris-flink-connector]

2024-07-17 Thread via GitHub
DongLiang-0 opened a new pull request, #433: URL: https://github.com/apache/doris-flink-connector/pull/433 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original

Re: [PR] [Enhancement](group commit)Optimize be select for group commit [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #35558: URL: https://github.com/apache/doris/pull/35558#issuecomment-2232626373 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] [feature](mtmv) Support variants rewrite by materialized view [doris]

2024-07-17 Thread via GitHub
seawinde commented on code in PR #37929: URL: https://github.com/apache/doris/pull/37929#discussion_r1680568378 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/AbstractMaterializedViewRule.java: ## @@ -568,6 +563,93 @@ protected List rewriteExpression(L

Re: [PR] [fix](sink) The issue with 2GB limit of protocol buffer [doris]

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

Re: [PR] [refine](pipeline) remove no pipeline code in SenderQueue [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37208: URL: https://github.com/apache/doris/pull/37208#issuecomment-2232629628 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](delete-sign) Disable deletion with delete sign when doing cumulative compaction [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37950: URL: https://github.com/apache/doris/pull/37950#issuecomment-2232631406 ClickBench: Total hot run time: 31.46 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [regression-test](variant) seperate and optimize cases [doris]

2024-07-17 Thread via GitHub
eldenmoon commented on PR #37991: URL: https://github.com/apache/doris/pull/37991#issuecomment-2232636243 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] [refine](pipeline) remove no pipeline code in SenderQueue [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37208: URL: https://github.com/apache/doris/pull/37208#issuecomment-2232634687 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

[PR] [opt](nereids) print ignored runtime filter in shape/physical plan [doris]

2024-07-17 Thread via GitHub
englefly opened a new pull request, #37993: URL: https://github.com/apache/doris/pull/37993 ## Proposed changes shape plan and physical plan should display the "ignore" tag of ignored runtime filters ` mysql> set ignore_runtime_filter_ids="1"; Query OK, 0 rows affected (0.00 sec)

Re: [PR] [opt](nereids) print ignored runtime filter in shape/physical plan [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37993: URL: https://github.com/apache/doris/pull/37993#issuecomment-2232636629 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] [opt](nereids) print ignored runtime filter in shape/physical plan [doris]

2024-07-17 Thread via GitHub
englefly commented on PR #37993: URL: https://github.com/apache/doris/pull/37993#issuecomment-2232639532 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](sink) The issue with 2GB limit of protocol buffer [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37990: URL: https://github.com/apache/doris/pull/37990#issuecomment-2232639738 ClickBench: Total hot run time: 31 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools Cli

Re: [PR] [Feature](Planner) Support `SET_VAR` hint in insert statement [doris]

2024-07-17 Thread via GitHub
morrySnow commented on code in PR #36579: URL: https://github.com/apache/doris/pull/36579#discussion_r1680578631 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/insert/InsertUtils.java: ## @@ -395,16 +411,21 @@ private static Expression castValue(Expres

Re: [PR] [fix](function) fix the be coredump caused by a constant in the field… [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37567: URL: https://github.com/apache/doris/pull/37567#issuecomment-2232644368 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](function) fix the be coredump caused by a constant in the field… [doris]

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

Re: [PR] [enhancement](test)remove redundant test cases [doris]

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

Re: [PR] [enhancement](test)remove redundant test cases [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37866: URL: https://github.com/apache/doris/pull/37866#issuecomment-2232646046 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](function) fix the be coredump caused by a constant in the field… [doris]

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

(doris) branch branch-1.2-lts updated: [fix](function) fix the be coredump caused by a constant in the field… (#37567)

2024-07-17 Thread lide
This is an automated email from the ASF dual-hosted git repository. lide pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new ccdf9382d77 [fix](function) fix the

Re: [PR] [Improment]Query queued by be memory [doris]

2024-07-17 Thread via GitHub
wangbo commented on PR #37559: URL: https://github.com/apache/doris/pull/37559#issuecomment-2232655697 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](spill) disable partitioned agg when group by limit opt is set [doris]

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

Re: [PR] [opt](mv) fix bug in fetching mv row count [doris]

2024-07-17 Thread via GitHub
Jibing-Li commented on code in PR #37923: URL: https://github.com/apache/doris/pull/37923#discussion_r1680592807 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/algebra/CatalogRelation.java: ## @@ -27,4 +27,9 @@ public interface CatalogRelation extends Relation

Re: [PR] [Improment]Query queued by be memory [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37559: URL: https://github.com/apache/doris/pull/37559#issuecomment-2232661733 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] unsupport when use doris catalog list views [doris-flink-connector]

2024-07-17 Thread via GitHub
JNSimba merged PR #432: URL: https://github.com/apache/doris-flink-connector/pull/432 -- 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: [Fix] unsupport when use doris catalog list views (#432)

2024-07-17 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 f92bc754 [Fix] unsupport when use d

Re: [PR] [opt](mv) fix bug in fetching mv row count [doris]

2024-07-17 Thread via GitHub
englefly commented on code in PR #37923: URL: https://github.com/apache/doris/pull/37923#discussion_r1680599132 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/algebra/CatalogRelation.java: ## @@ -27,4 +27,9 @@ public interface CatalogRelation extends Relation {

Re: [PR] [Improment]Query queued by be memory [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37559: URL: https://github.com/apache/doris/pull/37559#issuecomment-2232665185 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](delete) fixed special decimal values [doris]

2024-07-17 Thread via GitHub
felixwluo commented on PR #37854: URL: https://github.com/apache/doris/pull/37854#issuecomment-2232671377 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] [fix](nereids)acos function should return null literal instead of NaN value [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37932: URL: https://github.com/apache/doris/pull/37932#issuecomment-2232669930 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [fix](nereids)acos function should return null literal instead of NaN value [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37932: URL: https://github.com/apache/doris/pull/37932#issuecomment-2232670096 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](test)fix unstable test case [doris]

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

(doris) branch master updated (5670e1ae764 -> aa968d6dc0e)

2024-07-17 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 5670e1ae764 [fix](nereids)subquery unnesting get wrong result if correlated conjuncts is not slot_a = slot_b (#3764

Re: [PR] [refine](pipeline) remove no pipeline code in SenderQueue [doris]

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

Re: [PR] [fix](spill) disable partitioned agg when group by limit opt is set [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37873: URL: https://github.com/apache/doris/pull/37873#issuecomment-2232674947 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](spill) disable partitioned agg when group by limit opt is set [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37873: URL: https://github.com/apache/doris/pull/37873#issuecomment-2232674999 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](delete) fixed special decimal values [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37854: URL: https://github.com/apache/doris/pull/37854#issuecomment-2232681795 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](spill) disable partitioned agg when group by limit opt is set [doris]

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

Re: [PR] [feature](mtmv) Support variants rewrite by materialized view [doris]

2024-07-17 Thread via GitHub
seawinde commented on PR #37929: URL: https://github.com/apache/doris/pull/37929#issuecomment-2232684039 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](column nullable) Optimization for ColumnNullable serialization [doris]

2024-07-17 Thread via GitHub
zhiqiang- commented on PR #37896: URL: https://github.com/apache/doris/pull/37896#issuecomment-2232693245 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] [fix](spill) disable partitioned agg when group by limit opt is set [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37873: URL: https://github.com/apache/doris/pull/37873#issuecomment-2232691552 ClickBench: Total hot run time: 30.87 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix]fix be core when migration tablet to other disk [doris]

2024-07-17 Thread via GitHub
z404289981 commented on PR #37712: URL: https://github.com/apache/doris/pull/37712#issuecomment-2232692863 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 commen

Re: [PR] [refine](pipeline) remove no pipeline code in SenderQueue [doris]

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

Re: [PR] [Chore](dependencies)upgrade netty to 4.1.111.final [doris]

2024-07-17 Thread via GitHub
CalvinKirs commented on PR #37994: URL: https://github.com/apache/doris/pull/37994#issuecomment-2232695738 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

[PR] [Chore](dependencies)upgrade netty to 4.1.111.final [doris]

2024-07-17 Thread via GitHub
CalvinKirs opened a new pull request, #37994: URL: https://github.com/apache/doris/pull/37994 ## 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

Re: [PR] [Chore](dependencies)upgrade netty to 4.1.111.final [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37994: URL: https://github.com/apache/doris/pull/37994#issuecomment-2232695611 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] [bug](delete) fix delete random distributed tbl [doris]

2024-07-17 Thread via GitHub
DarvenDuan commented on PR #37985: URL: https://github.com/apache/doris/pull/37985#issuecomment-2232698065 > add test case please done -- 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 s

[PR] [fix](case)fix s3 tvf case failed in pipeline of 2.1 [doris]

2024-07-17 Thread via GitHub
zddr opened a new pull request, #37995: URL: https://github.com/apache/doris/pull/37995 default value `enable_fallback_to_original_planner` is true, resource priv check only support in nereids,so need set enable_fallback_to_original_planner=false; -- This is an automated message

Re: [PR] [fix](case)fix s3 tvf case failed in pipeline of 2.1 [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37995: URL: https://github.com/apache/doris/pull/37995#issuecomment-2232702879 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](case)fix s3 tvf case failed in pipeline of 2.1 [doris]

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

Re: [PR] [opt](column nullable) Optimization for ColumnNullable serialization [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37896: URL: https://github.com/apache/doris/pull/37896#issuecomment-2232704130 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] [refine](pipeline) remove no pipeline code in SenderQueue [doris]

2024-07-17 Thread via GitHub
doris-robot commented on PR #37208: URL: https://github.com/apache/doris/pull/37208#issuecomment-2232705189 ClickBench: Total hot run time: 30.82 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix](regression) fix regression sql which has schema change [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37941: URL: https://github.com/apache/doris/pull/37941#issuecomment-2232707608 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](regression) fix regression sql which has schema change [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37941: URL: https://github.com/apache/doris/pull/37941#issuecomment-2232707688 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](function) the bucket number arg of width_bucket should be a positive integer value [doris]

2024-07-17 Thread via GitHub
github-actions[bot] commented on PR #37892: URL: https://github.com/apache/doris/pull/37892#issuecomment-2232707952 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](function) the bucket number arg of width_bucket should be a positive integer value [doris]

2024-07-17 Thread via GitHub
zhiqiang- commented on code in PR #37892: URL: https://github.com/apache/doris/pull/37892#discussion_r1680633197 ## be/src/vec/functions/function_width_bucket.cpp: ## @@ -86,12 +92,12 @@ class FunctionWidthBucket : public IFunction { void _execute(const IColumn& expr_co

[PR] [fix](nereids)acos function should return null literal instead of NaN value [doris]

2024-07-17 Thread via GitHub
starocean999 opened a new pull request, #37996: URL: https://github.com/apache/doris/pull/37996 pick from master https://github.com/apache/doris/pull/37932 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service

  1   2   3   4   5   6   7   8   9   10   >