Re: [PR] [Nereids] add leading tpc-h [doris]

2024-02-27 Thread via GitHub
LiBinfeng-01 commented on PR #30405: URL: https://github.com/apache/doris/pull/30405#issuecomment-1968423582 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) Make the case sensitivity of the result labels compatible with MySQL [doris]

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

[I] [Bug] cast decimal(6,3) to decimal(6,4) failed [doris]

2024-02-27 Thread via GitHub
zxealous opened a new issue, #31522: URL: https://github.com/apache/doris/issues/31522 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.5 ### What's

Re: [PR] [enhancement](Nereids) New optimizer support check column privileges [doris]

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

Re: [PR] [Update](cloud) add inverted index tmp dir support [doris]

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

Re: [I] [Bug] the EliminateSortUnderSubquery and the EliminateOrderByConstant share the same ruleType [doris]

2024-02-27 Thread via GitHub
starocean999 commented on issue #31402: URL: https://github.com/apache/doris/issues/31402#issuecomment-1968418539 you can add a large limit number into sub query to workaround this instead of disable rules. like order by x limit 2; -- This is an automated message from the Apache G

Re: [I] [Bug] the EliminateSortUnderSubquery and the EliminateOrderByConstant share the same ruleType [doris]

2024-02-27 Thread via GitHub
morrySnow closed issue #31402: [Bug] the EliminateSortUnderSubquery and the EliminateOrderByConstant share the same ruleType URL: https://github.com/apache/doris/issues/31402 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [Fix](fe-core) The EliminateSortUnderSubquery rule and the EliminateOrderByConstant rule share the same ruleType [doris]

2024-02-27 Thread via GitHub
yiguolei merged PR #31403: URL: https://github.com/apache/doris/pull/31403 -- 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: [I] [Bug] the EliminateSortUnderSubquery and the EliminateOrderByConstant share the same ruleType [doris]

2024-02-27 Thread via GitHub
yiguolei closed issue #31402: [Bug] the EliminateSortUnderSubquery and the EliminateOrderByConstant share the same ruleType URL: https://github.com/apache/doris/issues/31402 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

(doris) branch master updated: [Fix](fe-core) Fix The EliminateSortUnderSubquery will not affect the EliminateOrderByConstant rule (#31402) (#31403)

2024-02-27 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 685a8e3c40d [Fix](fe-core) Fix The EliminateSor

Re: [PR] [fix](Nereids) Make the case sensitivity of the result labels compatible with MySQL [doris]

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

Re: [PR] [fix](Nereids): other cond should be keep for each anti join when expand anti join [doris]

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

Re: [PR] [fix](Nereids): other cond should be keeped for each anti join when expand anti join [doris]

2024-02-27 Thread via GitHub
doris-robot commented on PR #31521: URL: https://github.com/apache/doris/pull/31521#issuecomment-1968400978 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): other cond should be keeped for each anti join when expand anti join [doris]

2024-02-27 Thread via GitHub
XieJiann opened a new pull request, #31521: URL: https://github.com/apache/doris/pull/31521 ## 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](regression test)Make index compaction cases nonCouncurrent [doris]

2024-02-27 Thread via GitHub
qidaye commented on PR #31520: URL: https://github.com/apache/doris/pull/31520#issuecomment-1968400047 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](regression test)Make index compaction cases nonCouncurrent [doris]

2024-02-27 Thread via GitHub
doris-robot commented on PR #31520: URL: https://github.com/apache/doris/pull/31520#issuecomment-1968399833 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](regression test)Make index compaction cases nonCouncurrent [doris]

2024-02-27 Thread via GitHub
qidaye opened a new pull request, #31520: URL: https://github.com/apache/doris/pull/31520 ## Proposed changes Index compaction cases will change be config `inverted_index_compaction_enabled`, when they run concurrently, they will affect each other. ## Further comments

Re: [PR] [improvement](statistics)Return UNKNOWN column stats if ndv is 0. [doris]

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

Re: [PR] [Fix](regression) add disable_auto_compaction for show data [doris]

2024-02-27 Thread via GitHub
airborne12 commented on PR #31519: URL: https://github.com/apache/doris/pull/31519#issuecomment-1968387704 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] [Fix](regression) add disable_auto_compaction for show data [doris]

2024-02-27 Thread via GitHub
airborne12 commented on PR #31519: URL: https://github.com/apache/doris/pull/31519#issuecomment-1968385182 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] [Fix](regression) add disable_auto_compaction for show data [doris]

2024-02-27 Thread via GitHub
doris-robot commented on PR #31519: URL: https://github.com/apache/doris/pull/31519#issuecomment-1968384989 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](regression) add disable_auto_compaction for show data [doris]

2024-02-27 Thread via GitHub
airborne12 opened a new pull request, #31519: URL: https://github.com/apache/doris/pull/31519 ## 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](mail

Re: [PR] [enhancement](Nereids) New optimizer support check column privileges [doris]

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

(doris) branch master updated: [Chore](agg-state) adjust AggStateType constructor check input (#31401)

2024-02-27 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 5132b71e586 [Chore](agg-state) adjust AggStat

Re: [PR] [Chore](agg-state) adjust AggStateType constructor check input [doris]

2024-02-27 Thread via GitHub
BiteThet merged PR #31401: URL: https://github.com/apache/doris/pull/31401 -- 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: [I] [Bug] cast constant to string get wrong result [doris]

2024-02-27 Thread via GitHub
MRYOG commented on issue #31514: URL: https://github.com/apache/doris/issues/31514#issuecomment-1968374871 the same as 2.0.2.1 , ![image](https://github.com/apache/doris/assets/10381662/6e912ad2-e3ad-49e6-a18e-98c552110f2a) -- This is an automated message from the Apache Git Servi

Re: [PR] [fix](Nereids) Make the case sensitivity of the result labels compatible with MySQL [doris]

2024-02-27 Thread via GitHub
morrySnow commented on PR #31510: URL: https://github.com/apache/doris/pull/31510#issuecomment-1968372079 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] [Chore](agg-state) adjust AggStateType constructor check input [doris]

2024-02-27 Thread via GitHub
github-actions[bot] commented on PR #31401: URL: https://github.com/apache/doris/pull/31401#issuecomment-1968370183 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] [Chore](agg-state) adjust AggStateType constructor check input [doris]

2024-02-27 Thread via GitHub
github-actions[bot] commented on PR #31401: URL: https://github.com/apache/doris/pull/31401#issuecomment-1968370136 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](Nereids) New optimizer support check column privileges [doris]

2024-02-27 Thread via GitHub
924060929 commented on PR #31494: URL: https://github.com/apache/doris/pull/31494#issuecomment-1968368650 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] [nereids](topn-opt) WIP topn-ext [doris]

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

Re: [PR] [Improve](TabletSchemaCache) reduce duplicated memory consumption for column name and column path [doris]

2024-02-27 Thread via GitHub
eldenmoon commented on code in PR #31141: URL: https://github.com/apache/doris/pull/31141#discussion_r1505456485 ## be/src/olap/in_list_predicate.h: ## @@ -36,13 +36,6 @@ #include "vec/common/string_ref.h" #include "vec/core/types.h" -template <> -struct std::equal_to { Rev

(doris) branch master updated (4f5d405fc37 -> a48ce1cb1f3)

2024-02-27 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 4f5d405fc37 [fix](storage medium) Fix show partition storage medium not right whe… (#30160) add a48ce1cb1f3 [I

Re: [PR] [Improve](Variant) support prune segment for quering variant [doris]

2024-02-27 Thread via GitHub
eldenmoon merged PR #31310: URL: https://github.com/apache/doris/pull/31310 -- 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] [cloud](Variant) support variant in cloud mode [doris]

2024-02-27 Thread via GitHub
github-actions[bot] commented on PR #31483: URL: https://github.com/apache/doris/pull/31483#issuecomment-1968359719 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] [cloud](Variant) support variant in cloud mode [doris]

2024-02-27 Thread via GitHub
github-actions[bot] commented on PR #31483: URL: https://github.com/apache/doris/pull/31483#issuecomment-1968359681 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

[I] [Bug] cast string to float get wrong result [doris]

2024-02-27 Thread via GitHub
zxealous opened a new issue, #31518: URL: https://github.com/apache/doris/issues/31518 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.5 && master

Re: [PR] [cloud](Variant) support variant in cloud mode [doris]

2024-02-27 Thread via GitHub
dataroaring commented on PR #31483: URL: https://github.com/apache/doris/pull/31483#issuecomment-1968359200 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] [Improve](TabletSchemaCache) reduce duplicated memory consumption for column name and column path [doris]

2024-02-27 Thread via GitHub
eldenmoon commented on code in PR #31141: URL: https://github.com/apache/doris/pull/31141#discussion_r1505453563 ## be/src/vec/json/path_in_data.cpp: ## @@ -118,12 +120,15 @@ void PathInData::from_protobuf(const segment_v2::ColumnPathInfo& pb) { path = pb.path(); has_

[I] [Bug] cast date to decimal get wrong result [doris]

2024-02-27 Thread via GitHub
zxealous opened a new issue, #31517: URL: https://github.com/apache/doris/issues/31517 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.5 && master

[I] [Bug] cast string to date get wrong result [doris]

2024-02-27 Thread via GitHub
zxealous opened a new issue, #31516: URL: https://github.com/apache/doris/issues/31516 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master, 2.0.5 ##

Re: [PR] [fix](test) fix error messages in fault injection tests [doris]

2024-02-27 Thread via GitHub
kaijchen commented on PR #31515: URL: https://github.com/apache/doris/pull/31515#issuecomment-1968347541 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](test) fix error messages in fault injection tests [doris]

2024-02-27 Thread via GitHub
kaijchen opened a new pull request, #31515: URL: https://github.com/apache/doris/pull/31515 ## Proposed changes The error messages asserted in the tests do not match with the code. Fix the tests. ## Further comments If this is a relatively large or complex change, kick

Re: [PR] [fix](test) fix error messages in fault injection tests [doris]

2024-02-27 Thread via GitHub
doris-robot commented on PR #31515: URL: https://github.com/apache/doris/pull/31515#issuecomment-1968347281 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] [Nereids] add leading tpc-h [doris]

2024-02-27 Thread via GitHub
LiBinfeng-01 commented on PR #30405: URL: https://github.com/apache/doris/pull/30405#issuecomment-1968346783 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] [improvement](statistics)Return UNKNOWN column stats if ndv is 0. [doris]

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

Re: [PR] [improvement](statistics)Return UNKNOWN column stats if ndv is 0. [doris]

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

Re: [PR] [Update](cloud) add inverted index tmp dir support [doris]

2024-02-27 Thread via GitHub
github-actions[bot] commented on PR #31484: URL: https://github.com/apache/doris/pull/31484#issuecomment-1968341153 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

[I] [Bug] [doris]

2024-02-27 Thread via GitHub
zxealous opened a new issue, #31514: URL: https://github.com/apache/doris/issues/31514 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.4 && 2.0.5 #

Re: [PR] [improvement](statistics)Return UNKNOWN column stats if ndv is 0. [doris]

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

Re: [PR] [Update](cloud) add inverted index tmp dir support [doris]

2024-02-27 Thread via GitHub
airborne12 commented on PR #31484: URL: https://github.com/apache/doris/pull/31484#issuecomment-1968332033 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] [enhance](git)Ignore `fe/gen` [doris]

2024-02-27 Thread via GitHub
github-actions[bot] commented on PR #31512: URL: https://github.com/apache/doris/pull/31512#issuecomment-1968328834 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] [enhance](git)Ignore `fe/gen` [doris]

2024-02-27 Thread via GitHub
github-actions[bot] commented on PR #31512: URL: https://github.com/apache/doris/pull/31512#issuecomment-1968328809 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] [improvement](statistics)Return UNKNOWN column stats if ndv is 0. [doris]

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

Re: [PR] [nereids] config global partition topn [doris]

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

Re: [PR] [nereids] config global partition topn [doris]

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

Re: [I] Doris内存会不停增长 [doris]

2024-02-27 Thread via GitHub
cqyzh commented on issue #5442: URL: https://github.com/apache/doris/issues/5442#issuecomment-1968313239 建立catalog的外部表过多,好像也会导致doris的内存增大 -- 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 speci

Re: [PR] [nereids] config global partition topn [doris]

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

Re: [PR] [refactor](profile callback) refactor profile callback on BE [doris]

2024-02-27 Thread via GitHub
zhiqiang- closed pull request #31448: [refactor](profile callback) refactor profile callback on BE URL: https://github.com/apache/doris/pull/31448 -- 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 branch-1.2-lts updated: [branch-1.2](bug) fix mask/mask_first_n/mask_last_n function can't handle const value

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

Re: [PR] [branch-1.2](bug) fix mask/mask_first_n/mask_last_n function can't handle const value [doris]

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

(doris) branch master updated (611c1f9f903 -> 4f5d405fc37)

2024-02-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 611c1f9f903 [Improvement](regression-test) generate user token by configured user and password rather than hard cord

Re: [PR] [fix](storage medium) Fix show partition storage medium not right whe… [doris]

2024-02-27 Thread via GitHub
yiguolei merged PR #30160: URL: https://github.com/apache/doris/pull/30160 -- 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](storage medium) Fix show partition storage medium not right whe… [doris]

2024-02-27 Thread via GitHub
github-actions[bot] commented on PR #30160: URL: https://github.com/apache/doris/pull/30160#issuecomment-1968302807 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] [nereids] config global partition topn [doris]

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

(doris) branch master updated: [Improvement](regression-test) generate user token by configured user and password rather than hard cord (#31345)

2024-02-27 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 611c1f9f903 [Improvement](regression-test) gene

Re: [PR] [Improvement](regression-test) generate user token by configured user and password rather than hard cord [doris]

2024-02-27 Thread via GitHub
yiguolei merged PR #31345: URL: https://github.com/apache/doris/pull/31345 -- 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] [improvement](statistics)Return UNKNOWN column stats if ndv is 0. [doris]

2024-02-27 Thread via GitHub
Jibing-Li commented on PR #31439: URL: https://github.com/apache/doris/pull/31439#issuecomment-1968295379 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] [nereids] config global partition topn [doris]

2024-02-27 Thread via GitHub
xzj7019 commented on PR #31476: URL: https://github.com/apache/doris/pull/31476#issuecomment-1968283087 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] [nereids] config global partition topn [doris]

2024-02-27 Thread via GitHub
xzj7019 commented on PR #31476: URL: https://github.com/apache/doris/pull/31476#issuecomment-1968282646 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 unsubscrib

[I] [Bug] unique model schema modify key column from BOOLEAN to TINYINT type emerge error [doris]

2024-02-27 Thread via GitHub
cjj2010 opened a new issue, #31513: URL: https://github.com/apache/doris/issues/31513 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master ### What's

Re: [I] [Bug] Set current date for date type when create table will be failed [doris]

2024-02-27 Thread via GitHub
JueLance commented on issue #31503: URL: https://github.com/apache/doris/issues/31503#issuecomment-1968280953 > 试了下date确实不能添加默认值,datetime(3)可以添加默认值CURRENT_TIMESTAMP(3) datetime(3)这个我知道是支持,我们现在的场景是想用date类型🤣 -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] [fix](mtmv)fix getIdToItem cause ConcurrentModificationException [doris]

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

Re: [PR] [improve] adjust the code framework related to CDC. [doris-flink-connector]

2024-02-27 Thread via GitHub
JNSimba commented on PR #319: URL: https://github.com/apache/doris-flink-connector/pull/319#issuecomment-1968278627 checkstyle failed, PTAL @bingquanzhao -- 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

Re: [PR] [fix](mtmv)fix getIdToItem cause ConcurrentModificationException [doris]

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

Re: [I] [Bug] Set current date for date type when create table will be failed [doris]

2024-02-27 Thread via GitHub
zhbdesign commented on issue #31503: URL: https://github.com/apache/doris/issues/31503#issuecomment-1968273089 试了下date确实不能添加默认值,datetime(3)可以添加默认值CURRENT_TIMESTAMP(3) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [fix](mtmv)fix getIdToItem cause ConcurrentModificationException [doris]

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

Re: [PR] add error log [doris]

2024-02-27 Thread via GitHub
github-actions[bot] commented on PR #31469: URL: https://github.com/apache/doris/pull/31469#issuecomment-1968271011 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](mtmv)fix getIdToItem cause ConcurrentModificationException [doris]

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

(doris) branch master updated: [fix](Nereids) push down topn distinct through join by mistake (#31396)

2024-02-27 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 90d9122b5c8 [fix](Nereids) push down topn disti

Re: [PR] [fix](Nereids) push down topn distinct through join by mistake [doris]

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

(doris) branch branch-2.0 updated: [enhancement](docs) Clarify the requirement for JDK exact version 8 in install guide (#29921) (#31437)

2024-02-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 655c9353d17 [enhancement](docs) Clarify

Re: [PR] [enhancement](docs) Clarify requirement for JDK exact version 8 [doris]

2024-02-27 Thread via GitHub
yiguolei merged PR #31437: URL: https://github.com/apache/doris/pull/31437 -- 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) 14/22: [fix](docs)Correcting spelling errors,add isolated file to siderbars. (#31409)

2024-02-27 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 c5e6e3d45fcf42b184e23a5670b2da7af986c791 Author: mq松鼠 <88568921+cstglu...@users.noreply.github.com> AuthorDate: Wed

(doris) 11/22: [Chore](function) remove unused check on count function (#31400)

2024-02-27 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 3acfda413b430c0f2e46c371b1065c1bae99e901 Author: Pxl AuthorDate: Tue Feb 27 23:42:30 2024 +0800 [Chore](functi

(doris) 22/22: [fix](fe ut) fix TabletRepairAndBalanceTest (#31397)

2024-02-27 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 7a42d3b52cb43ac5628ff311ba0d56359a6797e9 Author: yujun AuthorDate: Wed Feb 28 13:03:31 2024 +0800 [fix](fe ut)

(doris) 21/22: [cases](regression) Add data reliability check meta cases (#31432)

2024-02-27 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 e3f03e10b2af804daf84800598b584dbf7d964d5 Author: walter AuthorDate: Wed Feb 28 13:02:57 2024 +0800 [cases](reg

(doris) 07/22: [opt](plsql) Fix procedure key compatibility (#31445)

2024-02-27 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 c0754583cbbca4d85fb799f5656aa07ceb80c5dd Author: Xinyi Zou AuthorDate: Tue Feb 27 22:23:11 2024 +0800 [opt](pl

(doris) 18/22: [docs](docs) Update 2.0.5 Release Note of EN & CN Version (#31506)

2024-02-27 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 f1e14722d8316e5a43666d8a7cd317f93997aec3 Author: KassieZ <139741991+kass...@users.noreply.github.com> AuthorDate: We

(doris) 05/22: [fix](MySQL) implement `SHOW CHARSET` statement. (#31389)

2024-02-27 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 47d112e4e6e5ca39d569e60408c7f2aec40eb488 Author: Guangdong Liu AuthorDate: Tue Feb 27 17:32:06 2024 +0800 [fix

(doris) 17/22: [improvement](iceberg/paimon)add show table stats (#31473)

2024-02-27 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 d0a8a30998023137b73a89119cde95a6a1e8a7f5 Author: wuwenchi AuthorDate: Wed Feb 28 11:44:23 2024 +0800 [improvem

(doris) 12/22: [fix] Fix the incorrect class name in the getLogger method call of MysqlTable. (#31465)

2024-02-27 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 ab00c7012b08fe1cf5750d31c0b73056523efbe9 Author: ytwp <54202482+y...@users.noreply.github.com> AuthorDate: Wed Feb 2

(doris) 09/22: [fix](case) fix testcase test_decimal256_index #31486

2024-02-27 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 04de7aed404891791fdaff1735fdda14fc76882c Author: Kang AuthorDate: Tue Feb 27 23:40:05 2024 +0800 [fix](case) f

(doris) 10/22: Reset report_workload_runtime_status to optional (#31479)

2024-02-27 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 7f566f93650659eea915339c722d59582051cea5 Author: wangbo AuthorDate: Tue Feb 27 23:40:20 2024 +0800 Reset repor

(doris) 16/22: Fix replay binlog gc when not found db binlog (#31463)

2024-02-27 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 5bbe9f7b4060f0893538cb3c0e01bdba254f2c70 Author: Jack Drogon AuthorDate: Wed Feb 28 11:33:11 2024 +0800 Fix re

(doris) 13/22: [chore](log) reduce a lot inject debug point log #31474

2024-02-27 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 e86cc7e8e8be9712723dfa8b9e88a86a29492816 Author: yujun AuthorDate: Wed Feb 28 10:15:13 2024 +0800 [chore](log

(doris) 20/22: [fix](paimon) fix hadoop.username does not take effect in paimon catalog (#31478)

2024-02-27 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 883d022f84645e9d5f6fa48955bd98938945026a Author: Mingyu Chen AuthorDate: Wed Feb 28 13:01:06 2024 +0800 [fix](

(doris) 06/22: [enhancement](Nereids) Support show process time and process steps by explain statement (#31339)

2024-02-27 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 9ffcf48cce103752ec15a90c7cfc2ad48fa68a97 Author: 924060929 <924060...@qq.com> AuthorDate: Tue Feb 27 18:40:56 2024 +

(doris) 19/22: [enhance](S3) Init default retry strategy for aws s3 sdk (#31329)

2024-02-27 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 f18c85349589e911410da895ffba9e7d9252d3be Author: AlexYue AuthorDate: Wed Feb 28 12:19:54 2024 +0800 [enhance](

(doris) branch branch-2.1 updated (41e31ee333a -> 7a42d3b52cb)

2024-02-27 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 41e31ee333a creat hdfs fs with it's resource id (#31505) new 37590f17782 Make sure external table fetched db

  1   2   3   4   5   6   7   8   9   >