[jira] [Updated] (FLINK-33859) Support OpenSearch v2

2024-05-11 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Nuyanzin updated FLINK-33859: Affects Version/s: (was: opensearch-1.2.0) > Support OpenSearch v2 > -

[jira] [Updated] (FLINK-33859) Support OpenSearch v2

2024-05-11 Thread Sergey Nuyanzin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Nuyanzin updated FLINK-33859: Affects Version/s: opensearch-1.1.0 > Support OpenSearch v2 > - > >

[jira] [Comment Edited] (FLINK-34108) Add URL_ENCODE and URL_DECODE function

2024-05-11 Thread chesterxu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-34108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845659#comment-17845659 ] chesterxu edited comment on FLINK-34108 at 5/12/24 2:35 AM:

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#issuecomment-2106039721 I addressed all comments, except those I explained why I didn't. Also, now upgraded to Flink 1.18 and newer AsyncSinkBase API. I cannot split AMP signer and connector

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597510944 ## amp-request-signer/pom.xml: ## @@ -0,0 +1,58 @@ + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Re: [PR] [FLINK-35305](https://issues.apache.org/jira/browse/FLINK-35305)Amazon SQS Sink Connector [flink-connector-aws]

2024-05-11 Thread via GitHub
vahmed-hamdy commented on code in PR #141: URL: https://github.com/apache/flink-connector-aws/pull/141#discussion_r1597498488 ## flink-connector-aws/pom.xml: ## @@ -18,8 +18,8 @@ specific language governing permissions and limitations under the License. --> http://maven.apac

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597510275 ## prometheus-connector/src/main/java/org/apache/flink/connector/prometheus/sink/http/RemoteWriteRetryStrategy.java: ## @@ -0,0 +1,106 @@ +/* + * Licensed

Re: [PR] [hotfix] Make weekly green again [flink-connector-opensearch]

2024-05-11 Thread via GitHub
snuyanzin merged PR #46: URL: https://github.com/apache/flink-connector-opensearch/pull/46 -- 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: issues-unsubs

Re: [PR] [hotfix] Make weekly green again [flink-connector-opensearch]

2024-05-11 Thread via GitHub
snuyanzin commented on PR #46: URL: https://github.com/apache/flink-connector-opensearch/pull/46#issuecomment-2106034504 proof link to green nightly https://github.com/apache/flink-connector-opensearch/actions/runs/9046382776 -- This is an automated message from the Apache Git Service. T

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597508286 ## prometheus-connector/src/main/java/org/apache/flink/connector/prometheus/sink/PrometheusSinkWriter.java: ## @@ -0,0 +1,189 @@ +/* + * Licensed to the A

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597505926 ## prometheus-connector/src/main/java/org/apache/flink/connector/prometheus/sink/PrometheusSinkWriter.java: ## @@ -0,0 +1,189 @@ +/* + * Licensed to the A

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597488570 ## prometheus-connector/src/main/java/org/apache/flink/connector/prometheus/sink/PrometheusStateSerializer.java: ## @@ -0,0 +1,154 @@ +/* + * Licensed to

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597488524 ## prometheus-connector/src/main/java/org/apache/flink/connector/prometheus/sink/PrometheusStateSerializer.java: ## @@ -0,0 +1,154 @@ +/* + * Licensed to

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597488453 ## prometheus-connector/src/main/java/org/apache/flink/connector/prometheus/sink/PrometheusStateSerializer.java: ## @@ -0,0 +1,154 @@ +/* + * Licensed to

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597486440 ## prometheus-connector/src/main/java/org/apache/flink/connector/prometheus/sink/PrometheusRemoteWriteHttpRequestBuilder.java: ## @@ -0,0 +1,76 @@ +/* + *

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597482298 ## prometheus-connector/src/main/java/org/apache/flink/connector/prometheus/sink/PrometheusTimeSeries.java: ## @@ -0,0 +1,186 @@ +/* + * Licensed to the A

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597479531 ## prometheus-connector/src/test/java/org/apache/flink/connector/prometheus/sink/PrometheusStateSerializerTest.java: ## @@ -0,0 +1,108 @@ +/* + * Licensed

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597479280 ## msf-amp-example/README.md: ## @@ -0,0 +1,68 @@ +## Sample application: Amazon Managed Service for Apache Flink and Amazon Managed Prometheus Review Co

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597478707 ## prometheus-connector/src/main/java/org/apache/flink/connector/prometheus/sink/prometheus/Remote.java: ## @@ -0,0 +1,6661 @@ +/* Review Comment: I th

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597475338 ## amp-request-signer/src/main/java/org/apache/flink/connector/prometheus/sink/aws/AWS4SignerForAuthorizationHeader.java: ## @@ -0,0 +1,124 @@ +/* + * Lic

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597473538 ## prometheus-connector/src/main/java/org/apache/flink/connector/prometheus/sink/PrometheusSink.java: ## @@ -0,0 +1,129 @@ +/* + * Licensed to the Apache

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597458387 ## prometheus-connector/src/main/java/org/apache/flink/connector/prometheus/sink/HttpResponseCallback.java: ## @@ -0,0 +1,192 @@ +/* + * Licensed to the A

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597456357 ## prometheus-connector/src/main/java/org/apache/flink/connector/prometheus/sink/HttpResponseCallback.java: ## @@ -0,0 +1,192 @@ +/* + * Licensed to the A

[jira] [Resolved] (FLINK-35198) Support the execution of refresh materialized table

2024-05-11 Thread dalongliu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dalongliu resolved FLINK-35198. --- Resolution: Fixed > Support the execution of refresh materialized table > --

[jira] [Commented] (FLINK-35198) Support the execution of refresh materialized table

2024-05-11 Thread dalongliu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845610#comment-17845610 ] dalongliu commented on FLINK-35198: --- Merged in master: 9fe8d7bf870987bf43bad63078e2590

Re: [PR] [FLINK-35198][table] Support the execution of refresh materialized table [flink]

2024-05-11 Thread via GitHub
lsyldliu merged PR #24760: URL: https://github.com/apache/flink/pull/24760 -- 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: issues-unsubscr...@flink.apac

Re: [PR] [FLINK-35040] Revert `commons-io` to 2.11.0 [flink]

2024-05-11 Thread via GitHub
1996fanrui commented on PR #24652: URL: https://github.com/apache/flink/pull/24652#issuecomment-2105732689 It seems reverting it doesn't make sense, I close this PR first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [FLINK-35040] Revert `commons-io` to 2.11.0 [flink]

2024-05-11 Thread via GitHub
1996fanrui closed pull request #24652: [FLINK-35040] Revert `commons-io` to 2.11.0 URL: https://github.com/apache/flink/pull/24652 -- 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 commen

[jira] [Resolved] (FLINK-35041) IncrementalRemoteKeyedStateHandleTest.testSharedStateReRegistration failed

2024-05-11 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rui Fan resolved FLINK-35041. - Fix Version/s: 1.20.0 Resolution: Fixed IIUC, this issue has been fixed in master  branch, so I w

[jira] [Commented] (FLINK-35041) IncrementalRemoteKeyedStateHandleTest.testSharedStateReRegistration failed

2024-05-11 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845606#comment-17845606 ] Rui Fan commented on FLINK-35041: - Merged to master (1.20.0) via:  86c8304d735581518ce66

Re: [PR] [FLINK-35041][test] Fix the IncrementalRemoteKeyedStateHandleTest.testSharedStateReRegistration failed [flink]

2024-05-11 Thread via GitHub
1996fanrui merged PR #24770: URL: https://github.com/apache/flink/pull/24770 -- 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: issues-unsubscr...@flink.ap

Re: [PR] [FLINK-35041][test] Fix the IncrementalRemoteKeyedStateHandleTest.testSharedStateReRegistration failed [flink]

2024-05-11 Thread via GitHub
1996fanrui commented on PR #24770: URL: https://github.com/apache/flink/pull/24770#issuecomment-2105730845 Thanks for the review! CI is green, merging~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] [hotfix][test] Fix InstantiationUtilTest cannot find assertFalse [flink]

2024-05-11 Thread via GitHub
1996fanrui merged PR #24772: URL: https://github.com/apache/flink/pull/24772 -- 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: issues-unsubscr...@flink.ap

Re: [PR] [hotfix][test] Fix InstantiationUtilTest cannot find assertFalse [flink]

2024-05-11 Thread via GitHub
1996fanrui commented on PR #24772: URL: https://github.com/apache/flink/pull/24772#issuecomment-2105730686 Thanks for the quick review! CI is green, mergeing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [hotfix][docs] Fix dead links in documentations [flink-cdc]

2024-05-11 Thread via GitHub
leonardBang merged PR #3314: URL: https://github.com/apache/flink-cdc/pull/3314 -- 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: issues-unsubscr...@flink

Re: [PR] [FLINK-35041][test] Fix the IncrementalRemoteKeyedStateHandleTest.testSharedStateReRegistration failed [flink]

2024-05-11 Thread via GitHub
masteryhx commented on code in PR #24770: URL: https://github.com/apache/flink/pull/24770#discussion_r1597415073 ## flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/metadata/CheckpointTestUtils.java: ## @@ -343,7 +343,11 @@ private static StreamStateHandle create

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597414330 ## prometheus-connector/README.md: ## @@ -0,0 +1,189 @@ +## Flink Prometheus connector (sink) + +Implementation of the Prometheus sink connector for DataSt

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597412742 ## prometheus-connector/README.md: ## @@ -0,0 +1,189 @@ +## Flink Prometheus connector (sink) + +Implementation of the Prometheus sink connector for DataSt

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597412465 ## prometheus-connector/README.md: ## @@ -0,0 +1,189 @@ +## Flink Prometheus connector (sink) + +Implementation of the Prometheus sink connector for DataSt

Re: [PR] [FLINK-35197][table] Support the execution of supsend&resume materialized table in continuous refresh mode [flink]

2024-05-11 Thread via GitHub
lsyldliu commented on code in PR #24765: URL: https://github.com/apache/flink/pull/24765#discussion_r1597412228 ## flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/MaterializedTableStatementITCase.java: ## @@ -197,6 +220,29 @@ void testCreateMat

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597412205 ## pom.xml: ## @@ -0,0 +1,120 @@ + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; + xsi:sc

Re: [PR] [FLINK-33138] DataStream API implementation [flink-connector-prometheus]

2024-05-11 Thread via GitHub
nicusX commented on code in PR #1: URL: https://github.com/apache/flink-connector-prometheus/pull/1#discussion_r1597410882 ## pom.xml: ## @@ -0,0 +1,120 @@ + + +http://maven.apache.org/POM/4.0.0"; + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; + xsi:sc

Re: [PR] [FLINK-25537] [JUnit5 Migration] Module: flink-core with,Package: core [flink]

2024-05-11 Thread via GitHub
1996fanrui commented on PR #24685: URL: https://github.com/apache/flink/pull/24685#issuecomment-2105650954 > @1996fanrui PTAL Thanks @GOODBOY008 for the ping, this PR is huge, I try to review it next week. -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] [FLINK-25537] [JUnit5 Migration] Module: flink-core with,Package: util [flink]

2024-05-11 Thread via GitHub
1996fanrui commented on PR #24670: URL: https://github.com/apache/flink/pull/24670#issuecomment-2105650755 > @Jiabao-Sun @1996fanrui I will open hotfix to mater. Sorry, I didn't notice it. I start fix it after I received the CI alert. 😂 -- This is an automated message from the Apach

Re: [PR] [FLINK-25537] [JUnit5 Migration] Module: flink-core with,Package: core [flink]

2024-05-11 Thread via GitHub
GOODBOY008 commented on PR #24685: URL: https://github.com/apache/flink/pull/24685#issuecomment-2105650442 @1996fanrui PTAL -- 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.

Re: [PR] [hotfix][test] Fix InstantiationUtilTest cannot find assertFalse [flink]

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

[PR] [hotfix][test] Fix InstantiationUtilTest cannot find assertFalse [flink]

2024-05-11 Thread via GitHub
1996fanrui opened a new pull request, #24772: URL: https://github.com/apache/flink/pull/24772 ## What is the purpose of the change The master branch cannot build success. https://github.com/apache/flink/pull/24670 doesn't rebase the master branch before merging, and other PR ad

Re: [PR] [FLINK-35197][table] Support the execution of supsend&resume materialized table in continuous refresh mode [flink]

2024-05-11 Thread via GitHub
hackergin commented on code in PR #24765: URL: https://github.com/apache/flink/pull/24765#discussion_r1597406989 ## flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/MaterializedTableStatementITCase.java: ## @@ -197,6 +220,29 @@ void testCreateMa

Re: [PR] [FLINK-25537] [JUnit5 Migration] Module: flink-core with,Package: util [flink]

2024-05-11 Thread via GitHub
GOODBOY008 commented on PR #24670: URL: https://github.com/apache/flink/pull/24670#issuecomment-2105648555 [workflow_dispatch](https://github.com/apache/flink/actions/runs/9042536161/job/24849180888#step:6:903) -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [FLINK-25537] [JUnit5 Migration] Module: flink-core with,Package: util [flink]

2024-05-11 Thread via GitHub
GOODBOY008 commented on PR #24670: URL: https://github.com/apache/flink/pull/24670#issuecomment-2105648441 @Jiabao-Sun @1996fanrui I will open hotfix to mater. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] [FLINK-35197][table] Support the execution of supsend&resume materialized table in continuous refresh mode [flink]

2024-05-11 Thread via GitHub
hackergin commented on code in PR #24765: URL: https://github.com/apache/flink/pull/24765#discussion_r1597406641 ## flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/MaterializedTableStatementITCase.java: ## @@ -236,6 +282,150 @@ void testCreateM

[jira] [Commented] (FLINK-25537) [JUnit5 Migration] Module: flink-core

2024-05-11 Thread Rui Fan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-25537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845561#comment-17845561 ] Rui Fan commented on FLINK-25537: - Merged to master(1.20.0) via: 5af9acba5b9fbcdf9aadf62

Re: [PR] [FLINK-25537] [JUnit5 Migration] Module: flink-core with,Package: util [flink]

2024-05-11 Thread via GitHub
1996fanrui merged PR #24670: URL: https://github.com/apache/flink/pull/24670 -- 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: issues-unsubscr...@flink.ap

Re: [PR] [FLINK-35041][test] Fix the IncrementalRemoteKeyedStateHandleTest.testSharedStateReRegistration failed [flink]

2024-05-11 Thread via GitHub
1996fanrui commented on PR #24770: URL: https://github.com/apache/flink/pull/24770#issuecomment-2105643430 @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 comment

Re: [PR] [FLINK-34615]Split `ExternalizedCheckpointCleanup` out of `Checkpoint… [flink]

2024-05-11 Thread via GitHub
spoon-lz commented on PR #24461: URL: https://github.com/apache/flink/pull/24461#issuecomment-2105643136 @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 comment.

Re: [PR] [docs] Rectify names of CDC sources for Flink [flink-cdc]

2024-05-11 Thread via GitHub
ysmintor commented on PR #3310: URL: https://github.com/apache/flink-cdc/pull/3310#issuecomment-2105638144 Yes, I agree this refactoring. And is there any plan to add support Oracle, PostgreSQL, OceanBase, etc into pipeline connectors ? -- This is an automated message from the Apache Git

Re: [PR] [FLINK-33892][runtime] Support Job Recovery from JobMaster Failures for Batch Jobs. [flink]

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

[jira] [Updated] (FLINK-33892) FLIP-383: Support Job Recovery from JobMaster Failures for Batch Jobs

2024-05-11 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-33892: --- Labels: pull-request-available (was: ) > FLIP-383: Support Job Recovery from JobMaster Fail

[PR] [FLINK-33892][runtime] Support Job Recovery from JobMaster Failures for Batch Jobs. [flink]

2024-05-11 Thread via GitHub
JunRuiLee opened a new pull request, #24771: URL: https://github.com/apache/flink/pull/24771 ## What is the purpose of the change *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring them

Re: [PR] [FLINK-35198][table] Support the execution of refresh materialized table [flink]

2024-05-11 Thread via GitHub
xuyangzhong commented on code in PR #24760: URL: https://github.com/apache/flink/pull/24760#discussion_r1597382234 ## flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/MaterializedTableStatementITCase.java: ## @@ -236,6 +252,213 @@ void testCreat

Re: [PR] [FLINK-35198][table] Support the execution of refresh materialized table [flink]

2024-05-11 Thread via GitHub
xuyangzhong commented on code in PR #24760: URL: https://github.com/apache/flink/pull/24760#discussion_r1597376170 ## flink-table/flink-sql-gateway/src/main/java/org/apache/flink/table/gateway/service/materializedtable/MaterializedTableManager.java: ## @@ -161,14 +176,131 @@ pri