Re: [PR] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-16 Thread via GitHub
starocean999 merged PR #45150: URL: https://github.com/apache/doris/pull/45150 -- 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] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45150: URL: https://github.com/apache/doris/pull/45150#issuecomment-2544779829 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] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-15 Thread via GitHub
github-actions[bot] commented on PR #45150: URL: https://github.com/apache/doris/pull/45150#issuecomment-2544779773 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] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-15 Thread via GitHub
msridhar78 commented on PR #45150: URL: https://github.com/apache/doris/pull/45150#issuecomment-2543996008 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 u

Re: [PR] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-10 Thread via GitHub
msridhar78 commented on PR #45150: URL: https://github.com/apache/doris/pull/45150#issuecomment-2533601577 run P0 -- 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] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-10 Thread via GitHub
msridhar78 commented on PR #45150: URL: https://github.com/apache/doris/pull/45150#issuecomment-2533602702 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 u

Re: [PR] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-09 Thread via GitHub
msridhar78 commented on PR #45150: URL: https://github.com/apache/doris/pull/45150#issuecomment-2530604528 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 u

Re: [PR] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-09 Thread via GitHub
msridhar78 commented on code in PR #45150: URL: https://github.com/apache/doris/pull/45150#discussion_r1877315528 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateCatalogCommand.java: ## @@ -0,0 +1,120 @@ +// Licensed to the Apache Software Foundat

Re: [PR] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-08 Thread via GitHub
starocean999 commented on code in PR #45150: URL: https://github.com/apache/doris/pull/45150#discussion_r1875218238 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateCatalogCommand.java: ## @@ -0,0 +1,120 @@ +// Licensed to the Apache Software Found

Re: [PR] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-08 Thread via GitHub
starocean999 commented on code in PR #45150: URL: https://github.com/apache/doris/pull/45150#discussion_r1875216484 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateCatalogCommand.java: ## @@ -0,0 +1,120 @@ +// Licensed to the Apache Software Found

Re: [PR] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-08 Thread via GitHub
msridhar78 commented on PR #45150: URL: https://github.com/apache/doris/pull/45150#issuecomment-2526181302 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 u

Re: [PR] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-06 Thread via GitHub
msridhar78 commented on PR #45150: URL: https://github.com/apache/doris/pull/45150#issuecomment-2524949983 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 u

Re: [PR] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-06 Thread via GitHub
doris-robot commented on PR #45150: URL: https://github.com/apache/doris/pull/45150#issuecomment-2524949871 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+proce

[PR] [Enhancement] (nereids)implement CreateCatalogCommand in nereids [doris]

2024-12-06 Thread via GitHub
msridhar78 opened a new pull request, #45150: URL: https://github.com/apache/doris/pull/45150 ### What problem does this PR solve? Issue Number: close #42594 Related PR: #xxx Problem Summary: [Enhancement] (nereids)implement CreateCatalogCommand in nereids ###