Re: [PR] [fix](local shuffle) Fix hash shuffle local exchanger [doris]

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

Re: [PR] [improvement](mtmv) Support to use view when create mtmv [doris]

2024-08-28 Thread via GitHub
zddr commented on code in PR #38882: URL: https://github.com/apache/doris/pull/38882#discussion_r1735669916 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/InitMaterializationContextHook.java: ## @@ -78,7 +78,8 @@ public void initMaterializationContext(

Re: [PR] [Feat](nereids) add max/min filter push down rewrite rule [doris]

2024-08-28 Thread via GitHub
xzj7019 commented on code in PR #39252: URL: https://github.com/apache/doris/pull/39252#discussion_r1735666512 ## regression-test/suites/nereids_rules_p0/max_min_filter_push_down/max_min_filter_push_down.groovy: ## @@ -0,0 +1,207 @@ +// Licensed to the Apache Software Foundation

Re: [PR] [feature](Nereids) Support cache tablets aggregate result (fe) [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #39670: URL: https://github.com/apache/doris/pull/39670#issuecomment-2316851059 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] [Feat](nereids) add max/min filter push down rewrite rule [doris]

2024-08-28 Thread via GitHub
xzj7019 commented on code in PR #39252: URL: https://github.com/apache/doris/pull/39252#discussion_r1735667532 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/executor/Rewriter.java: ## @@ -180,7 +181,8 @@ public class Rewriter extends AbstractBatchJobExecutor {

Re: [PR] [Feat](nereids) add max/min filter push down rewrite rule [doris]

2024-08-28 Thread via GitHub
xzj7019 commented on code in PR #39252: URL: https://github.com/apache/doris/pull/39252#discussion_r1735667532 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/executor/Rewriter.java: ## @@ -180,7 +181,8 @@ public class Rewriter extends AbstractBatchJobExecutor {

Re: [PR] [Feat](nereids) add max/min filter push down rewrite rule [doris]

2024-08-28 Thread via GitHub
xzj7019 commented on code in PR #39252: URL: https://github.com/apache/doris/pull/39252#discussion_r1735666512 ## regression-test/suites/nereids_rules_p0/max_min_filter_push_down/max_min_filter_push_down.groovy: ## @@ -0,0 +1,207 @@ +// Licensed to the Apache Software Foundation

Re: [PR] [feature](agg-func) linear_histogram [doris]

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

Re: [PR] [feature](Nereids) Support cache tablets aggregate result (fe) [doris]

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

Re: [PR] [feature](Nereids) Support cache tablets aggregate result (fe) [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #39670: URL: https://github.com/apache/doris/pull/39670#issuecomment-2316844126 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] [opt](partial update) Remove unnecessary lock and refactor some code for partial update [doris]

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

Re: [PR] [fix](spill) should call set_ready after changing the status [doris]

2024-08-28 Thread via GitHub
mrhhsg commented on PR #40075: URL: https://github.com/apache/doris/pull/40075#issuecomment-2316843947 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] [Opt](parquet/orc-reader) Opt get dict ids in _rewrite_dict_predicates() [doris]

2024-08-28 Thread via GitHub
yiguolei merged PR #40095: URL: https://github.com/apache/doris/pull/40095 -- 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] [Doc] Fix `apache-doris/fe/conf/fe.conf` path error in QuickStart page [doris-website]

2024-08-28 Thread via GitHub
KassieZ commented on code in PR #1065: URL: https://github.com/apache/doris-website/pull/1065#discussion_r1735660746 ## src/theme/DocItem/Layout/pathTransfer.ts: ## Review Comment: @jeffreys-cat Please assist in reviewing the changes -- This is an automated message from

(doris) branch branch-2.1 updated: [Opt](parquet/orc-reader) Opt get dict ids in _rewrite_dict_predicates() (#40095)

2024-08-28 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 8df93f8dfec [Opt](parquet/orc-reader) O

Re: [PR] [improvement](fdb) add a tool which deploys and starts fdb [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #39803: URL: https://github.com/apache/doris/pull/39803#issuecomment-2316839311 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/10610127800";) output. shellcheck er

Re: [PR] [feature](agg-func) linear_histogram [doris]

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

Re: [PR] [fix](nereids) fix union all instance number [doris]

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

Re: [PR] [opt](partial update) Remove unnecessary lock and refactor some code for partial update [doris]

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

(doris) branch master updated: [chore](mtmv)add plan log for UpdateMvByPartitionCommand (#40072)

2024-08-28 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 e24bc7f650a [chore](mtmv)add plan log for Upda

Re: [PR] [enhance](mtmv)add plan log for UpdateMvByPartitionCommand [doris]

2024-08-28 Thread via GitHub
morrySnow merged PR #40072: URL: https://github.com/apache/doris/pull/40072 -- 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] [chore](cancel) Debug cancel by pipeline task leak [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #40102: URL: https://github.com/apache/doris/pull/40102#issuecomment-2316836224 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] [improvement](fdb) add a tool which deploys and starts fdb [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #39803: URL: https://github.com/apache/doris/pull/39803#issuecomment-2316835357 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](fdb) add a tool which deploys and starts fdb [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #39803: URL: https://github.com/apache/doris/pull/39803#issuecomment-2316835044 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/10610090463";) output. shellcheck er

Re: [PR] [fix](local shuffle) Fix hash shuffle local exchanger [doris]

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

(doris) branch branch-2.1 updated: [fix](inverted index) fix error handling in fast_execute (#40086)

2024-08-28 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 15b14ef49b8 [fix](inverted index) fix e

Re: [PR] [fix](inverted index) fix error handling in fast_execute [doris]

2024-08-28 Thread via GitHub
yiguolei merged PR #40086: URL: https://github.com/apache/doris/pull/40086 -- 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](local shuffle) Fix hash shuffle local exchanger [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #40101: URL: https://github.com/apache/doris/pull/40101#issuecomment-2316830312 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] [Feature] fe nodes can have different http port and rpc port [doris]

2024-08-28 Thread via GitHub
MaxLinyun opened a new issue, #40103: URL: https://github.com/apache/doris/issues/40103 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Doris requires tha

Re: [PR] [improvement](fdb) add a tool which deploys and starts fdb [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #39803: URL: https://github.com/apache/doris/pull/39803#issuecomment-2316829389 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] [chore](cancel) Debug cancel by pipeline task leak [doris]

2024-08-28 Thread via GitHub
doris-robot commented on PR #40102: URL: https://github.com/apache/doris/pull/40102#issuecomment-2316826495 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] [chore](cancel) Debug cancel by pipeline task leak [doris]

2024-08-28 Thread via GitHub
zhiqiang- opened a new pull request, #40102: URL: https://github.com/apache/doris/pull/40102 ## 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 U

(doris-website) branch master updated: add collaborators (#1064)

2024-08-28 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-website.git The following commit(s) were added to refs/heads/master by this push: new bdb359687fc add collaborators (#1064)

Re: [PR] add collaborators [doris-website]

2024-08-28 Thread via GitHub
morningman merged PR #1064: URL: https://github.com/apache/doris-website/pull/1064 -- 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...@d

Re: [PR] [feature](agg-func) linear_histogram [doris]

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

Re: [PR] [opt](nereids) set threshold for range selectivity [doris]

2024-08-28 Thread via GitHub
englefly commented on PR #40084: URL: https://github.com/apache/doris/pull/40084#issuecomment-2316819490 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] [opt](partial update) Remove unnecessary lock and refactor some code for partial update [doris]

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

[PR] [fix](local shuffle) Fix hash shuffle local exchanger [doris]

2024-08-28 Thread via GitHub
Gabriel39 opened a new pull request, #40101: URL: https://github.com/apache/doris/pull/40101 ## Proposed changes pick #40036 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] [fix](local shuffle) Fix hash shuffle local exchanger [doris]

2024-08-28 Thread via GitHub
Gabriel39 commented on PR #40101: URL: https://github.com/apache/doris/pull/40101#issuecomment-2316818470 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](local shuffle) Fix hash shuffle local exchanger [doris]

2024-08-28 Thread via GitHub
doris-robot commented on PR #40101: URL: https://github.com/apache/doris/pull/40101#issuecomment-2316818201 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] [opt](nereids) set lower bound for range-selectivity [doris]

2024-08-28 Thread via GitHub
englefly commented on PR #40089: URL: https://github.com/apache/doris/pull/40089#issuecomment-2316814809 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] [improvement](regression) improve p1 test time by moving spill cases to p2 [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #40079: URL: https://github.com/apache/doris/pull/40079#issuecomment-2316812166 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](file-cache) change metric_value column in file_cache_statistics table to string [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #40083: URL: https://github.com/apache/doris/pull/40083#issuecomment-2316808902 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](file-cache) change metric_value column in file_cache_statistics table to string [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #40083: URL: https://github.com/apache/doris/pull/40083#issuecomment-2316808873 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](statistics)Support enable/disable auto analyze for table. [doris]

2024-08-28 Thread via GitHub
Jibing-Li commented on PR #39532: URL: https://github.com/apache/doris/pull/39532#issuecomment-2316806552 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] [opt](nereids) set lower bound for range-selectivity [doris]

2024-08-28 Thread via GitHub
englefly commented on PR #40089: URL: https://github.com/apache/doris/pull/40089#issuecomment-2316805647 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] [enhancement](show) Move storage policy info from show create table to show partitions [doris]

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

[PR] [Doc] Fix `apache-doris/fe/conf/fe.conf` path error in QuickStart page [doris-website]

2024-08-28 Thread via GitHub
QuakeWang opened a new pull request, #1065: URL: https://github.com/apache/doris-website/pull/1065 - update the QuickStart page ![image](https://github.com/user-attachments/assets/bba9145f-5d60-44d0-9bab-256259739155) - The path in the edit button may not work correctly

Re: [PR] [fix](compaction) fix heap-use-after-free caused by compaction sample info resize (#40058) [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #40077: URL: https://github.com/apache/doris/pull/40077#issuecomment-2316797314 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

(doris) branch branch-2.1 updated: [cherry-pick](branch-2.1) Improve local shuffle strategy (#40030)

2024-08-28 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 7155711431e [cherry-pick](branch-2.1)

Re: [PR] [fix](local shuffle) Fix hash shuffle local exchanger [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #40036: URL: https://github.com/apache/doris/pull/40036#issuecomment-2316796194 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] [cherry-pick](branch-2.1) Improve local shuffle strategy [doris]

2024-08-28 Thread via GitHub
Gabriel39 merged PR #40030: URL: https://github.com/apache/doris/pull/40030 -- 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

(doris) branch hello-stephen-patch-3 deleted (was 264c92ee63c)

2024-08-28 Thread hellostephen
This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a change to branch hello-stephen-patch-3 in repository https://gitbox.apache.org/repos/asf/doris.git was 264c92ee63c Update .asf.yaml The revisions that were on this branch are still contained in other

Re: [PR] [fix](nereids) fix union all instance number [doris]

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

Re: [PR] [fix](nereids) fix union all instance number [doris]

2024-08-28 Thread via GitHub
doris-robot commented on PR #40100: URL: https://github.com/apache/doris/pull/40100#issuecomment-2316792845 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) fix union all instance number [doris]

2024-08-28 Thread via GitHub
xzj7019 opened a new pull request, #40100: URL: https://github.com/apache/doris/pull/40100 pick from https://github.com/apache/doris/pull/3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

Re: [PR] [opt](nereids) set lower bound for range-selectivity [doris]

2024-08-28 Thread via GitHub
englefly commented on PR #40089: URL: https://github.com/apache/doris/pull/40089#issuecomment-2316789968 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

(doris) branch master updated (e656cb7980d -> ea4c77f9622)

2024-08-28 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from e656cb7980d [fix](build index)Only get file size for inverted index (#39965) add ea4c77f9622 [chore](routine

Re: [PR] [chore](routine load) make error msg clear if routine load name illegal [doris]

2024-08-28 Thread via GitHub
dataroaring merged PR #40037: URL: https://github.com/apache/doris/pull/40037 -- 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](regression) fix unstable insert_p2/txn_insert_with_schema_change and test_group_commit_interval_ms_property [doris]

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

Re: [PR] [fix](compaction) fix heap-use-after-free caused by compaction sample info resize (#40058) [doris]

2024-08-28 Thread via GitHub
dataroaring commented on PR #40077: URL: https://github.com/apache/doris/pull/40077#issuecomment-2316789329 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](ES Catalog)Only push down literal expr in binary predicate(#39845) [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #39844: URL: https://github.com/apache/doris/pull/39844#issuecomment-2316787172 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](ES Catalog)Only push down literal expr in binary predicate(#39845) [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #39844: URL: https://github.com/apache/doris/pull/39844#issuecomment-2316787135 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](file-cache) change metric_value column in file_cache_statistics table to string [doris]

2024-08-28 Thread via GitHub
yiguolei commented on PR #40083: URL: https://github.com/apache/doris/pull/40083#issuecomment-2316786336 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) fix union all instance number [doris]

2024-08-28 Thread via GitHub
xzj7019 commented on PR #40099: URL: https://github.com/apache/doris/pull/40099#issuecomment-2316786605 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) fix union all instance number [doris]

2024-08-28 Thread via GitHub
xzj7019 opened a new pull request, #40099: URL: https://github.com/apache/doris/pull/40099 pick from https://github.com/apache/doris/pull/3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

Re: [PR] [fix](nereids) fix union all instance number [doris]

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

(doris) branch branch-2.1 updated: [improve](ES Catalog)Only push down literal expr in binary predicate(#39845) (#39847)

2024-08-28 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 34d95cef1fc [improve](ES Catalog)Only p

Re: [PR] [improve](ES Catalog)Only push down literal expr in binary predicate(#39845) [doris]

2024-08-28 Thread via GitHub
yiguolei merged PR #39847: URL: https://github.com/apache/doris/pull/39847 -- 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](local shuffle) Fix hash shuffle local exchanger [doris]

2024-08-28 Thread via GitHub
yiguolei commented on PR #40036: URL: https://github.com/apache/doris/pull/40036#issuecomment-2316782516 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

(doris) branch branch-2.1 updated: [fix](sink) Do not block result sink on pipeline engine (#40094)

2024-08-28 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new c70d7d8423e [fix](sink) Do not block re

Re: [PR] [fix](sink) Do not block result sink on pipeline engine [doris]

2024-08-28 Thread via GitHub
yiguolei merged PR #40094: URL: https://github.com/apache/doris/pull/40094 -- 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] [feature](agg-func) linear_histogram [doris]

2024-08-28 Thread via GitHub
joker-star-l commented on PR #39546: URL: https://github.com/apache/doris/pull/39546#issuecomment-2316772938 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] [opt](partial update) Remove unnecessary lock and refactor some code for partial update [doris]

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

Re: [PR] [fix](transaction) commit txn check txn status [doris]

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

Re: [PR] [fix](transaction) commit txn check txn status [doris]

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

Re: [PR] [fix] (regression test) fix error test [doris]

2024-08-28 Thread via GitHub
doris-robot commented on PR #40098: URL: https://github.com/apache/doris/pull/40098#issuecomment-2316706730 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] (regression test) fix error test [doris]

2024-08-28 Thread via GitHub
csun5285 commented on PR #40098: URL: https://github.com/apache/doris/pull/40098#issuecomment-2316706765 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] (regression test) fix error test [doris]

2024-08-28 Thread via GitHub
csun5285 opened a new pull request, #40098: URL: https://github.com/apache/doris/pull/40098 ## Proposed changes fix error test: `test_single_compaction_with_variant_inverted` -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [opt](nereids) set threshold for range-selectivity [doris]

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

Re: [PR] [fix](transaction) commit txn check txn status [doris]

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

Re: [PR] [opt](Nereids) support grant, revoke, admin and transaction statements syntax [doris]

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

Re: [PR] [enhancement](show) Move storage policy info from show create table to show partitions [doris]

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

Re: [PR] [opt](nereids) set threshold for range-selectivity [doris]

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

Re: [PR] [opt](Nereids) support grant, revoke, admin and transaction statements syntax [doris]

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

Re: [PR] [enhancement](show) Move storage policy info from show create table to show partitions [doris]

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

Re: [PR] [enhancement](exception) catch exception for streamload and validate column [doris]

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

Re: [PR] [opt](inverted index) Controls whether the in_list can execute fast_execute. [doris]

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

Re: [PR] [fix](cancel) Fix buffer control block is not cancelled. [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #40055: URL: https://github.com/apache/doris/pull/40055#issuecomment-2316692944 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](cancel) Fix buffer control block is not cancelled. [doris]

2024-08-28 Thread via GitHub
github-actions[bot] commented on PR #40055: URL: https://github.com/apache/doris/pull/40055#issuecomment-2316692904 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](spill) should call set_ready after changing the status [doris]

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

Re: [PR] [opt](nereids) set threshold for range-selectivity [doris]

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

Re: [PR] [enhancement](exception) catch exception for streamload and validate column [doris]

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

Re: [PR] [opt](inverted index) Controls whether the in_list can execute fast_execute. [doris]

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

Re: [PR] [fix](spill) should call set_ready after changing the status [doris]

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

Re: [PR] [opt](Nereids) support grant, revoke, admin and transaction statements syntax [doris]

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

Re: [PR] [enhancement](show) Move storage policy info from show create table to show partitions [doris]

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

Re: [PR] [opt](Nereids) forbid one step topn with distribute as child [doris]

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

Re: [PR] [fix](nereids)change lag/lead function signature [doris]

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

Re: [PR] [feature](Nereids) Support cache tablets aggregate result (fe) [doris]

2024-08-28 Thread via GitHub
doris-robot commented on PR #39670: URL: https://github.com/apache/doris/pull/39670#issuecomment-2316683931 ClickBench: Total hot run time: 32 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools Cli

  1   2   3   4   5   6   7   8   9   10   >