(doris) branch branch-2.1 updated: [fix](Nereids): Convert VarcharLiteral to StringLikeLiteral in Function Signatures (#35536)

2024-05-31 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 bc95902fedd [fix](Nereids): Convert Var

(doris) branch master updated: [fix](Nereids): Convert VarcharLiteral to StringLikeLiteral in Function Signatures (#35536)

2024-05-31 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 78431dbb80d [fix](Nereids): Convert VarcharLite

Re: [PR] [fix](Nereids): Convert VarcharLiteral to StringLikeLiteral in Function Signatures [doris]

2024-05-31 Thread via GitHub
yiguolei merged PR #35536: URL: https://github.com/apache/doris/pull/35536 -- 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](stream_load) fix stream load may failed caused by column name with keyword [doris]

2024-05-31 Thread via GitHub
caiconghui commented on PR #35754: URL: https://github.com/apache/doris/pull/35754#issuecomment-2143291906 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

(doris) branch stream_load_error updated (31b1755b73b -> cfd8ac628fa)

2024-05-31 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch stream_load_error in repository https://gitbox.apache.org/repos/asf/doris.git discard 31b1755b73b [fix](stream_load) fix stream load may failed caused by column name with keyword add b

Re: [PR] [bugfix](hive)fix testcase for test_hive_write_different_path for 2.1 [doris]

2024-05-31 Thread via GitHub
wuwenchi closed pull request #35211: [bugfix](hive)fix testcase for test_hive_write_different_path for 2.1 URL: https://github.com/apache/doris/pull/35211 -- 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 g

Re: [PR] [improvement](DDL)Automatically convert string type partition into varchar(65533) [doris]

2024-05-31 Thread via GitHub
wuwenchi closed pull request #35279: [improvement](DDL)Automatically convert string type partition into varchar(65533) URL: https://github.com/apache/doris/pull/35279 -- 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](stream_load) fix stream load may failed caused by column name with keyword [doris]

2024-05-31 Thread via GitHub
doris-robot commented on PR #35754: URL: https://github.com/apache/doris/pull/35754#issuecomment-2143290160 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] [fix](stream_load) fix stream load may failed caused by column name with keyword [doris]

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

Re: [PR] [fix](stream_load) fix stream load may failed caused by column name with keyword [doris]

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

Re: [PR] [fix](Nereids): Convert VarcharLiteral to StringLikeLiteral in Function Signatures [doris]

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

Re: [PR] Stream load error [doris]

2024-05-31 Thread via GitHub
doris-robot commented on PR #35754: URL: https://github.com/apache/doris/pull/35754#issuecomment-2143276884 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

(doris) 01/01: [fix](stream_load) fix stream load may failed caused by column name with keyword

2024-05-31 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch stream_load_error in repository https://gitbox.apache.org/repos/asf/doris.git commit 31b1755b73b4a410904993f63b460f87c872d331 Author: caiconghui1 AuthorDate: Fri May 31 15:48:13 2024 +0800

(doris) branch stream_load_error updated (c49c0aae020 -> 31b1755b73b)

2024-05-31 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch stream_load_error in repository https://gitbox.apache.org/repos/asf/doris.git discard c49c0aae020 [fix](stream_load) fix stream load may failed caused by column name with keyword discard d

Re: [PR] [fix](Nereids) unix_timestamp compute signature and fold const is wrong [doris]

2024-05-31 Thread via GitHub
924060929 commented on PR #35727: URL: https://github.com/apache/doris/pull/35727#issuecomment-2143277401 `Integer.parseInt` can not process string float string ```java jshell> Integer.parseInt("3.14159") | 异常错误 java.lang.NumberFormatException:For input string: "3.14159" |

Re: [PR] [fix](stream_load) fix stream load may failed caused by column name with keyword [doris]

2024-05-31 Thread via GitHub
caiconghui commented on PR #35754: URL: https://github.com/apache/doris/pull/35754#issuecomment-2143277147 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] Stream load error [doris]

2024-05-31 Thread via GitHub
caiconghui opened a new pull request, #35754: URL: https://github.com/apache/doris/pull/35754 ## 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

(doris) 05/05: [fix](stream_load) fix stream load may failed caused by column name with keyword

2024-05-31 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch stream_load_error in repository https://gitbox.apache.org/repos/asf/doris.git commit c49c0aae020b1389a2474c5aca5d3fd5e69fe7c5 Author: caiconghui1 AuthorDate: Sat Jun 1 11:58:52 2024 +0800

(doris) 02/05: fix

2024-05-31 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch stream_load_error in repository https://gitbox.apache.org/repos/asf/doris.git commit c730b5cf93f67fca36f97fd33b7d2960d4492bb4 Author: caiconghui1 AuthorDate: Sat Jun 1 11:27:05 2024 +0800

(doris) 01/05: fix

2024-05-31 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch stream_load_error in repository https://gitbox.apache.org/repos/asf/doris.git commit d8d0ac1e6593ac7650d63c52c4b0c243566456aa Author: caiconghui1 AuthorDate: Fri May 31 15:48:13 2024 +0800

(doris) 03/05: fix

2024-05-31 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch stream_load_error in repository https://gitbox.apache.org/repos/asf/doris.git commit 4d7e897ad7996acf81f4a858ed2c213cc546bcb0 Author: caiconghui1 AuthorDate: Sat Jun 1 11:29:55 2024 +0800

(doris) 04/05: fix

2024-05-31 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch stream_load_error in repository https://gitbox.apache.org/repos/asf/doris.git commit d0ebd3ea83a0b7e97b64e9e4d843e5ef0c6d8345 Author: caiconghui1 AuthorDate: Sat Jun 1 11:55:02 2024 +0800

(doris) branch stream_load_error created (now c49c0aae020)

2024-05-31 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch stream_load_error in repository https://gitbox.apache.org/repos/asf/doris.git at c49c0aae020 [fix](stream_load) fix stream load may failed caused by column name with keyword This bran

Re: [PR] [fix](Nereids): Convert VarcharLiteral to StringLikeLiteral in Function Signatures [doris]

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

Re: [PR] [fix](Nereids): Convert VarcharLiteral to StringLikeLiteral in Function Signatures [doris]

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

Re: [PR] [fix](hive) support hive3 timestamp with local time zone [doris]

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

Re: [PR] [BugFix](StoragePolicy) fix modify partition's storage policy with different resource issue succeed with execption [doris]

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

(doris) 02/02: [Fix](inverted index) fix fast execute condition for vexpr (#35673)

2024-05-31 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 commit f67bd4b03bbc5223577d71ba1ffc46b481ac52e1 Author: airborne12 AuthorDate: Sat Jun 1 08:23:01 2024 +0800 [Fix](in

(doris) 01/02: [Bug](load) fix s3 load not display the progress info (#35719)

2024-05-31 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 commit 8df1a3c84948bd40ce25f3e237facc94175f1e69 Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com> Autho

Re: [PR] [BugFix](StoragePolicy) fix modify partition's storage policy with different resource issue succeed with execption [doris]

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

(doris) branch branch-2.1 updated (d83c7148241 -> f67bd4b03bb)

2024-05-31 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 d83c7148241 [branch-2.1](routine-load) adjusting the default configuration of routing load (#35753) new 8df

(doris) branch master updated: [Bug](load) fix s3 load not display the progress info (#35719)

2024-05-31 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 2ba385385a1 [Bug](load) fix s3 load not display

Re: [PR] [Bug](load) fix s3 load not display the progress info [doris]

2024-05-31 Thread via GitHub
yiguolei merged PR #35719: URL: https://github.com/apache/doris/pull/35719 -- 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](routine-load) adjusting the default configuration of routing load (#35753)

2024-05-31 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 d83c7148241 [branch-2.1](routine-load)

Re: [PR] [branch-2.1](routine-load) adjusting the default configuration of routing load [doris]

2024-05-31 Thread via GitHub
yiguolei merged PR #35753: URL: https://github.com/apache/doris/pull/35753 -- 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] [BugFix](StoragePolicy) fix modify partition's storage policy with different resource issue succeed with execption [doris]

2024-05-31 Thread via GitHub
doris-robot commented on PR #35421: URL: https://github.com/apache/doris/pull/35421#issuecomment-2143260002 TPC-H: Total hot run time: 40857 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](routine-load) adjusting the default configuration of routing load [doris]

2024-05-31 Thread via GitHub
doris-robot commented on PR #35753: URL: https://github.com/apache/doris/pull/35753#issuecomment-2143245608 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] [branch-2.1](routine-load) adjusting the default configuration of routing load [doris]

2024-05-31 Thread via GitHub
HHoflittlefish777 opened a new pull request, #35753: URL: https://github.com/apache/doris/pull/35753 #34898 -- 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] [Bug](load) fix s3 load not display the progress info [doris]

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

Re: [PR] [featrue](expr) check expr return type and block column type [doris]

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

Re: [PR] [Bug](load) fix s3 load not display the progress info [doris]

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

Re: [PR] [featrue](expr) check expr return type and block column type [doris]

2024-05-31 Thread via GitHub
doris-robot commented on PR #35032: URL: https://github.com/apache/doris/pull/35032#issuecomment-2143235357 TeamCity be ut coverage result: Function Coverage: 36.20% (9225/25485) Line Coverage: 27.57% (75625/274271) Region Coverage: 26.79% (39143/146121) Branch Coverage: 23.5

Re: [PR] [featrue](expr) check expr return type and block column type [doris]

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

Re: [PR] [BugFix](StoragePolicy) fix modify partition's storage policy with different resource issue succeed with execption [doris]

2024-05-31 Thread via GitHub
Johnnyssc commented on PR #35421: URL: https://github.com/apache/doris/pull/35421#issuecomment-2143229368 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 com

Re: [PR] [Bug](load) fix s3 load not display the progress info [doris]

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

Re: [PR] [BugFix](StoragePolicy) fix modify partition's storage policy with different resource issue succeed with execption [doris]

2024-05-31 Thread via GitHub
Johnnyssc commented on PR #35421: URL: https://github.com/apache/doris/pull/35421#issuecomment-2143229009 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] [featrue](expr) check expr return type and block column type [doris]

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

Re: [PR] [Scanner](revert) revert the scanner change by apache#35604 [doris]

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

Re: [PR] [Scanner](revert) revert the scanner change by apache#35604 [doris]

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

Re: [PR] [Scanner](revert) revert the scanner change by apache#35604 [doris]

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

Re: [PR] [feature](be jvm monitor)append enable_jvm_monitor in be.conf to control jvm monitor. [doris]

2024-05-31 Thread via GitHub
yiguolei merged PR #35608: URL: https://github.com/apache/doris/pull/35608 -- 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: [feature](be jvm monitor)append enable_jvm_monitor in be.conf to control jvm monitor. (#35608)

2024-05-31 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 5368bb19b07 [feature](be jvm monitor)append ena

Re: [PR] [Scanner](revert) revert the scanner change by apache#35604 [doris]

2024-05-31 Thread via GitHub
doris-robot commented on PR #31508: URL: https://github.com/apache/doris/pull/31508#issuecomment-2143221020 TeamCity be ut coverage result: Function Coverage: 36.26% (9235/25467) Line Coverage: 27.63% (75740/274160) Region Coverage: 26.84% (39211/146083) Branch Coverage: 23.5

Re: [PR] [Scanner](revert) revert the scanner change by apache#35604 [doris]

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

[I] Release Notes 2.1.4 [doris]

2024-05-31 Thread via GitHub
yiguolei opened a new issue, #35752: URL: https://github.com/apache/doris/issues/35752 ### 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 ### Search before a

(doris-website) branch asf-site updated (a704bb318c8 -> 7d751626f22)

2024-05-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard a704bb318c8 Automated deployment with doris branch @ 1322c7a485641662a3290d5fb49c0202f487d0c3 new 7

Re: [PR] [Scanner](revert) revert the scanner change by apache#35604 [doris]

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

Re: [PR] [Scanner](revert) revert the scanner change by apache#35604 [doris]

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

Re: [PR] [feature](be jvm monitor)append enable_jvm_monitor in be.conf to control jvm monitor. [doris]

2024-05-31 Thread via GitHub
github-actions[bot] commented on PR #35608: URL: https://github.com/apache/doris/pull/35608#issuecomment-2143212562 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](be jvm monitor)append enable_jvm_monitor in be.conf to control jvm monitor. [doris]

2024-05-31 Thread via GitHub
github-actions[bot] commented on PR #35608: URL: https://github.com/apache/doris/pull/35608#issuecomment-2143212548 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](be jvm monitor)append enable_jvm_monitor in be.conf to control jvm monitor. [doris]

2024-05-31 Thread via GitHub
doris-robot commented on PR #35608: URL: https://github.com/apache/doris/pull/35608#issuecomment-2143207730 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

Re: [PR] [fix](partial update) duplicate key occur when BE restart after conflict concurrent partial update [doris]

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

Re: [PR] [featrue](expr) check expr return type and block column type [doris]

2024-05-31 Thread via GitHub
github-actions[bot] commented on PR #35032: URL: https://github.com/apache/doris/pull/35032#issuecomment-2143207238 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](be jvm monitor)append enable_jvm_monitor in be.conf to control jvm monitor. [doris]

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

Re: [PR] [fix](partial update) duplicate key occur when BE restart after conflict concurrent partial update [doris]

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

Re: [PR] [featrue](expr) check expr return type and block column type [doris]

2024-05-31 Thread via GitHub
Mryange commented on PR #35032: URL: https://github.com/apache/doris/pull/35032#issuecomment-2143203711 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](inverted index) add in list to fast execute logic after hit index [doris]

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

Re: [PR] [fix](segment cache) estimate momory consumed by segment (#35647) [doris]

2024-05-31 Thread via GitHub
github-actions[bot] commented on code in PR #35751: URL: https://github.com/apache/doris/pull/35751#discussion_r1623083352 ## be/src/olap/rowset/segment_v2/zone_map_index.cpp: ## @@ -173,9 +175,18 @@ Status ZoneMapIndexReader::_load(bool use_page_cache, bool kept_in_memory,

(doris) branch branch-2.1 updated: [fix](segment cache) estimate momory consumed by segment (#35647) (#35751)

2024-05-31 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 4e06f136f00 [fix](segment cache) est

Re: [PR] [fix](segment cache) estimate momory consumed by segment (#35647) [doris]

2024-05-31 Thread via GitHub
dataroaring merged PR #35751: URL: https://github.com/apache/doris/pull/35751 -- 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](inverted index) add in list to fast execute logic after hit index [doris]

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

Re: [PR] [Feature](exec) Support group by limit opt in BE code [doris]

2024-05-31 Thread via GitHub
github-actions[bot] commented on PR #29641: URL: https://github.com/apache/doris/pull/29641#issuecomment-2143201466 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](exec) Support group by limit opt in BE code [doris]

2024-05-31 Thread via GitHub
github-actions[bot] commented on PR #29641: URL: https://github.com/apache/doris/pull/29641#issuecomment-2143201441 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](be jvm monitor)append enable_jvm_monitor in be.conf to control jvm monitor. [doris]

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

Re: [PR] [fix](partial update) duplicate key occur when BE restart after conflict concurrent partial update [doris]

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

Re: [PR] [fix](inverted index) add in list to fast execute logic after hit index [doris]

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

Re: [PR] [only test] add Nereids id in profile [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #35538: [only test] add Nereids id in profile URL: https://github.com/apache/doris/pull/35538 -- 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] [only for test] "[fix](ubsan) fix some Undefined behavior #35393" [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #35394: [only for test] "[fix](ubsan) fix some Undefined behavior #35393" URL: https://github.com/apache/doris/pull/35394 -- 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](ubsan) fix some Undefined behavior [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #35393: [fix](ubsan) fix some Undefined behavior URL: https://github.com/apache/doris/pull/35393 -- 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](expr) Add length limit to the debug string of expr [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #33557: [feature](expr) Add length limit to the debug string of expr URL: https://github.com/apache/doris/pull/33557 -- 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

Re: [PR] [feature](pipelineX) Add type check between upstream and downstream operators. [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #33643: [feature](pipelineX) Add type check between upstream and downstream operators. URL: https://github.com/apache/doris/pull/33643 -- 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

[PR] [fix](segment cache) estimate momory consumed by segment (#35647) [doris]

2024-05-31 Thread via GitHub
dataroaring opened a new pull request, #35751: URL: https://github.com/apache/doris/pull/35751 The memory consumed in segment cache is 0 after https://github.com/apache/doris/pull/35432/files. The pr also tracks memory usage of column readers. ## Proposed changes Issue

Re: [PR] [test](case) add original planner case [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #34456: [test](case) add original planner case URL: https://github.com/apache/doris/pull/34456 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [feature](pred) Support xor Predicate [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #33590: [feature](pred) Support xor Predicate URL: https://github.com/apache/doris/pull/33590 -- 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](DECIMAL) error DECIMAL cat to BOOLEAN [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #33868: [fix](DECIMAL) error DECIMAL cat to BOOLEAN URL: https://github.com/apache/doris/pull/33868 -- 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] [feature](pipeline) avoid unnecessary copying during projection. [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #33126: [feature](pipeline) avoid unnecessary copying during projection. URL: https://github.com/apache/doris/pull/33126 -- 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] [refine](expr) rename output row desc [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #3: [refine](expr) rename output row desc URL: https://github.com/apache/doris/pull/3 -- 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](segment cache) estimate momory consumed by segment (#35647) [doris]

2024-05-31 Thread via GitHub
doris-robot commented on PR #35751: URL: https://github.com/apache/doris/pull/35751#issuecomment-2143198823 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](function) add ip to IntegerType function [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #34198: [feature](function) add ip to IntegerType function URL: https://github.com/apache/doris/pull/34198 -- 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 co

Re: [PR] [refine](profile) format pipeline WaitForDependencyTime [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #34585: [refine](profile) format pipeline WaitForDependencyTime URL: https://github.com/apache/doris/pull/34585 -- 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 specif

Re: [PR] [only test] result column id must >= 0 [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #35053: [only test] result column id must >= 0 URL: https://github.com/apache/doris/pull/35053 -- 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] [featrue](expr) check expr block column type [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #35575: [featrue](expr) check expr block column type URL: https://github.com/apache/doris/pull/35575 -- 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] [Scanner](revert) revert the scanner change by apache#35604 [doris]

2024-05-31 Thread via GitHub
HappenLee commented on PR #31508: URL: https://github.com/apache/doris/pull/31508#issuecomment-2143197615 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](sink) _convert_to_dest_desc_block remove nullable to not nullalbe [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #35616: [feature](sink) _convert_to_dest_desc_block remove nullable to not nullalbe URL: https://github.com/apache/doris/pull/35616 -- 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] [only pick ]Pick 35482 [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #35638: [only pick ]Pick 35482 URL: https://github.com/apache/doris/pull/35638 -- 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-mai

Re: [PR] [only test] add local merge sort exchaner [doris]

2024-05-31 Thread via GitHub
Mryange closed pull request #35646: [only test] add local merge sort exchaner URL: https://github.com/apache/doris/pull/35646 -- 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] [Scanner](revert) revert the scanner change by apache#35604 [doris]

2024-05-31 Thread via GitHub
github-actions[bot] commented on PR #31508: URL: https://github.com/apache/doris/pull/31508#issuecomment-2143197439 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] [Scanner](revert) revert the scanner change by apache#35604 [doris]

2024-05-31 Thread via GitHub
HappenLee commented on PR #31508: URL: https://github.com/apache/doris/pull/31508#issuecomment-2143195874 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] [BugFix](StoragePolicy) fix modify partition's storage policy with different resource issue succeed with execption [doris]

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

Re: [PR] [opt](nereids) improve filter estimation on string column [doris]

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

  1   2   3   4   5   6   7   8   >