Re: [PR] [chore][fe] Get meta returns dropped partitions in binlog manager [doris]

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

Re: [PR] [fix](Nereids) partition not exists error msg is not contain table name [doris]

2024-07-02 Thread via GitHub
morrySnow commented on PR #37160: URL: https://github.com/apache/doris/pull/37160#issuecomment-2205191435 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](case) add log for flink connector case download file [doris]

2024-07-02 Thread via GitHub
doris-robot commented on PR #37202: URL: https://github.com/apache/doris/pull/37202#issuecomment-2205194526 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] [refactor](nereids) refactor analyze view (#37106) [doris]

2024-07-02 Thread via GitHub
924060929 commented on PR #37163: URL: https://github.com/apache/doris/pull/37163#issuecomment-2205195597 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](case)Fix case failure caused by different pipeline configurations [doris]

2024-07-02 Thread via GitHub
zddr commented on PR #37201: URL: https://github.com/apache/doris/pull/37201#issuecomment-2205199602 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 unsubsc

Re: [PR] [feature](ES Catalog)Support control scroll level by config [doris]

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

Re: [PR] (Fix)[source] Fix the problem of multiple fenodes when flink reads Doris [doris-flink-connector]

2024-07-02 Thread via GitHub
JNSimba merged PR #416: URL: https://github.com/apache/doris-flink-connector/pull/416 -- 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-flink-connector) branch master updated: (Fix)[source] Fix the problem of multiple fenodes when flink reads Doris (#416)

2024-07-02 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 9d1fb6bc (Fix)[source] Fix the prob

Re: [PR] [opt](Nereids) Replace Slot in Each Data Trait Separately [doris]

2024-07-02 Thread via GitHub
github-actions[bot] commented on PR #36886: URL: https://github.com/apache/doris/pull/36886#issuecomment-2205200241 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] [opt](Nereids) Replace Slot in Each Data Trait Separately [doris]

2024-07-02 Thread via GitHub
morrySnow merged PR #36886: URL: https://github.com/apache/doris/pull/36886 -- 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] [feat](Nereids): Optimize Query Plan by Pulling Up Join with Common Child from Union [doris]

2024-07-02 Thread via GitHub
morrySnow commented on code in PR #36397: URL: https://github.com/apache/doris/pull/36397#discussion_r1663588159 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/PullUpJoinFromUnion.java: ## @@ -0,0 +1,460 @@ +// Licensed to the Apache Software Foundation (ASF)

(doris) branch master updated: [opt](Nereids) Replace Slot in Each Data Trait Separately (#36886)

2024-07-02 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 77233b559b2 [opt](Nereids) Replace Slot in Eac

Re: [PR] [Fix](case) add log for flink connector case download file [doris]

2024-07-02 Thread via GitHub
JNSimba commented on PR #37202: URL: https://github.com/apache/doris/pull/37202#issuecomment-2205206856 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] [opt](binlog) support rename binlog [doris]

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

(doris) branch master updated: [opt](binlog) support rename binlog (#37031)

2024-07-02 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter 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 ad48d00cf8a [opt](binlog) support rename binlog (

Re: [PR] [fix](nereids)mv selection should rule out shadow index from schema change [doris]

2024-07-02 Thread via GitHub
morrySnow commented on code in PR #37154: URL: https://github.com/apache/doris/pull/37154#discussion_r1663598921 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/InitMaterializationContextHook.java: ## @@ -145,7 +145,8 @@ private List createSyncMvContex

[PR] [fix](fe) Remove cloudWarmUpJob from DEPRECATED_MODULES_NAMES [doris]

2024-07-02 Thread via GitHub
w41ter opened a new pull request, #37203: URL: https://github.com/apache/doris/pull/37203 It was accidentally introduced in PR #32804. -- 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 spec

Re: [PR] [fix](fe) Remove cloudWarmUpJob from DEPRECATED_MODULES_NAMES [doris]

2024-07-02 Thread via GitHub
doris-robot commented on PR #37203: URL: https://github.com/apache/doris/pull/37203#issuecomment-2205213710 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] [feature](ES Catalog)Support control scroll level by config [doris]

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

Re: [PR] [fix](fe) Remove cloudWarmUpJob from DEPRECATED_MODULES_NAMES [doris]

2024-07-02 Thread via GitHub
w41ter commented on PR #37203: URL: https://github.com/apache/doris/pull/37203#issuecomment-2205214414 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](Short Circuit) fix no project list in OlapScanNode [doris]

2024-07-02 Thread via GitHub
github-actions[bot] commented on PR #37121: URL: https://github.com/apache/doris/pull/37121#issuecomment-2205215204 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](Short Circuit) fix no project list in OlapScanNode [doris]

2024-07-02 Thread via GitHub
github-actions[bot] commented on PR #37121: URL: https://github.com/apache/doris/pull/37121#issuecomment-2205215138 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] [Refactor](timezone) refactor tzdata load to accelerate and unify timezone parsing [doris]

2024-07-02 Thread via GitHub
github-actions[bot] commented on PR #37062: URL: https://github.com/apache/doris/pull/37062#issuecomment-2205219370 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](ES Catalog)Support control scroll level by config [doris]

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

[PR] [Improvement](Cloud) Avoid unnecessary RPC to meta service for watershed txn id. [doris]

2024-07-02 Thread via GitHub
wangshuo128 opened a new pull request, #37204: URL: https://github.com/apache/doris/pull/37204 ## Proposed changes This PR proposed to reduce the number of RPC from FE to meta service for next txn ID when register watershed txn ID. Issue Number: close #xxx -- This is

Re: [PR] [Improvement](Cloud) Avoid unnecessary RPC to meta service for watershed txn id. [doris]

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

Re: [PR] [fix](fe) Remove cloudWarmUpJob from DEPRECATED_MODULES_NAMES [doris]

2024-07-02 Thread via GitHub
w41ter commented on PR #37203: URL: https://github.com/apache/doris/pull/37203#issuecomment-2205233001 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] [chore][fe] Get meta returns dropped partitions in binlog manager [doris]

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

<    3   4   5   6   7   8