Re: [PR] [fix](Nereids): add Tiny Cost to Simplify Execution Plan When Total Cost is Zero [doris]

2024-04-15 Thread via GitHub
XieJiann commented on PR #33539: URL: https://github.com/apache/doris/pull/33539#issuecomment-2056254631 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](partial update) only unique table with MOW insert with target columns can consider be a partial update [doris]

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

Re: [PR] [refactor](refresh-catalog) refactor the refresh catalog code [doris]

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

Re: [PR] [Bug](join) convert block to nullable after do evaluate probe expr [doris]

2024-04-15 Thread via GitHub
doris-robot commented on PR #33607: URL: https://github.com/apache/doris/pull/33607#issuecomment-2056229497 TeamCity be ut coverage result: Function Coverage: 35.56% (8906/25044) Line Coverage: 27.29% (73138/267984) Region Coverage: 26.43% (37827/143138) Branch Coverage:

Re: [PR] [Chore](log) adjust output order on PrintInstanceStandardInfo and reduce warning log when rpc finished [doris]

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

Re: [PR] [refactor](pipelineX) Reduce prepare overhead (PART I) [doris]

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

Re: [PR] [Feat](nereids) add transform rule SimplifyWindowExpression [doris]

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

Re: [PR] [refactor](refresh-catalog) refactor the refresh catalog code [doris]

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

Re: [PR] [fix](restore) add indexes as part of table signature [doris]

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

Re: [PR] [FIX](cast)fix full/right out join for cast array [doris]

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

Re: [PR] [Bug](runtime-filter) make need_local_merge unrelated with broadcast and support merge on bitmap_filter [doris]

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

Re: [PR] support string column not overflow in join merge [doris]

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

Re: [PR] [feature](Nereids): add equal set in functional dependencies [doris]

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

Re: [PR] [opt](Nereids) date literal support basic format with timezone [doris]

2024-04-15 Thread via GitHub
doris-robot commented on PR #33662: URL: https://github.com/apache/doris/pull/33662#issuecomment-2056212286 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your

[PR] [opt](Nereids) date literal support basic format with timezone [doris]

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

Re: [PR] [refactor](pipelineX) Reduce prepare overhead (PART I) [doris]

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

Re: [PR] [Chore](log) adjust output order on PrintInstanceStandardInfo and reduce warning log when rpc finished [doris]

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

Re: [PR] [opt](Nereids) date literal support basic format with timezone [doris]

2024-04-15 Thread via GitHub
morrySnow commented on PR #33662: URL: https://github.com/apache/doris/pull/33662#issuecomment-2056212635 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](restore) add indexes as part of table signature [doris]

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

Re: [PR] [Feat](nereids) add transform rule SimplifyWindowExpression [doris]

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

Re: [PR] [Bug](runtime-filter) make need_local_merge unrelated with broadcast and support merge on bitmap_filter [doris]

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

Re: [PR] [improvement](spill) improve config and fix spill bugs [doris]

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

Re: [PR] [improvement](spill) improve config and fix spill bugs [doris]

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

Re: [PR] [feature](Nereids): add equal set in functional dependencies [doris]

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

Re: [PR] [FIX](cast)fix full/right out join for cast array [doris]

2024-04-15 Thread via GitHub
amorynan commented on PR #33475: URL: https://github.com/apache/doris/pull/33475#issuecomment-2056196389 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](pipelineX) Add type check between upstream and downstream operators. [doris]

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

Re: [PR] [Chore](log) adjust output order on PrintInstanceStandardInfo and reduce warning log when rpc finished [doris]

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

Re: [PR] [refactor](pipelineX) Reduce prepare overhead (PART I) [doris]

2024-04-15 Thread via GitHub
doris-robot commented on PR #33550: URL: https://github.com/apache/doris/pull/33550#issuecomment-2056183571 TPC-DS: Total hot run time: 183209 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 transform rule SimplifyWindowExpression [doris]

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

Re: [PR] [improve](txn insert) txn insert support write to one table many times [doris]

2024-04-15 Thread via GitHub
mymeiyi commented on PR #32980: URL: https://github.com/apache/doris/pull/32980#issuecomment-2056181223 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] [Bug](runtime-filter) make need_local_merge unrelated with broadcast and support merge on bitmap_filter [doris]

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

[PR] [fix](statistics)Fix alter column stats without min max value deserialize failure. (#33406) [doris]

2024-04-15 Thread via GitHub
Jibing-Li opened a new pull request, #33661: URL: https://github.com/apache/doris/pull/33661 backport https://github.com/apache/doris/pull/33406 ## Further comments If this is a relatively large or complex change, kick off the discussion at

Re: [PR] [fix](restore) add indexes as part of table signature [doris]

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

Re: [PR] [fix](statistics)Fix alter column stats without min max value deserialize failure. (#33406) [doris]

2024-04-15 Thread via GitHub
Jibing-Li commented on PR #33661: URL: https://github.com/apache/doris/pull/33661#issuecomment-2056178289 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](cast)fix full/right out join for cast array [doris]

2024-04-15 Thread via GitHub
amorynan commented on PR #33537: URL: https://github.com/apache/doris/pull/33537#issuecomment-2056177454 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](statistics)Fix alter column stats without min max value deserialize failure. (#33406) [doris]

2024-04-15 Thread via GitHub
doris-robot commented on PR #33661: URL: https://github.com/apache/doris/pull/33661#issuecomment-2056177450 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your

Re: [PR] [feature](Nereids): add equal set in functional dependencies [doris]

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

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

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

Re: [PR] [improve](regression test)Add test for time series compact empty rowset [doris]

2024-04-15 Thread via GitHub
csun5285 commented on PR #29509: URL: https://github.com/apache/doris/pull/29509#issuecomment-2056174021 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] [branch-2.1](cherry-pick) schema change may cause mow duplicate key (#33536) [doris]

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

Re: [PR] [refactor](refresh-catalog) refactor the refresh catalog code [doris]

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

Re: [PR] [FIX](cast)fix full/right out join for cast array [doris]

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

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

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

Re: [PR] [branch-2.1](cherry-pick) compaction should not check correctness if tablet is not ready (#33435) [doris]

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

Re: [PR] [opt](scan) read scan ranges in the order of partitions (#33515) [doris]

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

Re: [PR] [branch-2.1](cherry-pick) schema change may cause mow duplicate key (#33536) [doris]

2024-04-15 Thread via GitHub
zhannngchen commented on PR #33660: URL: https://github.com/apache/doris/pull/33660#issuecomment-2056140769 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] [branch-2.1](cherry-pick) schema change may cause mow duplicate key (#33536) [doris]

2024-04-15 Thread via GitHub
doris-robot commented on PR #33660: URL: https://github.com/apache/doris/pull/33660#issuecomment-2056140448 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your

[PR] [branch-2.1](cherry-pick) schema change may cause mow duplicate key (#33536) [doris]

2024-04-15 Thread via GitHub
zhannngchen opened a new pull request, #33660: URL: https://github.com/apache/doris/pull/33660 ## Proposed changes Issue Number: close #xxx cherry-pick #33536 ## Further comments If this is a relatively large or complex change, kick off the discussion at

Re: [PR] [fix](cloud) fix single stream multi table load can not work in cloud mode [doris]

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

Re: [PR] [Enhencement](Nereids) add rule of agg(case when) to agg(filter) [doris]

2024-04-15 Thread via GitHub
XieJiann commented on code in PR #33598: URL: https://github.com/apache/doris/pull/33598#discussion_r1565365950 ## regression-test/suites/nereids_rules_p0/eliminate_aggregate_casewhen/eliminate_aggregate_casewhen.groovy: ## @@ -0,0 +1,108 @@ +// Licensed to the Apache Software

Re: [PR] [fix](cloud) fix single stream multi table load can not work in cloud mode [doris]

2024-04-15 Thread via GitHub
doris-robot commented on PR #33659: URL: https://github.com/apache/doris/pull/33659#issuecomment-2056136885 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your

[PR] [fix](cloud) fix single stream multi table load can not work in cloud mode [doris]

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

Re: [PR] [Chore](log) adjust output order on PrintInstanceStandardInfo and reduce warning log when rpc finished [doris]

2024-04-15 Thread via GitHub
doris-robot commented on PR #33652: URL: https://github.com/apache/doris/pull/33652#issuecomment-2056134585 TeamCity be ut coverage result: Function Coverage: 35.37% (8857/25042) Line Coverage: 27.09% (72580/267955) Region Coverage: 26.25% (37575/143130) Branch Coverage:

Re: [PR] [Chore](log) adjust output order on PrintInstanceStandardInfo and reduce warning log when rpc finished [doris]

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

Re: [PR] [refactor](pipelineX) Reduce prepare overhead (PART I) [doris]

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

Re: [PR] [Feat](nereids) add transform rule SimplifyWindowExpression [doris]

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

Re: [PR] [fix](restore) add indexes as part of table signature [doris]

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

Re: [PR] [Bug](runtime-filter) make need_local_merge unrelated with broadcast and support merge on bitmap_filter [doris]

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

Re: [PR] [feature](Nereids): add equal set in functional dependencies [doris]

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

(doris) branch branch-2.1 updated: [opt](scan) read scan ranges in the order of partitions (#33515) (#33657)

2024-04-15 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 4b3339a4aed [opt](scan) read scan

Re: [PR] [opt](scan) read scan ranges in the order of partitions (#33515) [doris]

2024-04-15 Thread via GitHub
morningman merged PR #33657: URL: https://github.com/apache/doris/pull/33657 -- 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:

Re: [PR] [Bug](join) convert block to nullable after do evaluate probe expr [doris]

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

Re: [PR] [fix](Nereids): move adjust_null in rewrite cte sub-tree topic [doris]

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

Re: [PR] [opt](scan) read scan ranges in the order of partitions (#33515) [doris]

2024-04-15 Thread via GitHub
AshinGau commented on PR #33657: URL: https://github.com/apache/doris/pull/33657#issuecomment-2056115062 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] [branch-2.1](cherry-pick) compaction should not check correctness if tablet is not ready (#33435) [doris]

2024-04-15 Thread via GitHub
doris-robot commented on PR #33658: URL: https://github.com/apache/doris/pull/33658#issuecomment-2056113900 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your

(doris-flink-connector) branch master updated: disable checker thread default (#366)

2024-04-15 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new cf877c1 disable checker thread

Re: [PR] [opt](meta-cache) refine the meta cache [doris]

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

Re: [PR] [opt](meta-cache) refine the meta cache [doris]

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

Re: [PR] [branch-2.1](cherry-pick) compaction should not check correctness if tablet is not ready (#33435) [doris]

2024-04-15 Thread via GitHub
zhannngchen commented on PR #33658: URL: https://github.com/apache/doris/pull/33658#issuecomment-2056114843 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: [I] spark read doris with condition error [doris]

2024-04-15 Thread via GitHub
lxwcodemonkey commented on issue #30222: URL: https://github.com/apache/doris/issues/30222#issuecomment-2056107968 要替换的例行任务比较多... 没有别的适配办法了吗... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] [opt](scan) read scan ranges in the order of partitions (#33515) [doris]

2024-04-15 Thread via GitHub
doris-robot commented on PR #33657: URL: https://github.com/apache/doris/pull/33657#issuecomment-2056112849 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your

Re: [PR] [Chore] disable checker thread default [doris-flink-connector]

2024-04-15 Thread via GitHub
CalvinKirs merged PR #366: URL: https://github.com/apache/doris-flink-connector/pull/366 -- 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:

[PR] [opt](scan) read scan ranges in the order of partitions (#33515) [doris]

2024-04-15 Thread via GitHub
AshinGau opened a new pull request, #33657: URL: https://github.com/apache/doris/pull/33657 Follow #33410. scan_ranges are already sorted by path(as well as partition path) in FE, so merge scan ranges in order, not round robin. In the insert statement, reading data in partition order can

Re: [PR] [fix](nereids) Use correct PREAGGREGATION in agg(filter(scan)) [doris]

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

Re: [PR] [Bug](join) convert block to nullable after do evaluate probe expr [doris]

2024-04-15 Thread via GitHub
BiteThet commented on PR #33607: URL: https://github.com/apache/doris/pull/33607#issuecomment-2056096964 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](pipelineX) Add type check between upstream and downstream operators. [doris]

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

(doris-website) branch master updated: [doc](inverted index) match phrase slop feature added (#553)

2024-04-15 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 307a5fbaac [doc](inverted index)

Re: [PR] [doc](inverted index) match phrase slop feature added [doris-website]

2024-04-15 Thread via GitHub
luzhijing merged PR #553: URL: https://github.com/apache/doris-website/pull/553 -- 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:

Re: [PR] [fix](partial update) only unique table with MOW insert with target columns can consider be a partial update [doris]

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

Re: [PR] [fix](partial update) only unique table with MOW insert with target columns can consider be a partial update [doris]

2024-04-15 Thread via GitHub
doris-robot commented on PR #33656: URL: https://github.com/apache/doris/pull/33656#issuecomment-2056043570 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your

[PR] [fix](partial update) only unique table with MOW insert with target columns can consider be a partial update [doris]

2024-04-15 Thread via GitHub
nextdreamblue opened a new pull request, #33656: URL: https://github.com/apache/doris/pull/33656 ## Proposed changes Issue Number: close #xxx when enable_unique_key_partial_update = true, only unique table with MOW insert with target columns can consider be a

Re: [PR] [opt](meta-cache) refine the meta cache [doris]

2024-04-15 Thread via GitHub
morningman commented on PR #33449: URL: https://github.com/apache/doris/pull/33449#issuecomment-2056028258 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](test) fix some unstable p2 test cases (#33637) [doris]

2024-04-15 Thread via GitHub
doris-robot commented on PR #33655: URL: https://github.com/apache/doris/pull/33655#issuecomment-2056022774 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your

(doris) branch branch-2.1 updated: [fix](test) fix some unstable p2 test cases (#33637) (#33655)

2024-04-15 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 1832dc25e46 [fix](test) fix some

Re: [PR] [fix](test) fix some unstable p2 test cases (#33637) [doris]

2024-04-15 Thread via GitHub
morningman merged PR #33655: URL: https://github.com/apache/doris/pull/33655 -- 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:

[PR] [fix](test) fix some unstable p2 test cases (#33637) [doris]

2024-04-15 Thread via GitHub
morningman opened a new pull request, #33655: URL: https://github.com/apache/doris/pull/33655 bp #33637 -- 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,

[PR] [Chore] disable checker thread default [doris-flink-connector]

2024-04-15 Thread via GitHub
JNSimba opened a new pull request, #366: URL: https://github.com/apache/doris-flink-connector/pull/366 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original

(doris) branch master updated (f5739b7ddd6 -> 2f3b1950fb8)

2024-04-15 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 f5739b7ddd6 [opt](scan) read scan ranges in the order of partitions (#33515) add 2f3b1950fb8 [fix](test) fix

Re: [PR] [fix](test) fix some unstable p2 test cases [doris]

2024-04-15 Thread via GitHub
morningman merged PR #33637: URL: https://github.com/apache/doris/pull/33637 -- 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:

Re: [PR] [opt](scan) read scan ranges in the order of partitions [doris]

2024-04-15 Thread via GitHub
morningman merged PR #33515: URL: https://github.com/apache/doris/pull/33515 -- 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:

(doris) branch master updated: [opt](scan) read scan ranges in the order of partitions (#33515)

2024-04-15 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 f5739b7ddd6 [opt](scan) read scan ranges in

Re: [PR] [fix](test) fix some unstable p2 test cases [doris]

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

Re: [PR] [fix](test) fix some unstable p2 test cases [doris]

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

Re: [PR] [refactor](pipelineX) Reduce prepare overhead (PART I) [doris]

2024-04-15 Thread via GitHub
github-actions[bot] commented on code in PR #33550: URL: https://github.com/apache/doris/pull/33550#discussion_r1565325577 ## be/src/pipeline/exec/exchange_sink_operator.cpp: ## @@ -150,9 +151,24 @@ } SCOPED_CONSUME_MEM_TRACKER(_mem_tracker.get()); +// Make sure

(doris-flink-connector) branch master updated: [improvement] fix some successfully precommitted cannot be aborted lead to LabelAlreadyExists (#362)

2024-04-15 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 616c9b2 [improvement] fix some

Re: [PR] [improvement] fix some successfully precommitted cannot be aborted lead to LabelAlreadyExists [doris-flink-connector]

2024-04-15 Thread via GitHub
JNSimba merged PR #362: URL: https://github.com/apache/doris-flink-connector/pull/362 -- 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:

Re: [PR] [refactor](refresh-catalog) refactor the refresh catalog code [doris]

2024-04-15 Thread via GitHub
morningman commented on PR #33653: URL: https://github.com/apache/doris/pull/33653#issuecomment-2055959438 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) Use correct PREAGGREGATION in agg(filter(scan)) [doris]

2024-04-15 Thread via GitHub
liutang123 commented on PR #33454: URL: https://github.com/apache/doris/pull/33454#issuecomment-2055954207 @starocean999 Hi, I fix the regression test case, can you take another look at this PR? -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [feature](Nereids): add equal set in functional dependencies [doris]

2024-04-15 Thread via GitHub
XieJiann commented on PR #33642: URL: https://github.com/apache/doris/pull/33642#issuecomment-2055930230 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] [Readme](2.1.2)Update README.md [doris]

2024-04-15 Thread via GitHub
doris-robot commented on PR #33654: URL: https://github.com/apache/doris/pull/33654#issuecomment-2055931400 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your

<    2   3   4   5   6   7   8   >