Re: [PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-02 Thread via GitHub
morningman merged PR #26102: URL: https://github.com/apache/doris/pull/26102 -- 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.a

Re: [PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

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

Re: [PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-02 Thread via GitHub
github-actions[bot] commented on PR #26102: URL: https://github.com/apache/doris/pull/26102#issuecomment-1791833706 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](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-02 Thread via GitHub
github-actions[bot] commented on PR #26102: URL: https://github.com/apache/doris/pull/26102#issuecomment-1791833732 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] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-02 Thread via GitHub
zddr commented on PR #26102: URL: https://github.com/apache/doris/pull/26102#issuecomment-1791828065 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](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-02 Thread via GitHub
zddr commented on PR #26102: URL: https://github.com/apache/doris/pull/26102#issuecomment-1791797188 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](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-02 Thread via GitHub
zddr commented on PR #26102: URL: https://github.com/apache/doris/pull/26102#issuecomment-1790571427 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](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-02 Thread via GitHub
zddr commented on PR #26102: URL: https://github.com/apache/doris/pull/26102#issuecomment-1790554395 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](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-02 Thread via GitHub
zddr commented on PR #26102: URL: https://github.com/apache/doris/pull/26102#issuecomment-1790535930 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](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-01 Thread via GitHub
zddr commented on code in PR #26102: URL: https://github.com/apache/doris/pull/26102#discussion_r1379662637 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/TableNameInfo.java: ## @@ -0,0 +1,168 @@ +// Licensed to the Apache Software Foundation (ASF

Re: [PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-01 Thread via GitHub
zddr commented on code in PR #26102: URL: https://github.com/apache/doris/pull/26102#discussion_r1379656944 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/SimpleColumnDefinition.java: ## @@ -0,0 +1,42 @@ +// Licensed to the Apache Software Foundat

Re: [PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-01 Thread via GitHub
zddr commented on code in PR #26102: URL: https://github.com/apache/doris/pull/26102#discussion_r1379654609 ## fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVRefreshSchedule.java: ## @@ -0,0 +1,101 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

Re: [PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-01 Thread via GitHub
zddr commented on code in PR #26102: URL: https://github.com/apache/doris/pull/26102#discussion_r1379652568 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateMTMVInfo.java: ## @@ -0,0 +1,81 @@ +// Licensed to the Apache Software Foundation (ASF

Re: [PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-01 Thread via GitHub
morrySnow commented on code in PR #26102: URL: https://github.com/apache/doris/pull/26102#discussion_r1379539894 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/AlterMTMVInfo.java: ## @@ -0,0 +1,58 @@ +// Licensed to the Apache Software Foundation

Re: [PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-01 Thread via GitHub
seawinde commented on code in PR #26102: URL: https://github.com/apache/doris/pull/26102#discussion_r1379532717 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/TableNameInfo.java: ## @@ -0,0 +1,168 @@ +// Licensed to the Apache Software Foundation

Re: [PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-01 Thread via GitHub
seawinde commented on code in PR #26102: URL: https://github.com/apache/doris/pull/26102#discussion_r1379518434 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/SimpleColumnDefinition.java: ## @@ -0,0 +1,42 @@ +// Licensed to the Apache Software Fou

Re: [PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-01 Thread via GitHub
seawinde commented on code in PR #26102: URL: https://github.com/apache/doris/pull/26102#discussion_r1379518434 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/SimpleColumnDefinition.java: ## @@ -0,0 +1,42 @@ +// Licensed to the Apache Software Fou

Re: [PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

2023-11-01 Thread via GitHub
seawinde commented on code in PR #26102: URL: https://github.com/apache/doris/pull/26102#discussion_r1379507278 ## fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVRefreshSchedule.java: ## @@ -0,0 +1,101 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or

Re: [PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

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

Re: [PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

2023-10-30 Thread via GitHub
zddr commented on PR #26102: URL: https://github.com/apache/doris/pull/26102#issuecomment-1784639723 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

[PR] [feature](mtmv)(2)Implementing mtmv using antlr [doris]

2023-10-30 Thread via GitHub
zddr opened a new pull request, #26102: URL: https://github.com/apache/doris/pull/26102 ## Proposed changes Issue Number: close #xxx Implementing mtmv using antlr ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...