Re: [PR] [Pick](nereids) if column stats are unknown, 10-20 table-join optimization use cascading instead of dphyp (branch-2.0) [doris]

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

Re: [PR] [cherry-pick] Cherry-pick report runtime workload statistics [doris]

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

Re: [PR] just test [doris]

2024-02-02 Thread via GitHub
hello-stephen commented on PR #30755: URL: https://github.com/apache/doris/pull/30755#issuecomment-1923276365 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] [pick](nereids) fix bug in case-when/if stats estimation (pick30265) [doris]

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

Re: [PR] [fix](merge-cloud) Create thread local handle before init cloud delta writer [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30756: URL: https://github.com/apache/doris/pull/30756#issuecomment-1923279429 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](compaction) pass arena to function->add_batch_range [doris]

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

[PR] [fix](merge-cloud) Create thread local handle before init cloud delta writer [doris]

2024-02-02 Thread via GitHub
w41ter opened a new pull request, #30756: URL: https://github.com/apache/doris/pull/30756 ## 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] [dep](thirdparty) import wasmtime library [doris]

2024-02-02 Thread via GitHub
taptao commented on PR #30591: URL: https://github.com/apache/doris/pull/30591#issuecomment-1923280243 > I encounter an issue when compiling the latest thirdparty `cargo: command not found` may I ask what is the typical way to install cargo conveniently? or can you just write it in the scri

Re: [PR] [fix](merge-cloud) Create thread local handle before init cloud delta writer [doris]

2024-02-02 Thread via GitHub
w41ter commented on PR #30756: URL: https://github.com/apache/doris/pull/30756#issuecomment-1923280301 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](merge-cloud) Create thread local handle before init cloud delta writer [doris]

2024-02-02 Thread via GitHub
w41ter commented on PR #30756: URL: https://github.com/apache/doris/pull/30756#issuecomment-1923280666 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] [function](url_decode)add url_decode function [doris]

2024-02-02 Thread via GitHub
github-actions[bot] commented on PR #30667: URL: https://github.com/apache/doris/pull/30667#issuecomment-1923280813 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](merge-cloud) Create thread local handle before init cloud delta writer [doris]

2024-02-02 Thread via GitHub
github-actions[bot] commented on PR #30756: URL: https://github.com/apache/doris/pull/30756#issuecomment-1923281153 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](Nereids): datetime support microsecond overflow [doris]

2024-02-02 Thread via GitHub
jackwener commented on PR #30744: URL: https://github.com/apache/doris/pull/30744#issuecomment-1923281329 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

(doris) branch master updated: [chore](ci) revert "try to set 'performance (Doris Performance)' to required #30752" (#30755)

2024-02-02 Thread zhangstar333
This is an automated email from the ASF dual-hosted git repository. zhangstar333 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 ff2d04e2302 [chore](ci) revert "try to set

Re: [PR] [chore](ci) revert "try to set 'performance (Doris Performance)' to required #30752" [doris]

2024-02-02 Thread via GitHub
zhangstar333 merged PR #30755: URL: https://github.com/apache/doris/pull/30755 -- 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

[PR] [fix](Nereids) add logical project to prevent extra wrong column [doris]

2024-02-02 Thread via GitHub
starocean999 opened a new pull request, #30757: URL: https://github.com/apache/doris/pull/30757 ## Proposed changes pick from master https://github.com/apache/doris/pull/30459 ## Further comments If this is a relatively large or complex change, kick off the discus

Re: [PR] [feature](test)Add mtmv increment create case [doris]

2024-02-02 Thread via GitHub
zfr9527 commented on PR #30751: URL: https://github.com/apache/doris/pull/30751#issuecomment-1923285549 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] [pick](nereids) fix bug in case-when/if stats estimation (pick30265) [doris]

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

Re: [PR] [fix](Nereids) add logical project to prevent extra wrong column [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30757: URL: https://github.com/apache/doris/pull/30757#issuecomment-1923284364 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] [dep](thirdparty) import wasmtime library [doris]

2024-02-02 Thread via GitHub
taptao commented on code in PR #30591: URL: https://github.com/apache/doris/pull/30591#discussion_r1475700875 ## thirdparty/vars.sh: ## @@ -583,6 +595,8 @@ export TP_ARCHIVES=( 'JSONCPP' 'LIBUUID' 'ALI_SDK' +'WASMTIME' +'WASMTIME_CPP' Review Comment: I

Re: [PR] [fix](Nereids) add logical project to prevent extra wrong column [doris]

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

Re: [PR] [chore](ci) revert "try to set 'performance (Doris Performance)' to required #30752" [doris]

2024-02-02 Thread via GitHub
hello-stephen closed pull request #30754: [chore](ci) revert "try to set 'performance (Doris Performance)' to required #30752" URL: https://github.com/apache/doris/pull/30754 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] just test ci [doris]

2024-02-02 Thread via GitHub
hello-stephen closed pull request #30706: just test ci URL: https://github.com/apache/doris/pull/30706 -- 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: c

Re: [PR] [Feature](auto-inc) Add start value for auto increment column [doris]

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

Re: [PR] [cherry-pick] Cherry-pick report runtime workload statistics [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30717: URL: https://github.com/apache/doris/pull/30717#issuecomment-1923287914 TeamCity be ut coverage result: Function Coverage: 37.84% (8032/21224) Line Coverage: 29.53% (65453/221683) Region Coverage: 28.96% (33630/116115) Branch Coverage: 24.8

[PR] [fix](nereids)need substitute agg function using agg node's output if it's in order by key [doris]

2024-02-02 Thread via GitHub
starocean999 opened a new pull request, #30758: URL: https://github.com/apache/doris/pull/30758 pick from master https://github.com/apache/doris/pull/30704 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or com

Re: [PR] [fix](Nereids) add logical project to prevent extra wrong column [doris]

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

Re: [PR] [fix](nereids)need substitute agg function using agg node's output if it's in order by key [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30758: URL: https://github.com/apache/doris/pull/30758#issuecomment-1923288217 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] [function](url_decode)add url_decode function [doris]

2024-02-02 Thread via GitHub
github-actions[bot] commented on PR #30667: URL: https://github.com/apache/doris/pull/30667#issuecomment-1923289813 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](nereids)need substitute agg function using agg node's output if it's in order by key [doris]

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

Re: [PR] [pick](nereids) fix bug in case-when/if stats estimation (pick30265) [doris]

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

Re: [PR] [dep](thirdparty) import wasmtime library [doris]

2024-02-02 Thread via GitHub
taptao commented on PR #30591: URL: https://github.com/apache/doris/pull/30591#issuecomment-1923290148 > @taptao FYI, maybe we could rethink the version of these libs because it may not comptable for some machine with old glibc version. some dependency is not avaliable. yes, this is

Re: [PR] [Bug](compaction) pass arena to function->add_batch_range [doris]

2024-02-02 Thread via GitHub
github-actions[bot] commented on PR #30709: URL: https://github.com/apache/doris/pull/30709#issuecomment-1923292321 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](merge-cloud) Create thread local handle before init cloud delta writer [doris]

2024-02-02 Thread via GitHub
github-actions[bot] commented on PR #30756: URL: https://github.com/apache/doris/pull/30756#issuecomment-1923292454 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] [Pick](nereids) if column stats are unknown, 10-20 table-join optimization use cascading instead of dphyp (branch-2.0) [doris]

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

Re: [PR] [cherry-pick] Cherry-pick report runtime workload statistics [doris]

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

Re: [PR] [fix](orc) be crash while read orc with mismatch types #30738 [doris]

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

Re: [PR] [fix](orc) be crash while read orc with mismatch types #30738 [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30747: URL: https://github.com/apache/doris/pull/30747#issuecomment-1923299391 TeamCity be ut coverage result: Function Coverage: 37.85% (8036/21232) Line Coverage: 29.55% (65482/221633) Region Coverage: 28.96% (33633/116121) Branch Coverage: 24.8

Re: [PR] [Feature](auto-inc) Add start value for auto increment column [doris]

2024-02-02 Thread via GitHub
github-actions[bot] commented on PR #30512: URL: https://github.com/apache/doris/pull/30512#issuecomment-1923299118 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](statistics)Support analyze materialized view. [doris]

2024-02-02 Thread via GitHub
Jibing-Li commented on PR #30540: URL: https://github.com/apache/doris/pull/30540#issuecomment-1923299700 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

[PR] [chore](ci) set performance pipeline to required [doris]

2024-02-02 Thread via GitHub
hello-stephen opened a new pull request, #30759: URL: https://github.com/apache/doris/pull/30759 ## 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](m

Re: [PR] [chore](ci) set performance pipeline to required [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30759: URL: https://github.com/apache/doris/pull/30759#issuecomment-1923301128 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] [Pick](nereids) if column stats are unknown, 10-20 table-join optimization use cascading instead of dphyp (branch-2.0) [doris]

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

Re: [PR] [cherry-pick] Cherry-pick report runtime workload statistics [doris]

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

Re: [PR] [Pick](nereids) if column stats are unknown, 10-20 table-join optimization use cascading instead of dphyp (branch-2.0) [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30753: URL: https://github.com/apache/doris/pull/30753#issuecomment-1923305848 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 9c51d99809dcc97dc0b1fcc4c4b52110ff27bdf8 with default session variables Stream

[PR] [test](Nereids): add push_down_distinct_through_join regression test [doris]

2024-02-02 Thread via GitHub
jackwener opened a new pull request, #30760: URL: https://github.com/apache/doris/pull/30760 ## 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] [test](Nereids): add push_down_distinct_through_join regression test [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30760: URL: https://github.com/apache/doris/pull/30760#issuecomment-1923306359 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] [cherry-pick] Cherry-pick report runtime workload statistics [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30717: URL: https://github.com/apache/doris/pull/30717#issuecomment-1923307809 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 58a930df0ce51ff5bf7ddc506d8b5b7b34a42024 with default session variables Stream

Re: [PR] [fix](rowset writer) check segment num when build rowset meta [doris]

2024-02-02 Thread via GitHub
HHoflittlefish777 commented on PR #30460: URL: https://github.com/apache/doris/pull/30460#issuecomment-1923307896 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] [chore](ci) set performance pipeline to required [doris]

2024-02-02 Thread via GitHub
hello-stephen commented on PR #30759: URL: https://github.com/apache/doris/pull/30759#issuecomment-1923314458 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] [function](url_decode)add url_decode function [doris]

2024-02-02 Thread via GitHub
github-actions[bot] commented on PR #30667: URL: https://github.com/apache/doris/pull/30667#issuecomment-1923314501 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] [enhencement](config) change default write buffer size [doris]

2024-02-02 Thread via GitHub
liaoxin01 commented on PR #30749: URL: https://github.com/apache/doris/pull/30749#issuecomment-1923317454 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

[PR] [BugFix](MultiCatalog) Fix oss file location is not avaiable in iceberg hadoop catalog [doris]

2024-02-02 Thread via GitHub
GoGoWen opened a new pull request, #30761: URL: https://github.com/apache/doris/pull/30761 ## Proposed changes 1, create iceberg hadoop catalog like below: CREATE CATALOG `iceberg_catalog` PROPERTIES ( "warehouse" = "s3a://xxx/xxx", "type" = "iceberg", "s3.secret_key" = "*

Re: [PR] [fix](orc) be crash while read orc with mismatch types #30738 [doris]

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

Re: [PR] [BugFix](MultiCatalog) Fix oss file location is not avaiable in iceberg hadoop catalog [doris]

2024-02-02 Thread via GitHub
GoGoWen commented on PR #30761: URL: https://github.com/apache/doris/pull/30761#issuecomment-1923318475 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] [BugFix](MultiCatalog) Fix oss file location is not avaiable in iceberg hadoop catalog [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30761: URL: https://github.com/apache/doris/pull/30761#issuecomment-1923318345 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](Nereids) add logical project to prevent extra wrong column [doris]

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

Re: [PR] [fix](nereids)need substitute agg function using agg node's output if it's in order by key [doris]

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

Re: [PR] [Bug](java-udf) fix core dump when javaudf input 0 row block [doris]

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

Re: [PR] [fix](rowset writer) check segment num when build rowset meta [doris]

2024-02-02 Thread via GitHub
github-actions[bot] commented on PR #30460: URL: https://github.com/apache/doris/pull/30460#issuecomment-1923322540 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] [Bug](compaction) pass arena to function->add_batch_range [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30709: URL: https://github.com/apache/doris/pull/30709#issuecomment-1923323150 TPC-H: Total hot run time: 37019 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 rewrite by materialized view fail when join input has agg [doris]

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

[PR] [chore](collaborator) add collaborators [doris-thirdparty]

2024-02-02 Thread via GitHub
qidaye opened a new pull request, #185: URL: https://github.com/apache/doris-thirdparty/pull/185 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [PR] [enhancement](Nereids): datetime support microsecond overflow [doris]

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

Re: [PR] [Feature](auto-inc) Add start value for auto increment column [doris]

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

Re: [PR] [fix](merge-cloud) Create thread local handle before init cloud delta writer [doris]

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

Re: [PR] [fix](orc) be crash while read orc with mismatch types #30738 [doris]

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

Re: [PR] [fix](orc) be crash while read orc with mismatch types #30738 [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30747: URL: https://github.com/apache/doris/pull/30747#issuecomment-1923330635 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 05397a20b5080365b0ada8682e2cacb6176da8e5 with default session variables Stream

Re: [PR] [enhencement](config) change default write buffer size [doris]

2024-02-02 Thread via GitHub
github-actions[bot] commented on PR #30749: URL: https://github.com/apache/doris/pull/30749#issuecomment-1923331374 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](statistics)Support analyze materialized view. [doris]

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

Re: [PR] [fix](rowset writer) check segment num when build rowset meta [doris]

2024-02-02 Thread via GitHub
HHoflittlefish777 commented on PR #30460: URL: https://github.com/apache/doris/pull/30460#issuecomment-1923336635 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

[PR] [Feature](executor)Stream load support workload group [doris]

2024-02-02 Thread via GitHub
wangbo opened a new pull request, #30763: URL: https://github.com/apache/doris/pull/30763 ## Proposed changes Stream load support workload group -- 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] [Feature](executor)Stream load support workload group [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30763: URL: https://github.com/apache/doris/pull/30763#issuecomment-1923338220 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] [fix](chinese) fix null Pointer exception errors [doris-thirdparty]

2024-02-02 Thread via GitHub
zzzxl1993 opened a new pull request, #186: URL: https://github.com/apache/doris-thirdparty/pull/186 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

Re: [PR] [Bug](java-udf) fix core dump when javaudf input 0 row block [doris]

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

Re: [PR] [Bug](compaction) pass arena to function->add_batch_range [doris]

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

Re: [PR] [Feature](executor)Stream load support workload group [doris]

2024-02-02 Thread via GitHub
wangbo commented on PR #30763: URL: https://github.com/apache/doris/pull/30763#issuecomment-1923340204 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

[PR] [fix](chinese) fix null Pointer exception errors [doris-thirdparty]

2024-02-02 Thread via GitHub
zzzxl1993 opened a new pull request, #187: URL: https://github.com/apache/doris-thirdparty/pull/187 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

Re: [PR] [Fix](Nereids) Fix rewrite by materialized view fail when join input has agg [doris]

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

Re: [PR] [enhancement](Nereids): datetime support microsecond overflow [doris]

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

Re: [PR] [feature](mtmv)mtmv support workload group [doris]

2024-02-02 Thread via GitHub
github-actions[bot] commented on PR #29595: URL: https://github.com/apache/doris/pull/29595#issuecomment-1923342030 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](mtmv)mtmv support workload group [doris]

2024-02-02 Thread via GitHub
github-actions[bot] commented on PR #29595: URL: https://github.com/apache/doris/pull/29595#issuecomment-1923342095 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](merge-cloud) Create thread local handle before init cloud delta writer [doris]

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

Re: [PR] [Feature](auto-inc) Add start value for auto increment column [doris]

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

Re: [PR] [fix](Nereids) add logical project to prevent extra wrong column [doris]

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

Re: [PR] [fix](nereids)need substitute agg function using agg node's output if it's in order by key [doris]

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

Re: [PR] [Bug](java-udf) fix core dump when javaudf input 0 row block [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30720: URL: https://github.com/apache/doris/pull/30720#issuecomment-1923347177 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] [Bug](compaction) pass arena to function->add_batch_range [doris]

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

Re: [PR] [Fix](Nereids) Fix rewrite by materialized view fail when join input has agg [doris]

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

[PR] [Pick 2.0](clucene) pick from clucene for unitest case [doris-thirdparty]

2024-02-02 Thread via GitHub
airborne12 opened a new pull request, #188: URL: https://github.com/apache/doris-thirdparty/pull/188 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [PR] [fix](rowset writer) check segment num when build rowset meta [doris]

2024-02-02 Thread via GitHub
github-actions[bot] commented on PR #30460: URL: https://github.com/apache/doris/pull/30460#issuecomment-1923350387 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] [enhancement](Nereids): datetime support microsecond overflow [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30744: URL: https://github.com/apache/doris/pull/30744#issuecomment-1923348856 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] [fix](merge-cloud) Create thread local handle before init cloud delta writer [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30756: URL: https://github.com/apache/doris/pull/30756#issuecomment-1923352075 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] [feature](statistics)Support analyze materialized view. [doris]

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

Re: [PR] [Feature](auto-inc) Add start value for auto increment column [doris]

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

Re: [PR] [fix](Nereids) add logical project to prevent extra wrong column [doris]

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

Re: [PR] [fix](nereids)need substitute agg function using agg node's output if it's in order by key [doris]

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

Re: [PR] [Bug](java-udf) fix core dump when javaudf input 0 row block [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30720: URL: https://github.com/apache/doris/pull/30720#issuecomment-1923352803 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 9109e9a19c3545a40a92c2a5852bffe71eef528a with default session variables Stream

Re: [PR] [Bug](compaction) pass arena to function->add_batch_range [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30709: URL: https://github.com/apache/doris/pull/30709#issuecomment-1923353382 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 75e4677fbe1f79e8703d5141eb84ca4798941fc6 with default session variables Stream

Re: [PR] [Fix](Nereids) Fix rewrite by materialized view fail when join input has agg [doris]

2024-02-02 Thread via GitHub
doris-robot commented on PR #30734: URL: https://github.com/apache/doris/pull/30734#issuecomment-1923353452 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 3faf5dda2f101a78d49c7a5b56d161d4a55b961f with default session variables Stream

  1   2   3   4   5   6   >