Re: [PR] [FLINK-35195][table] Support the execution of create materialized table in continuous refresh mode [flink]

2024-05-07 Thread via GitHub
lsyldliu merged PR #24750: URL: https://github.com/apache/flink/pull/24750 -- 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-35195][table] Support the execution of create materialized table in continuous refresh mode [flink]

2024-05-07 Thread via GitHub
hackergin commented on code in PR #24750: URL: https://github.com/apache/flink/pull/24750#discussion_r1591948579 ## flink-table/flink-sql-gateway/src/main/java/org/apache/flink/table/gateway/service/materializedtable/MaterializedTableManager.java: ## @@ -0,0 +1,182 @@ +/* + *

Re: [PR] [FLINK-35195][table] Support the execution of create materialized table in continuous refresh mode [flink]

2024-05-07 Thread via GitHub
lsyldliu commented on code in PR #24750: URL: https://github.com/apache/flink/pull/24750#discussion_r1591862269 ## flink-table/flink-sql-gateway/src/main/java/org/apache/flink/table/gateway/service/operation/OperationExecutor.java: ## @@ -143,11 +145,14 @@ public class

Re: [PR] [FLINK-35195][table] Support the execution of create materialized table in continuous refresh mode [flink]

2024-05-06 Thread via GitHub
lsyldliu commented on code in PR #24750: URL: https://github.com/apache/flink/pull/24750#discussion_r1591784050 ## flink-table/flink-sql-gateway/src/main/java/org/apache/flink/table/gateway/service/operation/OperationExecutor.java: ## @@ -143,11 +145,14 @@ public class

Re: [PR] [FLINK-35195][table] Support the execution of create materialized table in continuous refresh mode [flink]

2024-05-06 Thread via GitHub
lsyldliu commented on code in PR #24750: URL: https://github.com/apache/flink/pull/24750#discussion_r1591779606 ## flink-table/flink-sql-gateway/src/main/java/org/apache/flink/table/gateway/service/materializedtable/MaterializedTableManager.java: ## @@ -0,0 +1,181 @@ +/* + *

Re: [PR] [FLINK-35195][table] Support the execution of create materialized table in continuous refresh mode [flink]

2024-05-06 Thread via GitHub
lsyldliu commented on code in PR #24750: URL: https://github.com/apache/flink/pull/24750#discussion_r1591779149 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/materializedtable/AlterMaterializedTableChangeOperation.java: ## @@ -0,0 +1,93 @@

Re: [PR] [FLINK-35195][table] Support the execution of create materialized table in continuous refresh mode [flink]

2024-05-06 Thread via GitHub
hackergin commented on code in PR #24750: URL: https://github.com/apache/flink/pull/24750#discussion_r1591725527 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/materializedtable/AlterMaterializedTableChangeOperation.java: ## @@ -0,0 +1,93 @@

Re: [PR] [FLINK-35195][table] Support the execution of create materialized table in continuous refresh mode [flink]

2024-05-06 Thread via GitHub
lsyldliu commented on PR #24750: URL: https://github.com/apache/flink/pull/24750#issuecomment-2095912485 > May I ask how to find the list of issues/requests I can contribute to? You can find it in jira: https://issues.apache.org/jira/projects/FLINK/issues/ -- This is an automated

Re: [PR] [FLINK-35195][table] Support the execution of create materialized table in continuous refresh mode [flink]

2024-04-30 Thread via GitHub
h12567 commented on PR #24750: URL: https://github.com/apache/flink/pull/24750#issuecomment-2087873976 May I ask how to find the list of issues/requests I can contribute to? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [FLINK-35195][table] Support the execution of create materialized table in continuous refresh mode [flink]

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

[PR] [FLINK-35195][table] Support the execution of create materialized table in continuous refresh mode [flink]

2024-04-30 Thread via GitHub
lsyldliu opened a new pull request, #24750: URL: https://github.com/apache/flink/pull/24750 ## What is the purpose of the change *Support the execution of create materialized table in continuous refresh mode* ## Brief change log - *Support the execution of create