[PR] Fixes [doris]

2024-12-15 Thread via GitHub
rijeshkp opened a new pull request, #45436: URL: https://github.com/apache/doris/pull/45436 ### What problem does this PR solve? Issue Number: close #42599 Related PR: #xxx Support for Create Database Command in Nereids. Problem Summary: ### Release note

Re: [PR] Fixes [doris]

2024-12-15 Thread via GitHub
Thearas commented on PR #45436: URL: https://github.com/apache/doris/pull/45436#issuecomment-2543832473 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] Fixes [doris]

2024-12-14 Thread via GitHub
hello-stephen commented on PR #45426: URL: https://github.com/apache/doris/pull/45426#issuecomment-2543133593 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+pro

[PR] Fixes [doris]

2024-12-14 Thread via GitHub
rijeshkp opened a new pull request, #45426: URL: https://github.com/apache/doris/pull/45426 ### What problem does this PR solve? Issue Number: close #42847 Related PR: #xxx Problem Summary: Support for Admin Check Partition Version Command in Nereids ### Release

Re: [PR] Fixes [doris]

2024-11-05 Thread via GitHub
starocean999 commented on code in PR #43295: URL: https://github.com/apache/doris/pull/43295#discussion_r1830467244 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowTabletStorageFormatCommand.java: ## @@ -0,0 +1,135 @@ +// Licensed to the Apache Soft

Re: [PR] Fixes [doris]

2024-11-05 Thread via GitHub
starocean999 commented on code in PR #43295: URL: https://github.com/apache/doris/pull/43295#discussion_r1830463832 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowTabletStorageFormatCommand.java: ## @@ -0,0 +1,135 @@ +// Licensed to the Apache Soft

Re: [PR] Fixes [doris]

2024-11-05 Thread via GitHub
starocean999 commented on code in PR #43295: URL: https://github.com/apache/doris/pull/43295#discussion_r1830463133 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowTabletStorageFormatCommand.java: ## @@ -0,0 +1,135 @@ +// Licensed to the Apache Soft

Re: [PR] Fixes [doris]

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

Re: [PR] Fixes [doris]

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

Re: [PR] Fixes [doris]

2024-11-05 Thread via GitHub
rijeshkp commented on PR #43295: URL: https://github.com/apache/doris/pull/43295#issuecomment-2458627972 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] Fixes [doris]

2024-11-05 Thread via GitHub
doris-robot commented on PR #43295: URL: https://github.com/apache/doris/pull/43295#issuecomment-2457835561 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] Fixes [doris]

2024-11-05 Thread via GitHub
rijeshkp opened a new pull request, #43295: URL: https://github.com/apache/doris/pull/43295 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Check List (For Committer) - Test - [ ] Re