Re: [PR] Support to get notdeterministic functions and base tables from plan [doris]

2023-11-02 Thread via GitHub
doris-robot commented on PR #26120: URL: https://github.com/apache/doris/pull/26120#issuecomment-1791949594 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.81 seconds stream load tsv: 555 seconds loaded 74807831229 Bytes,

Re: [PR] Support to get notdeterministic functions and base tables from plan [doris]

2023-11-02 Thread via GitHub
seawinde commented on code in PR #26120: URL: https://github.com/apache/doris/pull/26120#discussion_r1381198413 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/visitor/PlanVisitors.java: ## @@ -0,0 +1,96 @@ +// Licensed to the Apache Software Foundation (ASF) un

Re: [PR] Support to get notdeterministic functions and base tables from plan [doris]

2023-11-02 Thread via GitHub
seawinde commented on code in PR #26120: URL: https://github.com/apache/doris/pull/26120#discussion_r1381197991 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/TreeNode.java: ## @@ -184,6 +184,27 @@ default boolean anyMatch(Predicate> predicate) { return fal

Re: [PR] Support to get notdeterministic functions and base tables from plan [doris]

2023-11-02 Thread via GitHub
seawinde commented on PR #26120: URL: https://github.com/apache/doris/pull/26120#issuecomment-1791927025 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] Support to get notdeterministic functions and base tables from plan [doris]

2023-11-02 Thread via GitHub
seawinde commented on PR #26120: URL: https://github.com/apache/doris/pull/26120#issuecomment-1791926130 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] Support to get notdeterministic functions and base tables from plan [doris]

2023-11-02 Thread via GitHub
morrySnow commented on code in PR #26120: URL: https://github.com/apache/doris/pull/26120#discussion_r1379991388 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/TreeNode.java: ## @@ -184,6 +184,27 @@ default boolean anyMatch(Predicate> predicate) { return fa

Re: [PR] Support to get notdeterministic functions and base tables from plan [doris]

2023-11-02 Thread via GitHub
github-actions[bot] commented on PR #26120: URL: https://github.com/apache/doris/pull/26120#issuecomment-1790525509 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] Support to get notdeterministic functions and base tables from plan [doris]

2023-10-30 Thread via GitHub
doris-robot commented on PR #26120: URL: https://github.com/apache/doris/pull/26120#issuecomment-1786364328 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.35 seconds stream load tsv: 572 seconds loaded 74807831229 Bytes,

Re: [PR] Support to get notdeterministic functions and base tables from plan [doris]

2023-10-30 Thread via GitHub
seawinde commented on PR #26120: URL: https://github.com/apache/doris/pull/26120#issuecomment-1786332687 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] Support to get notdeterministic functions and base tables from plan [doris]

2023-10-30 Thread via GitHub
seawinde commented on PR #26120: URL: https://github.com/apache/doris/pull/26120#issuecomment-1785013645 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] Support to get notdeterministic functions and base tables from plan [doris]

2023-10-30 Thread via GitHub
seawinde opened a new pull request, #26120: URL: https://github.com/apache/doris/pull/26120 ## Proposed changes Support to get notdeterministic functions and base tables from plan. These are implemented by Plan Visitor ## Further comments If this is a relatively large