Re: [PR] [feature](agg) support aggregate function group_array_intersect [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33265: URL: https://github.com/apache/doris/pull/33265#issuecomment-2039962048 ClickBench: Total hot run time: 29.74 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [fix](spill) fix hash join error 'invalid slot id' [doris]

2024-04-05 Thread via GitHub
jacktengg opened a new pull request, #33273: URL: https://github.com/apache/doris/pull/33273 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailt

Re: [PR] [feature](agg) support aggregate function group_array_intersect [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33265: URL: https://github.com/apache/doris/pull/33265#issuecomment-2039967751 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit efa5d25102705565ed81d0f5695a53fdb05c7ff8 with default session variables Stream

Re: [PR] [Feature](function) Add function strcmp [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on code in PR #33272: URL: https://github.com/apache/doris/pull/33272#discussion_r1553771820 ## be/src/vec/functions/function_string.h: ## @@ -294,6 +294,62 @@ struct SubstringUtil { } }; +class FunctionStrcmp : public IFunction { +public: +

Re: [PR] [release](version) change branch-2.0 version to 2.0.8 [doris]

2024-04-05 Thread via GitHub
xiaokang merged PR #33219: URL: https://github.com/apache/doris/pull/33219 -- 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.0 updated: [release](version) change branch-2.0 version to 2.0.8 (#33219)

2024-04-05 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 39afff2026b [release](version) change bran

Re: [PR] [fix](spill) fix hash join error 'invalid slot id' [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33273: URL: https://github.com/apache/doris/pull/33273#issuecomment-2039965301 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](spill) fix hash join error 'invalid slot id' [doris]

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

(doris) tag 2.0.8 created (now 39afff2026b)

2024-04-05 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to tag 2.0.8 in repository https://gitbox.apache.org/repos/asf/doris.git at 39afff2026b (commit) No new revisions were added by this update. -

Re: [PR] [fix](spill) fix hash join error 'invalid slot id' [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33273: URL: https://github.com/apache/doris/pull/33273#issuecomment-2039978020 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] [chore](ci) set enableKafkaTest=true for test_routine_load [doris]

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

Re: [PR] [Feature](function) Add function strcmp [doris]

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

Re: [PR] [chore](ci) set enableKafkaTest=true for test_routine_load [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33271: URL: https://github.com/apache/doris/pull/33271#issuecomment-2040029319 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) fix hash join error 'invalid slot id' [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33273: URL: https://github.com/apache/doris/pull/33273#issuecomment-2040036571 TeamCity be ut coverage result: Function Coverage: 35.64% (8885/24932) Line Coverage: 27.37% (72929/266455) Region Coverage: 26.55% (37707/142037) Branch Coverage: 23.3

Re: [PR] [Feature](function) Add function strcmp [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2040038749 TeamCity be ut coverage result: Function Coverage: 35.64% (/24938) Line Coverage: 27.38% (72955/266499) Region Coverage: 26.55% (37723/142060) Branch Coverage: 23.3

[PR] [fix](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
gavinchou opened a new pull request, #33274: URL: https://github.com/apache/doris/pull/33274 `llvm-profdata merge -o` doesn't need a quoted param. -- 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

Re: [PR] [fix](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040042777 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](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040043929 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/8571862822";) output. shellcheck err

Re: [PR] [fix](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
gavinchou commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040043165 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] [Feature](function) Add function strcmp [doris]

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

Re: [PR] [fix](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040058353 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) fix hash join error 'invalid slot id' [doris]

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

Re: [PR] [Feature](function) Add function strcmp [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2040064382 ClickBench: Total hot run time: 29.92 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [chore](ci) cloud_p* checkout the same commit as in compile [doris]

2024-04-05 Thread via GitHub
hello-stephen commented on PR #33215: URL: https://github.com/apache/doris/pull/33215#issuecomment-2040069805 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] [Feature](function) Add function strcmp [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2040070785 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 2ffd131c4e27563be5bf7e529842031b7cd0b31d with default session variables Stream

Re: [PR] [feature](agg) support aggregate function group_array_intersect [doris]

2024-04-05 Thread via GitHub
superdiaodiao commented on PR #33265: URL: https://github.com/apache/doris/pull/33265#issuecomment-2040083870 run feut -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

(doris) branch master updated: [Improvement](executor)Add BypassWorkloadGroup to pass query queue #33101

2024-04-05 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 31dfc40ecb2 [Improvement](executor)Add BypassWo

Re: [PR] [fix](spill) fix hash join error 'invalid slot id' [doris]

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

Re: [PR] [Improvement](executor)Add BypassWorkloadGroup to pass query queue [doris]

2024-04-05 Thread via GitHub
yiguolei merged PR #33101: URL: https://github.com/apache/doris/pull/33101 -- 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](spill) fix hash join error 'invalid slot id' [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33273: URL: https://github.com/apache/doris/pull/33273#issuecomment-2040099325 ClickBench: Total hot run time: 29.33 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](rpc) do not sanitizer exception of thrift rpc [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33267: URL: https://github.com/apache/doris/pull/33267#issuecomment-2040108662 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) fix hash join error 'invalid slot id' [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33273: URL: https://github.com/apache/doris/pull/33273#issuecomment-2040110245 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 683f191819d77079e958f5097e0d857a3c9a1e36 with default session variables Stream

Re: [PR] [fix](merge-cloud) update modify backend's cluster name [doris]

2024-04-05 Thread via GitHub
dataroaring merged PR #33263: URL: https://github.com/apache/doris/pull/33263 -- 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: [fix](merge-cloud) update modify backend's cluster name (#33263)

2024-04-05 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 026ef3c4bdd [fix](merge-cloud) update modify

svn commit: r68330 - in /dev/doris/2.0.8: ./ apache-doris-2.0.8-src.tar.gz apache-doris-2.0.8-src.tar.gz.asc apache-doris-2.0.8-src.tar.gz.sha512

2024-04-05 Thread kxiao
Author: kxiao Date: Fri Apr 5 15:54:32 2024 New Revision: 68330 Log: doris 2.0.8 release Added: dev/doris/2.0.8/ dev/doris/2.0.8/apache-doris-2.0.8-src.tar.gz (with props) dev/doris/2.0.8/apache-doris-2.0.8-src.tar.gz.asc (with props) dev/doris/2.0.8/apache-doris-2.0.8-src.ta

[PR] [fix](routine-load) fix routine load lock do not release [doris]

2024-04-05 Thread via GitHub
HHoflittlefish777 opened a new pull request, #33275: URL: https://github.com/apache/doris/pull/33275 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.or

Re: [PR] [fix](routine-load) fix routine load lock do not release [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33275: URL: https://github.com/apache/doris/pull/33275#issuecomment-2040178873 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](routine-load) fix routine load lock do not release [doris]

2024-04-05 Thread via GitHub
HHoflittlefish777 commented on PR #33275: URL: https://github.com/apache/doris/pull/33275#issuecomment-2040178965 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](routine-load) fix routine load lock do not release [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33275: URL: https://github.com/apache/doris/pull/33275#issuecomment-2040193102 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](routine-load) fix routine load lock do not release [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33275: URL: https://github.com/apache/doris/pull/33275#issuecomment-2040193190 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

[I] Release Note 2.0.8 [doris]

2024-04-05 Thread via GitHub
xiaokang opened a new issue, #33276: URL: https://github.com/apache/doris/issues/33276 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description _No response_

Re: [PR] [fix](routine-load) fix routine load lock do not release [doris]

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

Re: [PR] [fix](routine-load) fix routine load lock do not release [doris]

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

Re: [PR] [fix](routine-load) fix routine load lock do not release [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33275: URL: https://github.com/apache/doris/pull/33275#issuecomment-2040266670 ClickBench: Total hot run time: 29.42 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](agg) support aggregate function group_array_intersect [doris]

2024-04-05 Thread via GitHub
superdiaodiao commented on PR #33265: URL: https://github.com/apache/doris/pull/33265#issuecomment-2040266363 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] [fix](routine-load) fix routine load lock do not release [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33275: URL: https://github.com/apache/doris/pull/33275#issuecomment-2040270922 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 62ddbbe6b1b53daf9983ad82996e4dcfc5f8db5f with default session variables Stream

Re: [PR] [fix](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040326399 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/8573705513";) output. shellcheck err

Re: [PR] [fix](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040331965 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](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040353012 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/8573865192";) output. shellcheck err

Re: [PR] [fix](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040360824 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/8573934395";) output. shellcheck err

Re: [PR] [fix](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040362401 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/8573945976";) output. shellcheck err

Re: [PR] [fix](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040359574 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](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040367032 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](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040367965 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](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040372754 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](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
gavinchou commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040396117 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] [Feature](function) Add function strcmp [doris]

2024-04-05 Thread via GitHub
xiedeyantu commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2040687460 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 unsubsc

Re: [PR] [Improvement](min-max) reduce copy on store_string_ref [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33232: URL: https://github.com/apache/doris/pull/33232#issuecomment-2040796107 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] [Improvement](min-max) reduce copy on store_string_ref [doris]

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

Re: [PR] [Feature](function) Add function strcmp [doris]

2024-04-05 Thread via GitHub
xiedeyantu commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2040801279 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 unsubsc

Re: [PR] [GEO][OSPP][WIP] add more geotype and geo funtions [doris]

2024-04-05 Thread via GitHub
github-actions[bot] closed pull request #25030: [GEO][OSPP][WIP] add more geotype and geo funtions URL: https://github.com/apache/doris/pull/25030 -- 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

Re: [PR] [fix](k8s) specify namespace using downward api [doris]

2024-04-05 Thread via GitHub
github-actions[bot] closed pull request #24961: [fix](k8s) specify namespace using downward api URL: https://github.com/apache/doris/pull/24961 -- 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 sp

Re: [PR] [Test](Nereids) add comment of rules and add unit tests [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #24743: URL: https://github.com/apache/doris/pull/24743#issuecomment-2040803476 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [feature](system) support decommission disk for doris [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #24575: URL: https://github.com/apache/doris/pull/24575#issuecomment-2040803486 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [typo](docs) Fix doc links to 404 (#24417) [doris]

2024-04-05 Thread via GitHub
github-actions[bot] closed pull request #24418: [typo](docs) Fix doc links to 404 (#24417) URL: https://github.com/apache/doris/pull/24418 -- 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 specifi

Re: [PR] [feature](cache) 2q LRU cache [doris]

2024-04-05 Thread via GitHub
github-actions[bot] closed pull request #23546: [feature](cache) 2q LRU cache URL: https://github.com/apache/doris/pull/23546 -- 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] [feature-wip](meta) create or replace to overwrite table (#21834) [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #22636: URL: https://github.com/apache/doris/pull/22636#issuecomment-2040803522 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

Re: [PR] [fix](routine-load) fix routine load lock do not release [doris]

2024-04-05 Thread via GitHub
dataroaring merged PR #33275: URL: https://github.com/apache/doris/pull/33275 -- 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: [fix](routine-load) fix routine load lock do not release (#33275)

2024-04-05 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 8429353e79e [fix](routine-load) fix routine

Re: [PR] [fix](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040833801 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](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

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

Re: [PR] [Feature](function) Add function strcmp [doris]

2024-04-05 Thread via GitHub
dataroaring commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2040834528 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 master updated: [chore](ci) set enableKafkaTest=true for test_routine_load (#33271)

2024-04-05 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 e7a468b7b31 [chore](ci) set enableKafkaTest=

Re: [PR] [chore](ci) set enableKafkaTest=true for test_routine_load [doris]

2024-04-05 Thread via GitHub
dataroaring merged PR #33271: URL: https://github.com/apache/doris/pull/33271 -- 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](merge-cloud) change cloud rebalance config to masterOnly=true [doris]

2024-04-05 Thread via GitHub
dataroaring merged PR #33261: URL: https://github.com/apache/doris/pull/33261 -- 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] [Feature](function) Add function strcmp [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2040843303 TeamCity be ut coverage result: Function Coverage: 35.64% (/24938) Line Coverage: 27.38% (72955/266499) Region Coverage: 26.55% (37721/142060) Branch Coverage: 23.3

(doris) branch master updated (e7a468b7b31 -> 99f1127b554)

2024-04-05 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from e7a468b7b31 [chore](ci) set enableKafkaTest=true for test_routine_load (#33271) add 99f1127b554 [fix](merge-

Re: [PR] [feature](agg) support aggregate function group_array_intersect [doris]

2024-04-05 Thread via GitHub
superdiaodiao commented on PR #33265: URL: https://github.com/apache/doris/pull/33265#issuecomment-2040843717 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] [Feature](function) Add function strcmp [doris]

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

Re: [PR] [Feature](function) Add function strcmp [doris]

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

Re: [PR] [Feature](function) Add function strcmp [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2040852309 ClickBench: Total hot run time: 29.44 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature](function) Add function strcmp [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2040853081 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit d61cd5c66dccf36ff9738d428bae1b1a8d647880 with default session variables Stream

Re: [PR] [fix](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
liaoxin01 commented on code in PR #33274: URL: https://github.com/apache/doris/pull/33274#discussion_r1554485213 ## cloud/script/run_all_tests.sh: ## @@ -104,21 +104,23 @@ echo "DORIS_JAVA_HOME=${DORIS_JAVA_HOME}" export LD_LIBRARY_PATH="${DORIS_JAVA_HOME}/lib/server:${LD_LIB

Re: [PR] [fix](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
gavinchou commented on code in PR #33274: URL: https://github.com/apache/doris/pull/33274#discussion_r1554487600 ## cloud/script/run_all_tests.sh: ## @@ -104,21 +104,23 @@ echo "DORIS_JAVA_HOME=${DORIS_JAVA_HOME}" export LD_LIBRARY_PATH="${DORIS_JAVA_HOME}/lib/server:${LD_LIB

Re: [PR] [fix](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040890322 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](UT) Fix incorrect command for cloud run_all_tests.sh [doris]

2024-04-05 Thread via GitHub
gavinchou commented on PR #33274: URL: https://github.com/apache/doris/pull/33274#issuecomment-2040890664 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] [Feature](function) Add function strcmp [doris]

2024-04-05 Thread via GitHub
xiedeyantu commented on PR #33272: URL: https://github.com/apache/doris/pull/33272#issuecomment-2040898812 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 unsubsc

[PR] [improvement](spill) avoid unnecessary spilling in hash join build phase [doris]

2024-04-05 Thread via GitHub
mrhhsg opened a new pull request, #33277: URL: https://github.com/apache/doris/pull/33277 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d

Re: [PR] [improvement](spill) avoid unnecessary spilling in hash join build phase [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33277: URL: https://github.com/apache/doris/pull/33277#issuecomment-2040899743 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](spill) avoid unnecessary spilling in hash join build phase [doris]

2024-04-05 Thread via GitHub
mrhhsg commented on PR #33277: URL: https://github.com/apache/doris/pull/33277#issuecomment-2040899765 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] [improvement](spill) avoid unnecessary spilling in hash join build phase [doris]

2024-04-05 Thread via GitHub
github-actions[bot] commented on code in PR #33277: URL: https://github.com/apache/doris/pull/33277#discussion_r1554498939 ## be/src/pipeline/exec/partitioned_hash_join_sink_operator.cpp: ## @@ -55,10 +57,69 @@ Status PartitionedHashJoinSinkLocalState::close(RuntimeState* state

Re: [PR] [improvement](spill) avoid unnecessary spilling in hash join build phase [doris]

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

Re: [PR] [improvement](spill) avoid unnecessary spilling in hash join build phase [doris]

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

Re: [PR] [improvement](spill) avoid unnecessary spilling in hash join build phase [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33277: URL: https://github.com/apache/doris/pull/33277#issuecomment-2040952507 ClickBench: Total hot run time: 30.07 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [improvement](spill) avoid unnecessary spilling in hash join build phase [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33277: URL: https://github.com/apache/doris/pull/33277#issuecomment-2040953079 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 68d6810a504d09cd431a5d319763f95bc00216db with default session variables Stream

Re: [PR] [testcase](hive)add exception test for hive txn [doris]

2024-04-05 Thread via GitHub
doris-robot commented on PR #33278: URL: https://github.com/apache/doris/pull/33278#issuecomment-2040959630 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] [testcase](hive)add exception test for hive txn [doris]

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

[PR] [testcase](hive)add exception test for hive txn [doris]

2024-04-05 Thread via GitHub
wuwenchi opened a new pull request, #33278: URL: https://github.com/apache/doris/pull/33278 ## Proposed changes Issue #31442 #32726 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d

[PR] (cloud-merge) Modify the cluster name in ttl test [doris]

2024-04-05 Thread via GitHub
Lchangliang opened a new pull request, #33279: URL: https://github.com/apache/doris/pull/33279 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mai

Re: [PR] (cloud-merge) Modify the cluster name in ttl test [doris]

2024-04-05 Thread via GitHub
Lchangliang commented on PR #33279: URL: https://github.com/apache/doris/pull/33279#issuecomment-2040959871 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

<    1   2   3   >