Re: [PR] [fix](scan) In-predicate should not be pushed down for non-key column [doris]

2024-06-05 Thread via GitHub
HappenLee commented on code in PR #35913: URL: https://github.com/apache/doris/pull/35913#discussion_r1628879488 ## be/src/pipeline/exec/scan_operator.cpp: ## @@ -743,6 +746,14 @@ Status ScanLocalState::_normalize_not_in_and_not_eq_predicate( PushDownType temp_pdt = PushDo

Re: [PR] [fix](function) fix date_format core when meet long format string [doris]

2024-06-05 Thread via GitHub
HappenLee commented on code in PR #35883: URL: https://github.com/apache/doris/pull/35883#discussion_r1628877629 ## be/src/vec/runtime/vdatetime_value.cpp: ## @@ -3421,10 +3519,12 @@ void DateV2Value::set_microsecond(uint32_t microsecond) { } template -bool DateV2Value::to

Re: [PR] [fix](memory) Allocator check failed log stacktrace if not catch exception [doris]

2024-06-05 Thread via GitHub
doris-robot commented on PR #35965: URL: https://github.com/apache/doris/pull/35965#issuecomment-2151542504 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](memory) Allocator check failed log stacktrace if not catch exception [doris]

2024-06-05 Thread via GitHub
xinyiZzz opened a new pull request, #35965: URL: https://github.com/apache/doris/pull/35965 ## Proposed changes add conf enable_stacktrace_in_allocator_check_failed, if true, allocator check failed log stacktrace if not catch exception -- This is an automated messag

Re: [PR] [Feat](nereids) add rewrite rule PushCountIntoUnionAll [doris]

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

Re: [PR] [feature](Cloud) Add azure's support to BE [doris]

2024-06-05 Thread via GitHub
platoneko commented on code in PR #35670: URL: https://github.com/apache/doris/pull/35670#discussion_r1628868830 ## be/src/util/s3_util.h: ## @@ -116,9 +121,9 @@ struct S3ClientConf { std::string to_string() const { return fmt::format( -"(ak={}, t

Re: [PR] [fix](fe) avoid setting the value of batch_size excessively high [doris]

2024-06-05 Thread via GitHub
github-actions[bot] commented on PR #35941: URL: https://github.com/apache/doris/pull/35941#issuecomment-2151528336 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](fe) avoid setting the value of batch_size excessively high [doris]

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

Re: [PR] [fix](nereids)should not push down constant output expr in window expression [doris]

2024-06-05 Thread via GitHub
doris-robot commented on PR #35964: URL: https://github.com/apache/doris/pull/35964#issuecomment-2151524441 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](nereids)should not push down constant output expr in window expression [doris]

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

(doris) branch branch-2.1 updated: [fix](mtmv) mtmv disable dynamic partition (#35686) (#35949)

2024-06-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 104fcea725d [fix](mtmv) mtmv disable

Re: [PR] [fix](mtmv) mtmv disable dynamic partition (#35686) [doris]

2024-06-05 Thread via GitHub
morningman merged PR #35949: URL: https://github.com/apache/doris/pull/35949 -- 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.a

Re: [PR] [branch-2.1](test) comment out avro cases [doris]

2024-06-05 Thread via GitHub
morningman commented on PR #35963: URL: https://github.com/apache/doris/pull/35963#issuecomment-2151521951 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] [branch-2.1](test) comment out avro cases [doris]

2024-06-05 Thread via GitHub
doris-robot commented on PR #35963: URL: https://github.com/apache/doris/pull/35963#issuecomment-2151521340 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](test) comment out avro cases [doris]

2024-06-05 Thread via GitHub
morningman opened a new pull request, #35963: URL: https://github.com/apache/doris/pull/35963 Avro scanner is deprecated. Remove related test suits -- 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

(doris) branch master updated (f0352e9a3ba -> da13f47072a)

2024-06-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f0352e9a3ba [Update](regression) refine case for inverted index show data (#35939) add da13f47072a [build](do

Re: [PR] [build](docker) add repo for new version of git [doris]

2024-06-05 Thread via GitHub
morningman merged PR #35892: URL: https://github.com/apache/doris/pull/35892 -- 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.a

Re: [PR] [fix](fe) Fix compatibility issues with old cloud code [doris]

2024-06-05 Thread via GitHub
github-actions[bot] commented on PR #35958: URL: https://github.com/apache/doris/pull/35958#issuecomment-2151516418 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](nereids)should not push down constant output expr in window expression [doris]

2024-06-05 Thread via GitHub
doris-robot commented on PR #35962: URL: https://github.com/apache/doris/pull/35962#issuecomment-2151512536 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] [test](auth)add upgrade and downgrade compatibility test case [doris]

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

[PR] [fix](nereids)should not push down constant output expr in window expression [doris]

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

(doris) branch branch-2.1 updated: [cherry-pick]Add workload metric query_be_memory (#35911)

2024-06-05 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 5cecbfc6eaf [cherry-pick]Add workload

Re: [PR] [cherry-pick]Add workload metric query_be_memory [doris]

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

Re: [PR] [fix](nereids)should not push down constant output expr in window expression [doris]

2024-06-05 Thread via GitHub
starocean999 commented on PR #35961: URL: https://github.com/apache/doris/pull/35961#issuecomment-2151506575 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)should not push down constant output expr in window expression [doris]

2024-06-05 Thread via GitHub
doris-robot commented on PR #35961: URL: https://github.com/apache/doris/pull/35961#issuecomment-2151506487 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](nereids)should not push down constant output expr in window expression [doris]

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

Re: [PR] [feature](Nereids) support cast to unsigned / signed [doris]

2024-06-05 Thread via GitHub
github-actions[bot] commented on PR #35937: URL: https://github.com/apache/doris/pull/35937#issuecomment-2151500437 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](Nereids) support cast to unsigned / signed [doris]

2024-06-05 Thread via GitHub
github-actions[bot] commented on PR #35937: URL: https://github.com/apache/doris/pull/35937#issuecomment-2151500399 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] [enhancement](regression-test) modify a value type tests [doris]

2024-06-05 Thread via GitHub
dataroaring commented on PR #35894: URL: https://github.com/apache/doris/pull/35894#issuecomment-2151500038 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] [feature](move-memtable) support for inverted index file [doris]

2024-06-05 Thread via GitHub
csun5285 commented on PR #35891: URL: https://github.com/apache/doris/pull/35891#issuecomment-2151498739 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

Re: [PR] [opt](spill) handle oom exception in spill tasks (#35025) [doris]

2024-06-05 Thread via GitHub
mrhhsg commented on PR #35171: URL: https://github.com/apache/doris/pull/35171#issuecomment-2151498263 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] [feature](Cloud) Add azure's support to BE [doris]

2024-06-05 Thread via GitHub
platoneko commented on code in PR #35670: URL: https://github.com/apache/doris/pull/35670#discussion_r1628837333 ## gensrc/thrift/AgentService.thrift: ## @@ -61,6 +61,15 @@ enum TTabletType { TABLET_TYPE_MEMORY = 1 } +enum TObjStorageType { +AWS = 0, Review Comment:

Re: [PR] [fix](DDL) not set table type as default comment when create table [doris]

2024-06-05 Thread via GitHub
github-actions[bot] commented on PR #35855: URL: https://github.com/apache/doris/pull/35855#issuecomment-2151493656 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](DDL) not set table type as default comment when create table [doris]

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

2024-06-05 Thread via GitHub
github-actions[bot] commented on PR #35946: URL: https://github.com/apache/doris/pull/35946#issuecomment-2151492765 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](fe) Fix compatibility issues with old cloud code [doris]

2024-06-05 Thread via GitHub
w41ter commented on PR #35958: URL: https://github.com/apache/doris/pull/35958#issuecomment-2151487522 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] [enhance](boot) Limit the concurrency of load data dirs [doris]

2024-06-05 Thread via GitHub
github-actions[bot] commented on PR #35852: URL: https://github.com/apache/doris/pull/35852#issuecomment-2151484073 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](proc) fix keyword case sensitive issue for stmt show_frontends_disks [doris]

2024-06-05 Thread via GitHub
github-actions[bot] commented on PR #35919: URL: https://github.com/apache/doris/pull/35919#issuecomment-2151485534 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](proc) fix keyword case sensitive issue for stmt show_frontends_disks [doris]

2024-06-05 Thread via GitHub
github-actions[bot] commented on PR #35919: URL: https://github.com/apache/doris/pull/35919#issuecomment-2151485494 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](Cloud) Add azure's support to BE [doris]

2024-06-05 Thread via GitHub
gavinchou commented on code in PR #35670: URL: https://github.com/apache/doris/pull/35670#discussion_r1626836505 ## be/src/cloud/cloud_meta_mgr.cpp: ## @@ -345,6 +346,27 @@ Status retry_rpc(std::string_view op_name, const Request& req, Response* res, return Status::RpcErro

Re: [PR] [Feat](nereids) add rewrite rule PushCountIntoUnionAll [doris]

2024-06-05 Thread via GitHub
feiniaofeiafei commented on PR #33530: URL: https://github.com/apache/doris/pull/33530#issuecomment-2151483486 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] [feature](cloud) Support path format v1 for Storage Vault [doris]

2024-06-05 Thread via GitHub
github-actions[bot] commented on PR #35953: URL: https://github.com/apache/doris/pull/35953#issuecomment-2151483374 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](cloud) Support path format v1 for Storage Vault [doris]

2024-06-05 Thread via GitHub
gavinchou commented on PR #35953: URL: https://github.com/apache/doris/pull/35953#issuecomment-2151482742 we may need some test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [PR] [enhance](boot) Limit the concurrency of load data dirs [doris]

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

Re: [PR] [fix](inverted index)Delete tmp dirs when BE starts to avoid tmp file… [doris]

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

(doris) branch master updated: [Update](regression) refine case for inverted index show data (#35939)

2024-06-05 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon 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 f0352e9a3ba [Update](regression) refine case f

Re: [PR] [Update](regression) refine case for inverted index show data [doris]

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

Re: [PR] [fix](function) fix date_format core when meet long format string [doris]

2024-06-05 Thread via GitHub
HappenLee commented on code in PR #35883: URL: https://github.com/apache/doris/pull/35883#discussion_r1628817142 ## be/src/olap/types.h: ## @@ -1240,7 +1240,7 @@ struct FieldTypeTraits string res; res.resize(12); Review Comment: why here call reize and rese

Re: [PR] [fix](Nereids): add be test number in some tests [doris]

2024-06-05 Thread via GitHub
XieJiann commented on PR #35500: URL: https://github.com/apache/doris/pull/35500#issuecomment-2151470221 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] [fix](Nereids): add be test number in some tests [doris]

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

Re: [PR] [fix](Nereids): add be test number in some tests [doris]

2024-06-05 Thread via GitHub
XieJiann closed pull request #35500: [fix](Nereids): add be test number in some tests URL: https://github.com/apache/doris/pull/35500 -- 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] [fix](Nereids): add be test number in some tests [doris]

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

Re: [PR] [Chore](exec-version) set min_be_exec_version from 0 to 3 [doris]

2024-06-05 Thread via GitHub
github-actions[bot] commented on code in PR #34653: URL: https://github.com/apache/doris/pull/34653#discussion_r1628816276 ## be/src/pipeline/exec/exchange_sink_buffer.h: ## @@ -74,7 +74,10 @@ class BroadcastPBlockHolder { ENABLE_FACTORY_CREATOR(BroadcastPBlockHolder); p

Re: [PR] [Chore](exec-version) set min_be_exec_version from 0 to 3 [doris]

2024-06-05 Thread via GitHub
BiteThet commented on PR #34653: URL: https://github.com/apache/doris/pull/34653#issuecomment-2151462932 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] [feature](move-memtable) support for inverted index file [doris]

2024-06-05 Thread via GitHub
doris-robot commented on PR #35891: URL: https://github.com/apache/doris/pull/35891#issuecomment-2151417328 TeamCity be ut coverage result: Function Coverage: 36.37% (8986/24709) Line Coverage: 27.91% (73459/263237) Region Coverage: 27.33% (38024/139116) Branch Coverage: 23.9

Re: [PR] [feature](cloud) Support path format v1 for Storage Vault [doris]

2024-06-05 Thread via GitHub
doris-robot commented on PR #35953: URL: https://github.com/apache/doris/pull/35953#issuecomment-2151415741 TeamCity be ut coverage result: Function Coverage: 36.38% (8986/24698) Line Coverage: 27.91% (73418/263050) Region Coverage: 27.34% (38014/139017) Branch Coverage: 23.9

Re: [PR] [fix](inverted index)Delete tmp dirs when BE starts to avoid tmp file… [doris]

2024-06-05 Thread via GitHub
doris-robot commented on PR #35951: URL: https://github.com/apache/doris/pull/35951#issuecomment-2151415073 TeamCity be ut coverage result: Function Coverage: 36.38% (8984/24696) Line Coverage: 27.90% (73376/263015) Region Coverage: 27.33% (37991/139007) Branch Coverage: 23.9

Re: [PR] [feature](cloud) Support path format v1 for Storage Vault [doris]

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

Re: [PR] [feature](cloud) Support path format v1 for Storage Vault [doris]

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

Re: [PR] [fix](Nereids) not do distinct when aggregate with distinct project [doris]

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

Re: [PR] [fix](fe) Fix compatibility issues with old cloud code [doris]

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

Re: [PR] [fix](Nereids) not do distinct when aggregate with distinct project [doris]

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

Re: [PR] [fix](fe) Fix compatibility issues with old cloud code [doris]

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

Re: [PR] [feature](cloud) Support path format v1 for Storage Vault [doris]

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

Re: [PR] [Chore](scan) normalize push down logic for tablet reader predicates [doris]

2024-06-05 Thread via GitHub
github-actions[bot] commented on PR #35960: URL: https://github.com/apache/doris/pull/35960#issuecomment-2151397668 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) not do distinct when aggregate with distinct project [doris]

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

(doris) branch master updated (82679824d83 -> e88f521c315)

2024-06-05 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 82679824d83 [Feature](agg-state) OLAP_FIELD_TYPE_AGG_STATE support more serialized_type (#35628) add e88f521c

Re: [PR] [fix](scan) In-predicate should not be pushed down for non-key column [doris]

2024-06-05 Thread via GitHub
BiteThet merged PR #35913: URL: https://github.com/apache/doris/pull/35913 -- 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](fe) Fix compatibility issues with old cloud code [doris]

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

Re: [PR] [fix](nereids)should not push down constant output expr in window expression [doris]

2024-06-05 Thread via GitHub
doris-robot commented on PR #35948: URL: https://github.com/apache/doris/pull/35948#issuecomment-2151393436 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](DDL) not set table type as default comment when create table [doris]

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

Re: [PR] [Chore](scan) normalize push down logic for tablet reader predicates [doris]

2024-06-05 Thread via GitHub
BiteThet commented on PR #35960: URL: https://github.com/apache/doris/pull/35960#issuecomment-2151393213 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] [Chore](scan) normalize push down logic for tablet reader predicates [doris]

2024-06-05 Thread via GitHub
BiteThet opened a new pull request, #35960: URL: https://github.com/apache/doris/pull/35960 ## Proposed changes normalize push down logic for tablet reader predicates -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [enhancement](regression-test) modify a value type tests [doris]

2024-06-05 Thread via GitHub
cjj2010 commented on PR #35959: URL: https://github.com/apache/doris/pull/35959#issuecomment-2151392813 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] [enhancement](regression-test) modify a value type tests [doris]

2024-06-05 Thread via GitHub
doris-robot commented on PR #35959: URL: https://github.com/apache/doris/pull/35959#issuecomment-2151392643 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] [enhancement](regression-test) modify a value type tests [doris]

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

Re: [PR] [opt](mtmv) Set query rewrite by materialized view default enable [doris]

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

Re: [PR] [fix](nereids)should not push down constant output expr in window expression [doris]

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

Re: [PR] [fix](DDL) not set table type as default comment when create table [doris]

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

Re: [PR] [fix](mtmv)fix mtmv show partition error when base table dropped [doris]

2024-06-05 Thread via GitHub
github-actions[bot] commented on PR #35729: URL: https://github.com/apache/doris/pull/35729#issuecomment-2151385346 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](mtmv)fix mtmv show partition error when base table dropped [doris]

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

(doris) branch master updated: [Feature](agg-state) OLAP_FIELD_TYPE_AGG_STATE support more serialized_type (#35628)

2024-06-05 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 82679824d83 [Feature](agg-state) OLAP_FIELD_T

Re: [PR] [Feature](agg-state) OLAP_FIELD_TYPE_AGG_STATE support more serialized_type [doris]

2024-06-05 Thread via GitHub
BiteThet merged PR #35628: URL: https://github.com/apache/doris/pull/35628 -- 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] [opt](mtmv) Set query rewrite by materialized view default enable [doris]

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

Re: [PR] [Feat](nereids) add rewrite rule PushCountIntoUnionAll [doris]

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

Re: [PR] [fix](DDL) not set table type as default comment when create table [doris]

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

Re: [PR] [fix](nereids)should not push down constant output expr in window expression [doris]

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

Re: [PR] [bugfix](iceberg)Fix the datafile path error issue [doris]

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

[PR] [fix](fe) Fix compatibility issues with old cloud code [doris]

2024-06-05 Thread via GitHub
w41ter opened a new pull request, #35958: URL: https://github.com/apache/doris/pull/35958 ## Proposed changes The old cloud code uses the same clazz label as the native, but these labels were changed during merge codes. This PR makes the RuntimeTypeAdaptor compatible with the old clo

Re: [PR] [fix](fe) Fix compatibility issues with old cloud code [doris]

2024-06-05 Thread via GitHub
doris-robot commented on PR #35958: URL: https://github.com/apache/doris/pull/35958#issuecomment-2151378344 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](fe) Fix compatibility issues with old cloud code [doris]

2024-06-05 Thread via GitHub
w41ter commented on PR #35958: URL: https://github.com/apache/doris/pull/35958#issuecomment-2151378376 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] [Feat](nereids) add rewrite rule PushCountIntoUnionAll [doris]

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

Re: [PR] [opt](mtmv) Set query rewrite by materialized view default enable [doris]

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

Re: [PR] [opt](parquet-writer) Specify the row group size when writing data to Parquet files. [doris]

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

Re: [PR] [improve](routine-load) optimize routine load job auto resume policy [doris]

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

Re: [PR] [fix](routine-load) dealing with the high watermark of Kafka may fallback [doris]

2024-06-05 Thread via GitHub
doris-robot commented on PR #35901: URL: https://github.com/apache/doris/pull/35901#issuecomment-2151375172 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] [Fix](explain) fix tablet showing problem [doris]

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

Re: [PR] [bugfix](iceberg)Fix the datafile path error issue [doris]

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

Re: [PR] [fix](cloud) port CloudLoadManager#removeCopyJobs() to master [doris]

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

[PR] [bugfix](iceberg)Fix the datafile path error issue [doris]

2024-06-05 Thread via GitHub
wuwenchi opened a new pull request, #35957: URL: https://github.com/apache/doris/pull/35957 ## Proposed changes Doris will convert the schema in FIleSystem to achieve the function of natively reading files. For example, `s3a` will be converted to `s3`. The position dele

  1   2   3   4   5   6   7   8   >