Re: [PR] [FLINK-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
reswqa merged PR #24932: URL: https://github.com/apache/flink/pull/24932 -- 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-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
reswqa commented on PR #24932: URL: https://github.com/apache/flink/pull/24932#issuecomment-2168431495 I didn't review every detail since @LadyForest has already carefully reviewed this, but this basically looks good to me. -- This is an automated message from the Apache Git Service. To

Re: [PR] [FLINK-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
liyubin117 commented on PR #24932: URL: https://github.com/apache/flink/pull/24932#issuecomment-2168329905 @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-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
liyubin117 commented on PR #24932: URL: https://github.com/apache/flink/pull/24932#issuecomment-2168280767 @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-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
liyubin117 commented on code in PR #24932: URL: https://github.com/apache/flink/pull/24932#discussion_r1639976276 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/CatalogDescriptor.java: ## @@ -59,6 +59,10 @@ public Optional getComment() {

Re: [PR] [FLINK-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
liyubin117 commented on code in PR #24932: URL: https://github.com/apache/flink/pull/24932#discussion_r1639976003 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/CatalogChange.java: ## @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software

Re: [PR] [FLINK-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
LadyForest commented on code in PR #24932: URL: https://github.com/apache/flink/pull/24932#discussion_r1639931090 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/CatalogChange.java: ## @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software

Re: [PR] [FLINK-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
liyubin117 commented on PR #24932: URL: https://github.com/apache/flink/pull/24932#issuecomment-2167543287 @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-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
liyubin117 commented on PR #24932: URL: https://github.com/apache/flink/pull/24932#issuecomment-2167394872 @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-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
liyubin117 commented on code in PR #24932: URL: https://github.com/apache/flink/pull/24932#discussion_r1639333418 ## flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlAlterCatalogComment.java: ## @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache

Re: [PR] [FLINK-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
liyubin117 commented on code in PR #24932: URL: https://github.com/apache/flink/pull/24932#discussion_r1639333058 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/CatalogDescriptor.java: ## @@ -48,18 +51,29 @@ public Configuration

Re: [PR] [FLINK-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
liyubin117 commented on code in PR #24932: URL: https://github.com/apache/flink/pull/24932#discussion_r1639333766 ## flink-table/flink-sql-parser/src/main/codegen/includes/parserImpls.ftl: ## @@ -176,6 +176,15 @@ SqlAlterCatalog SqlAlterCatalog() :

Re: [PR] [FLINK-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
liyubin117 commented on code in PR #24932: URL: https://github.com/apache/flink/pull/24932#discussion_r1639333418 ## flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlAlterCatalogComment.java: ## @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache

Re: [PR] [FLINK-34918][table] Support `ALTER CATALOG COMMENT` syntax [flink]

2024-06-14 Thread via GitHub
liyubin117 commented on code in PR #24932: URL: https://github.com/apache/flink/pull/24932#discussion_r1639332192 ## flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/CatalogDescriptor.java: ## @@ -48,18 +51,29 @@ public Configuration