Re: [PR] [FLINK-35348][table] Introduce refresh materialized table rest api [flink]

2024-05-29 Thread via GitHub
lsyldliu merged PR #24844: URL: https://github.com/apache/flink/pull/24844 -- 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-35348][table] Introduce refresh materialized table rest api [flink]

2024-05-28 Thread via GitHub
hackergin commented on code in PR #24844: URL: https://github.com/apache/flink/pull/24844#discussion_r1616897054 ## flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/MaterializedTableStatementITCase.java: ## @@ -909,47 +697,240 @@ void

Re: [PR] [FLINK-35348][table] Introduce refresh materialized table rest api [flink]

2024-05-28 Thread via GitHub
lsyldliu commented on code in PR #24844: URL: https://github.com/apache/flink/pull/24844#discussion_r1616634968 ## flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/MaterializedTableStatementITCase.java: ## @@ -909,47 +697,240 @@ void

Re: [PR] [FLINK-35348][table] Introduce refresh materialized table rest api [flink]

2024-05-27 Thread via GitHub
hackergin commented on code in PR #24844: URL: https://github.com/apache/flink/pull/24844#discussion_r1616519135 ## flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/rest/SqlGatewayRestEndpointMaterializedTableITCase.java: ## @@ -0,0 +1,129 @@ +/* + *

Re: [PR] [FLINK-35348][table] Introduce refresh materialized table rest api [flink]

2024-05-27 Thread via GitHub
hackergin commented on code in PR #24844: URL: https://github.com/apache/flink/pull/24844#discussion_r1616517183 ## flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/MaterializedTableStatementITCase.java: ## @@ -909,47 +694,172 @@ void

Re: [PR] [FLINK-35348][table] Introduce refresh materialized table rest api [flink]

2024-05-27 Thread via GitHub
hackergin commented on code in PR #24844: URL: https://github.com/apache/flink/pull/24844#discussion_r1616305580 ## flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/MaterializedTableStatementITCase.java: ## @@ -909,47 +694,172 @@ void

Re: [PR] [FLINK-35348][table] Introduce refresh materialized table rest api [flink]

2024-05-27 Thread via GitHub
hackergin commented on code in PR #24844: URL: https://github.com/apache/flink/pull/24844#discussion_r1616304880 ## flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/rest/SqlGatewayRestEndpointMaterializedTableITCase.java: ## @@ -0,0 +1,129 @@ +/* + *

Re: [PR] [FLINK-35348][table] Introduce refresh materialized table rest api [flink]

2024-05-27 Thread via GitHub
lsyldliu commented on code in PR #24844: URL: https://github.com/apache/flink/pull/24844#discussion_r1615542185 ## flink-test-utils-parent/flink-table-filesystem-test-utils/src/main/java/org/apache/flink/table/file/testutils/TestFileSystemTableFactory.java: ## @@ -84,4 +95,48

Re: [PR] [FLINK-35348][table] Introduce refresh materialized table rest api [flink]

2024-05-26 Thread via GitHub
hackergin commented on PR #24844: URL: https://github.com/apache/flink/pull/24844#issuecomment-2132497948 @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-35348][table] Introduce refresh materialized table rest api [flink]

2024-05-26 Thread via GitHub
flinkbot commented on PR #24844: URL: https://github.com/apache/flink/pull/24844#issuecomment-2132246140 ## CI report: * b9b0aad8794f5fe34bdb3a5c0d3a75826468 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-35348][table] Introduce refresh materialized table rest api [flink]

2024-05-26 Thread via GitHub
hackergin opened a new pull request, #24844: URL: https://github.com/apache/flink/pull/24844 ## What is the purpose of the change *Introduce refresh materialized table rest api* ## Brief change log - *test-filesystem support partition.fields option* - *Introduce