Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-28 Thread via GitHub
LadyForest merged PR #24630: URL: https://github.com/apache/flink/pull/24630 -- 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:

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-28 Thread via GitHub
liyubin117 commented on PR #24630: URL: https://github.com/apache/flink/pull/24630#issuecomment-2081366467 @flinkbot run azure -- 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

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-25 Thread via GitHub
liyubin117 commented on code in PR #24630: URL: https://github.com/apache/flink/pull/24630#discussion_r1580315151 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/DescribeCatalogOperation.java: ## @@ -0,0 +1,98 @@ +/* + * Licensed to the

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-25 Thread via GitHub
liyubin117 commented on code in PR #24630: URL: https://github.com/apache/flink/pull/24630#discussion_r1580314751 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/DescribeCatalogOperation.java: ## @@ -0,0 +1,98 @@ +/* + * Licensed to the

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-23 Thread via GitHub
liyubin117 commented on code in PR #24630: URL: https://github.com/apache/flink/pull/24630#discussion_r1576399545 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/DescribeCatalogOperation.java: ## @@ -0,0 +1,98 @@ +/* + * Licensed to the

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-23 Thread via GitHub
liyubin117 commented on code in PR #24630: URL: https://github.com/apache/flink/pull/24630#discussion_r1576399545 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/DescribeCatalogOperation.java: ## @@ -0,0 +1,98 @@ +/* + * Licensed to the

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-23 Thread via GitHub
liyubin117 commented on code in PR #24630: URL: https://github.com/apache/flink/pull/24630#discussion_r1576399545 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/DescribeCatalogOperation.java: ## @@ -0,0 +1,98 @@ +/* + * Licensed to the

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-23 Thread via GitHub
liyubin117 commented on code in PR #24630: URL: https://github.com/apache/flink/pull/24630#discussion_r1576316717 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlOtherOperationConverterTest.java: ## @@ -71,6 +72,41 @@ void

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-23 Thread via GitHub
LadyForest commented on code in PR #24630: URL: https://github.com/apache/flink/pull/24630#discussion_r1575805528 ## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/operations/SqlOtherOperationConverterTest.java: ## @@ -71,6 +72,41 @@ void

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-23 Thread via GitHub
LadyForest commented on code in PR #24630: URL: https://github.com/apache/flink/pull/24630#discussion_r1575595115 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/DescribeCatalogOperation.java: ## @@ -0,0 +1,98 @@ +/* + * Licensed to the

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-18 Thread via GitHub
liyubin117 commented on PR #24630: URL: https://github.com/apache/flink/pull/24630#issuecomment-2065632965 @LadyForest Hi, I have updated as you said, besides, rebased on the latest master branch and CI passed, PTAL, thanks :) -- This is an automated message from the Apache Git Service.

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-18 Thread via GitHub
liyubin117 commented on PR #24630: URL: https://github.com/apache/flink/pull/24630#issuecomment-2065504494 @flinkbot run azure -- 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

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-18 Thread via GitHub
liyubin117 commented on PR #24630: URL: https://github.com/apache/flink/pull/24630#issuecomment-2064501044 @flinkbot run azure -- 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

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-18 Thread via GitHub
liyubin117 commented on PR #24630: URL: https://github.com/apache/flink/pull/24630#issuecomment-2064332698 @flinkbot run azure -- 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

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-18 Thread via GitHub
liyubin117 commented on PR #24630: URL: https://github.com/apache/flink/pull/24630#issuecomment-2063913126 @LadyForest Hi, I have updated as you said and CI passed, PTAL, thanks :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-18 Thread via GitHub
liyubin117 commented on code in PR #24630: URL: https://github.com/apache/flink/pull/24630#discussion_r1570466913 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/DescribeCatalogOperation.java: ## @@ -0,0 +1,114 @@ +/* + * Licensed to the

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-18 Thread via GitHub
liyubin117 commented on code in PR #24630: URL: https://github.com/apache/flink/pull/24630#discussion_r1570448160 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/DescribeCatalogOperation.java: ## @@ -0,0 +1,114 @@ +/* + * Licensed to the

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-18 Thread via GitHub
LadyForest commented on code in PR #24630: URL: https://github.com/apache/flink/pull/24630#discussion_r1570355268 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/DescribeCatalogOperation.java: ## @@ -0,0 +1,114 @@ +/* + * Licensed to the

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-18 Thread via GitHub
LadyForest commented on code in PR #24630: URL: https://github.com/apache/flink/pull/24630#discussion_r1570354008 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/DescribeCatalogOperation.java: ## @@ -0,0 +1,114 @@ +/* + * Licensed to the

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-18 Thread via GitHub
LadyForest commented on code in PR #24630: URL: https://github.com/apache/flink/pull/24630#discussion_r1570354008 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/DescribeCatalogOperation.java: ## @@ -0,0 +1,114 @@ +/* + * Licensed to the

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-17 Thread via GitHub
liyubin117 commented on PR #24630: URL: https://github.com/apache/flink/pull/24630#issuecomment-2062885502 @LadyForest Hi, Could you please take a review? thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-07 Thread via GitHub
liyubin117 commented on PR #24630: URL: https://github.com/apache/flink/pull/24630#issuecomment-2041527525 @LadyForest Hi, CI passed now, Looking forward your review, Thanks very much :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-07 Thread via GitHub
liyubin117 commented on PR #24630: URL: https://github.com/apache/flink/pull/24630#issuecomment-2041411609 @flinkbot run azure -- 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

Re: [PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-07 Thread via GitHub
flinkbot commented on PR #24630: URL: https://github.com/apache/flink/pull/24630#issuecomment-2041394595 ## CI report: * a1146244ce8a490c2ca1557f4c2410b59effb333 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-34915][table] Complete `DESCRIBE CATALOG` syntax [flink]

2024-04-07 Thread via GitHub
liyubin117 opened a new pull request, #24630: URL: https://github.com/apache/flink/pull/24630 ## What is the purpose of the change Describe the metadata of an existing catalog. The metadata information includes the catalog’s name, type, and comment. If the optional EXTENDED option