[jira] [Created] (FLINK-36811) MySQL CDC

2024-11-27 Thread Xuannan Su (Jira)
Xuannan Su created FLINK-36811: -- Summary: MySQL CDC Key: FLINK-36811 URL: https://issues.apache.org/jira/browse/FLINK-36811 Project: Flink Issue Type: Improvement Components: Flink CDC

[jira] [Assigned] (FLINK-36811) MySQL CDC source set is processing backlog during snapshot phase

2024-11-27 Thread Xuannan Su (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuannan Su reassigned FLINK-36811: -- Assignee: Ruan Hang Summary: MySQL CDC source set is processing backlog during snapshot p

[jira] [Created] (FLINK-36812) The flink jdbc connector's 'scan.partition.column' supports the varchar field type.

2024-11-27 Thread ouyangwulin (Jira)
ouyangwulin created FLINK-36812: --- Summary: The flink jdbc connector's 'scan.partition.column' supports the varchar field type. Key: FLINK-36812 URL: https://issues.apache.org/jira/browse/FLINK-36812 Pro

[jira] [Commented] (FLINK-35670) Support Postgres CDC Pipeline Source

2024-11-27 Thread ouyangwulin (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901604#comment-17901604 ] ouyangwulin commented on FLINK-35670: - I investigated the implementation, it is real

[jira] [Updated] (FLINK-36813) MySQLCDC supports synchronization of specified fields

2024-11-27 Thread Di Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Di Wu updated FLINK-36813: -- Description: *Background* In some scenarios, MySQL synchronization only expects to synchronize specified fiel

[jira] [Assigned] (FLINK-36751) PausableRelativeClock does not pause when the source only has one split

2024-11-27 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Khachatryan reassigned FLINK-36751: - Assignee: haishui > PausableRelativeClock does not pause when the source only h

[jira] [Commented] (FLINK-36751) PausableRelativeClock does not pause when the source only has one split

2024-11-27 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901589#comment-17901589 ] Roman Khachatryan commented on FLINK-36751: --- Merged into master as 0c338ae6d21

[jira] [Closed] (FLINK-36751) PausableRelativeClock does not pause when the source only has one split

2024-11-27 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Khachatryan closed FLINK-36751. - Resolution: Fixed Thanks for the contribution [~haishui] ! > PausableRelativeClock does

Re: [PR] (1.19 backport)[FLINK-36751] Fix PausableRelativeClock does not pause when the source only has one split [flink]

2024-11-27 Thread via GitHub
rkhachatryan merged PR #25695: URL: https://github.com/apache/flink/pull/25695 -- 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] Handle map and array types binary record data [flink-cdc]

2024-11-27 Thread via GitHub
umeshdangat commented on code in PR #3434: URL: https://github.com/apache/flink-cdc/pull/3434#discussion_r1861307255 ## flink-cdc-runtime/src/main/java/org/apache/flink/cdc/runtime/serializer/schema/DataFieldSerializer.java: ## @@ -39,7 +39,14 @@ public class DataFieldSerializer

Re: [PR] [hotfix][javadocs] Remove duplicated word 'the' in Javadocs [flink]

2024-11-27 Thread via GitHub
snuyanzin commented on PR #24829: URL: https://github.com/apache/flink/pull/24829#issuecomment-2504944809 @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.

[jira] [Assigned] (FLINK-36756) Bump up the sql-gateway rest api version

2024-11-27 Thread Shengkai Fang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shengkai Fang reassigned FLINK-36756: - Assignee: Shengkai Fang > Bump up the sql-gateway rest api version > --

[PR] [FLINK-36756][sql-gateway] Bump up the sql gateway rest version [flink]

2024-11-27 Thread via GitHub
fsk119 opened a new pull request, #25705: URL: https://github.com/apache/flink/pull/25705 ## What is the purpose of the change *Bump up the SQL Gateway REST API verison.* -- This is an automated message from the Apache Git Service. To respond to the message, please l

[jira] [Updated] (FLINK-36756) Bump up the sql-gateway rest api version

2024-11-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-36756: --- Labels: pull-request-available (was: ) > Bump up the sql-gateway rest api version > ---

Re: [PR] [FLINK-36803][cdc-connector][base] Use the same format `tableId:chunkId` for splitId in SnapshotSplit [flink-cdc]

2024-11-27 Thread via GitHub
yuxiqian commented on code in PR #3763: URL: https://github.com/apache/flink-cdc/pull/3763#discussion_r1861478089 ## flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-base/src/test/java/org/apache/flink/cdc/connectors/base/source/assigner/state/PendingSplitsStateSerializerTest.jav

Re: [PR] [FLINK-36756][sql-gateway] Bump up the sql gateway rest version [flink]

2024-11-27 Thread via GitHub
flinkbot commented on PR #25705: URL: https://github.com/apache/flink/pull/25705#issuecomment-2505221909 ## CI report: * 1e83f1bda02cb512b4b1acb6f5c5758f2bc37e6d UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Created] (FLINK-36813) MySQLCDC supports synchronization of specified fields

2024-11-27 Thread Di Wu (Jira)
Di Wu created FLINK-36813: - Summary: MySQLCDC supports synchronization of specified fields Key: FLINK-36813 URL: https://issues.apache.org/jira/browse/FLINK-36813 Project: Flink Issue Type: Improveme

[PR] [FLINK-36813][cdc-connectors][mysql] support mysql sync part columns [flink-cdc]

2024-11-27 Thread via GitHub
JNSimba opened a new pull request, #3767: URL: https://github.com/apache/flink-cdc/pull/3767 **Background** In some scenarios, MySQL synchronization only expects to synchronize specified fields instead of all fields in the table. 1. The user only has the permission for some fields in M

[jira] [Updated] (FLINK-36813) MySQLCDC supports synchronization of specified fields

2024-11-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-36813: --- Labels: CDC pull-request-available (was: CDC) > MySQLCDC supports synchronization of specif

Re: [PR] [hotfix][javadocs] Remove duplicated word 'the' in Javadocs [flink]

2024-11-27 Thread via GitHub
snuyanzin commented on PR #24829: URL: https://github.com/apache/flink/pull/24829#issuecomment-2505382087 @naferx can you rebase the PR I tend to think that the reason of the current failure has already been fixed in master -- This is an automated message from the Apache Git Service. T

Re: [PR] [hotfix][docs] Fix typo in alter.md [flink]

2024-11-27 Thread via GitHub
snuyanzin commented on code in PR #24858: URL: https://github.com/apache/flink/pull/24858#discussion_r1861608059 ## docs/content/docs/dev/table/hive-compatibility/hive-dialect/alter.md: ## @@ -40,7 +40,7 @@ With Hive dialect, the following ALTER statements are supported for now

Re: [PR] Add blogpost for new Prometheus connector [flink-web]

2024-11-27 Thread via GitHub
nicusX commented on code in PR #766: URL: https://github.com/apache/flink-web/pull/766#discussion_r1860867485 ## docs/content/posts/2024-11-26-introducing-new-prometheus-connector.md: ## @@ -0,0 +1,202 @@ +--- +title: "Introducing the new Prometheus connector" +date: "2024-11-2

Re: [PR] [FLINK-36739] [WebFrontend] Update the NodeJS to v22.11.0 (LTS) [flink]

2024-11-27 Thread via GitHub
mehdid93 commented on PR #25670: URL: https://github.com/apache/flink/pull/25670#issuecomment-2504432014 @zentol Thank you! I have pushed a commit to use the new Image in order to test the changes -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] Add blogpost for new Prometheus connector [flink-web]

2024-11-27 Thread via GitHub
nicusX commented on code in PR #766: URL: https://github.com/apache/flink-web/pull/766#discussion_r1860846971 ## docs/content/posts/2024-11-26-introducing-new-prometheus-connector.md: ## @@ -0,0 +1,202 @@ +--- +title: "Introducing the new Prometheus connector" +date: "2024-11-2

Re: [PR] [FLINK-36809][table] Support ignoreIfExists param for createTable [flink]

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

Re: [PR] Add blogpost for new Prometheus connector [flink-web]

2024-11-27 Thread via GitHub
nicusX commented on code in PR #766: URL: https://github.com/apache/flink-web/pull/766#discussion_r1860854487 ## docs/content/posts/2024-11-26-introducing-new-prometheus-connector.md: ## @@ -0,0 +1,202 @@ +--- +title: "Introducing the new Prometheus connector" +date: "2024-11-2

Re: [PR] Add blogpost for new Prometheus connector [flink-web]

2024-11-27 Thread via GitHub
nicusX commented on code in PR #766: URL: https://github.com/apache/flink-web/pull/766#discussion_r1860851806 ## docs/content/posts/2024-11-26-introducing-new-prometheus-connector.md: ## @@ -0,0 +1,202 @@ +--- +title: "Introducing the new Prometheus connector" +date: "2024-11-2

Re: [PR] Add blogpost for new Prometheus connector [flink-web]

2024-11-27 Thread via GitHub
nicusX commented on code in PR #766: URL: https://github.com/apache/flink-web/pull/766#discussion_r1860853048 ## docs/content/posts/2024-11-26-introducing-new-prometheus-connector.md: ## @@ -0,0 +1,202 @@ +--- +title: "Introducing the new Prometheus connector" +date: "2024-11-2

Re: [PR] [FLINK-36809][table] Support ignoreIfExists param for createTable [flink]

2024-11-27 Thread via GitHub
gustavodemorais closed pull request #25703: [FLINK-36809][table] Support ignoreIfExists param for createTable URL: https://github.com/apache/flink/pull/25703 -- 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 t

Re: [PR] [FLINK-36739] [WebFrontend] Update the NodeJS to v22.11.0 (LTS) [flink]

2024-11-27 Thread via GitHub
zentol commented on PR #25670: URL: https://github.com/apache/flink/pull/25670#issuecomment-2504396199 @mehdid93 You can try your changes with [chesnay/flink-ci:java_8_11_17_21_maven_386_jammy](https://hub.docker.com/layers/chesnay/flink-ci/java_8_11_17_21_maven_386_jammy/images/sha256-85838

Re: [PR] Update blogpost for new KinesisStreamsSource and DynamoDbStreamsSource [flink-web]

2024-11-27 Thread via GitHub
hlteoh37 merged PR #767: URL: https://github.com/apache/flink-web/pull/767 -- 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

[jira] [Updated] (FLINK-33566) HBase sql-connector needs overwrite the rowKey

2024-11-27 Thread Ferenc Csaky (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferenc Csaky updated FLINK-33566: - Fix Version/s: hbase-4.1.0 (was: hbase-3.0.0) > HBase sql-connector needs

[PR] [FLINK-35136][docs] Bump HBase connector docs version to v4.0 [flink]

2024-11-27 Thread via GitHub
ferenc-csaky opened a new pull request, #25702: URL: https://github.com/apache/flink/pull/25702 Simple release chore. -- 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 uns

Re: [PR] [FLINK-36809][table] Support ignoreIfExists param for createTable [flink]

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

Re: [PR] Add blogpost for new Prometheus connector [flink-web]

2024-11-27 Thread via GitHub
nicusX commented on code in PR #766: URL: https://github.com/apache/flink-web/pull/766#discussion_r1860897153 ## docs/content/posts/2024-11-26-introducing-new-prometheus-connector.md: ## @@ -0,0 +1,202 @@ +--- +title: "Introducing the new Prometheus connector" +date: "2024-11-2

Re: [PR] [FLINK-35136][docs] Bump HBase connector docs version to v4.0 [flink]

2024-11-27 Thread via GitHub
ferenc-csaky commented on PR #25697: URL: https://github.com/apache/flink/pull/25697#issuecomment-2504020451 @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 comm

[jira] [Updated] (FLINK-36808) UNION ALL after lookup join produces unexpected results

2024-11-27 Thread Qingsheng Ren (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Qingsheng Ren updated FLINK-36808: -- Description: Here is the SQL to reproduce the issue: {code:java} -- Data of table `stream`: --

Re: [PR] [FLINK-36809][table] Support ignoreIfExists param for createTable [flink]

2024-11-27 Thread via GitHub
gustavodemorais commented on PR #25703: URL: https://github.com/apache/flink/pull/25703#issuecomment-2504152111 Forgot one detail, let me open that again -- 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

Re: [PR] Add blogpost for new Prometheus connector [flink-web]

2024-11-27 Thread via GitHub
nicusX commented on code in PR #766: URL: https://github.com/apache/flink-web/pull/766#discussion_r1860859551 ## docs/content/posts/2024-11-26-introducing-new-prometheus-connector.md: ## @@ -0,0 +1,202 @@ +--- +title: "Introducing the new Prometheus connector" +date: "2024-11-2

Re: [PR] Add blogpost for new Prometheus connector [flink-web]

2024-11-27 Thread via GitHub
nicusX commented on code in PR #766: URL: https://github.com/apache/flink-web/pull/766#discussion_r1860866006 ## docs/content/posts/2024-11-26-introducing-new-prometheus-connector.md: ## @@ -0,0 +1,202 @@ +--- +title: "Introducing the new Prometheus connector" +date: "2024-11-2

Re: [PR] [FLINK-36595][docs] Explicitly set connector compatibility as string to prevent version comparison mismatch [flink-connector-hbase]

2024-11-27 Thread via GitHub
ferenc-csaky merged PR #53: URL: https://github.com/apache/flink-connector-hbase/pull/53 -- 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

Re: [PR] [FLINK-36595][docs] Explicitly set connector compatibility as string … [flink-connector-hbase]

2024-11-27 Thread via GitHub
ferenc-csaky commented on PR #52: URL: https://github.com/apache/flink-connector-hbase/pull/52#issuecomment-2504645328 Closed, as it is obsolete now. -- 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

Re: [PR] [FLINK-36595][docs] Explicitly set connector compatibility as string to prevent version comparison mismatch [flink-connector-hbase]

2024-11-27 Thread via GitHub
boring-cyborg[bot] commented on PR #53: URL: https://github.com/apache/flink-connector-hbase/pull/53#issuecomment-2504644678 Awesome work, congrats on your first merged pull request! -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] [FLINK-36595][docs] Explicitly set connector compatibility as string … [flink-connector-hbase]

2024-11-27 Thread via GitHub
ferenc-csaky closed pull request #52: [FLINK-36595][docs] Explicitly set connector compatibility as string … URL: https://github.com/apache/flink-connector-hbase/pull/52 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Updated] (FLINK-35315) MemoryManagerConcurrentModReleaseTest executes more than 15 minutes

2024-11-27 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-35315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Pohl updated FLINK-35315: -- Priority: Critical (was: Major) > MemoryManagerConcurrentModReleaseTest executes more than 15

Re: [PR] [FLINK-35136][docs] Bump HBase connector docs version to v4.0 [flink]

2024-11-27 Thread via GitHub
flinkbot commented on PR #25702: URL: https://github.com/apache/flink/pull/25702#issuecomment-2504107185 ## CI report: * 41b6582f692f590ce71d2721306a8c06d3be97ee UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[jira] [Commented] (FLINK-36810) Reflective access warning not addressed causing Flink failing to process job creation

2024-11-27 Thread Yusu Gao (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901531#comment-17901531 ] Yusu Gao commented on FLINK-36810: -- [~tomncooper]  Thank you for pointing out that one

[PR] [FLINK-36809][table] Support ignoreIfExists param for createTable [flink]

2024-11-27 Thread via GitHub
gustavodemorais opened a new pull request, #25703: URL: https://github.com/apache/flink/pull/25703 ## What is the purpose of the change Support ignoreIfExists for createTable. Works exactly the same way for other resources, like createFunction. Similar to SQL's `IF NOT EXISTS`

[jira] [Updated] (FLINK-36809) Add ifNotExists param to createTable

2024-11-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-36809: --- Labels: pull-request-available (was: ) > Add ifNotExists param to createTable > ---

[jira] [Created] (FLINK-36810) Reflective access warning not addressed causing Flink failing to process job creation

2024-11-27 Thread Yusu Gao (Jira)
Yusu Gao created FLINK-36810: Summary: Reflective access warning not addressed causing Flink failing to process job creation Key: FLINK-36810 URL: https://issues.apache.org/jira/browse/FLINK-36810 Project

Re: [PR] Add blogpost for new Prometheus connector [flink-web]

2024-11-27 Thread via GitHub
nicusX commented on code in PR #766: URL: https://github.com/apache/flink-web/pull/766#discussion_r1860845426 ## docs/content/posts/2024-11-26-introducing-new-prometheus-connector.md: ## @@ -0,0 +1,202 @@ +--- +title: "Introducing the new Prometheus connector" +date: "2024-11-2

Re: [PR] Add HBase Connector 4.0.0 [flink-web]

2024-11-27 Thread via GitHub
ferenc-csaky merged PR #762: URL: https://github.com/apache/flink-web/pull/762 -- 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-35136][docs] Bump HBase connector docs version to v4.0 [flink]

2024-11-27 Thread via GitHub
ferenc-csaky merged PR #25697: URL: https://github.com/apache/flink/pull/25697 -- 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.

[jira] [Comment Edited] (FLINK-36451) Kubernetes Application JobManager Potential Deadlock and TaskManager Pod Residuals

2024-11-27 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895936#comment-17895936 ] Matthias Pohl edited comment on FLINK-36451 at 11/27/24 2:33 PM: -

[jira] [Comment Edited] (FLINK-36451) Kubernetes Application JobManager Potential Deadlock and TaskManager Pod Residuals

2024-11-27 Thread Matthias Pohl (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895936#comment-17895936 ] Matthias Pohl edited comment on FLINK-36451 at 11/27/24 2:34 PM: -

[jira] [Created] (FLINK-36809) Add ifNotExists param to createTable

2024-11-27 Thread Gustavo de Morais (Jira)
Gustavo de Morais created FLINK-36809: - Summary: Add ifNotExists param to createTable Key: FLINK-36809 URL: https://issues.apache.org/jira/browse/FLINK-36809 Project: Flink Issue Type: Im

[jira] [Created] (FLINK-36808) UNION ALL after lookup join produces unexpected results

2024-11-27 Thread Qingsheng Ren (Jira)
Qingsheng Ren created FLINK-36808: - Summary: UNION ALL after lookup join produces unexpected results Key: FLINK-36808 URL: https://issues.apache.org/jira/browse/FLINK-36808 Project: Flink Iss

Re: [PR] Add blogpost for new Prometheus connector [flink-web]

2024-11-27 Thread via GitHub
nicusX commented on code in PR #766: URL: https://github.com/apache/flink-web/pull/766#discussion_r1860883342 ## docs/content/posts/2024-11-26-introducing-new-prometheus-connector.md: ## @@ -0,0 +1,202 @@ +--- +title: "Introducing the new Prometheus connector" +date: "2024-11-2

Re: [PR] Add blogpost for new Prometheus connector [flink-web]

2024-11-27 Thread via GitHub
nicusX commented on code in PR #766: URL: https://github.com/apache/flink-web/pull/766#discussion_r1860886508 ## docs/content/posts/2024-11-26-introducing-new-prometheus-connector.md: ## @@ -0,0 +1,202 @@ +--- +title: "Introducing the new Prometheus connector" +date: "2024-11-2

[jira] [Commented] (FLINK-36810) Reflective access warning not addressed causing Flink failing to process job creation

2024-11-27 Thread Thomas Cooper (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901522#comment-17901522 ] Thomas Cooper commented on FLINK-36810: --- Are you setting the Java options needed f

[PR] [FLINK-36809][table] Support ignoreIfExists param for createTable [flink]

2024-11-27 Thread via GitHub
gustavodemorais opened a new pull request, #25704: URL: https://github.com/apache/flink/pull/25704 ## What is the purpose of the change Support ignoreIfExists for createTable. Works exactly the same way for other resources, like createFunction. Similar to SQL's `IF NOT EXISTS`

Re: [PR] Add blogpost for new Prometheus connector [flink-web]

2024-11-27 Thread via GitHub
nicusX commented on PR #766: URL: https://github.com/apache/flink-web/pull/766#issuecomment-2504225605 @hlteoh37 @dannycranmer I addressed all your comments -- 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

Re: [PR] [FLINK-36451][runtime] Replaces LeaderElection#hasLeadership with LeaderElection#runAsLeader [flink]

2024-11-27 Thread via GitHub
XComp commented on code in PR #25679: URL: https://github.com/apache/flink/pull/25679#discussion_r1860904735 ## flink-runtime/src/test/java/org/apache/flink/runtime/leaderelection/DefaultLeaderElectionServiceTest.java: ## @@ -311,8 +312,11 @@ void testMultipleDriverCreations() t

Re: [PR] Add blogpost for new Prometheus connector [flink-web]

2024-11-27 Thread via GitHub
nicusX commented on PR #766: URL: https://github.com/apache/flink-web/pull/766#issuecomment-2504229269 @hlteoh37 @dannycranmer I addressed all your comments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] [FLINK-36809][table] Support ignoreIfExists param for createTable [flink]

2024-11-27 Thread via GitHub
twalthr commented on code in PR #25704: URL: https://github.com/apache/flink/pull/25704#discussion_r1860917076 ## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java: ## @@ -745,6 +745,35 @@ void createTemporarySystemFunction( */

Re: [PR] [FLINK-35718][mysql] cherry pick DBZ-5333 from debezium MySqlErrorHandler and add logs. [flink-cdc]

2024-11-27 Thread via GitHub
github-actions[bot] commented on PR #3440: URL: https://github.com/apache/flink-cdc/pull/3440#issuecomment-2505023790 This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encou

Re: [PR] [FLINK-35277][cdc-connector][db2] Fix the error in the `asncdcaddremove.sql` script for the DB2 test container. [flink-cdc]

2024-11-27 Thread via GitHub
github-actions[bot] closed pull request #3286: [FLINK-35277][cdc-connector][db2] Fix the error in the `asncdcaddremove.sql` script for the DB2 test container. URL: https://github.com/apache/flink-cdc/pull/3286 -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [PR] [FLINK-36397][cdc-connector][mysql] Obtain the high watermark offset and table data in the same transaction during the Snapshot phase [flink-cdc]

2024-11-27 Thread via GitHub
github-actions[bot] commented on PR #3616: URL: https://github.com/apache/flink-cdc/pull/3616#issuecomment-2505023628 This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs. --

Re: [PR] [FLINK-35277][cdc-connector][db2] Fix the error in the `asncdcaddremove.sql` script for the DB2 test container. [flink-cdc]

2024-11-27 Thread via GitHub
github-actions[bot] commented on PR #3286: URL: https://github.com/apache/flink-cdc/pull/3286#issuecomment-2505023836 This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encou

Re: [PR] SQL Server CDC support - fixing the issues in the outstanding pull request by another author [flink-cdc]

2024-11-27 Thread via GitHub
github-actions[bot] commented on PR #3507: URL: https://github.com/apache/flink-cdc/pull/3507#issuecomment-2505023722 This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encou

Re: [PR] [FLINK-35718][mysql] cherry pick DBZ-5333 from debezium MySqlErrorHandler and add logs. [flink-cdc]

2024-11-27 Thread via GitHub
github-actions[bot] closed pull request #3440: [FLINK-35718][mysql] cherry pick DBZ-5333 from debezium MySqlErrorHandler and add logs. URL: https://github.com/apache/flink-cdc/pull/3440 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] SQL Server CDC support - fixing the issues in the outstanding pull request by another author [flink-cdc]

2024-11-27 Thread via GitHub
github-actions[bot] closed pull request #3507: SQL Server CDC support - fixing the issues in the outstanding pull request by another author URL: https://github.com/apache/flink-cdc/pull/3507 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Created] (FLINK-36814) Flink CDC Support Mutil Datasource

2024-11-27 Thread melin (Jira)
melin created FLINK-36814: - Summary: Flink CDC Support Mutil Datasource Key: FLINK-36814 URL: https://issues.apache.org/jira/browse/FLINK-36814 Project: Flink Issue Type: New Feature Compon

[jira] [Assigned] (FLINK-36815) series bugs of DSv2

2024-11-27 Thread Weijie Guo (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Weijie Guo reassigned FLINK-36815: -- Assignee: xuhuang > series bugs of DSv2 > --- > > Key: FLINK-

[jira] [Created] (FLINK-36815) series bugs of DSv2

2024-11-27 Thread xuhuang (Jira)
xuhuang created FLINK-36815: --- Summary: series bugs of DSv2 Key: FLINK-36815 URL: https://issues.apache.org/jira/browse/FLINK-36815 Project: Flink Issue Type: Bug Components: API / DataStr

[PR] [FLINK-36815][API] Fix fix series bugs of DSv2 [flink]

2024-11-27 Thread via GitHub
codenohup opened a new pull request, #25706: URL: https://github.com/apache/flink/pull/25706 ## What is the purpose of the change Fix fix series bugs of DSv2. 1. The DSv2 org.apache.flink.datastream.api.ExecutionEnvironment#fromSource method return a NonKeyedPartitionStream

[jira] [Updated] (FLINK-36815) series bugs of DSv2

2024-11-27 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated FLINK-36815: --- Labels: pull-request-available (was: ) > series bugs of DSv2 > --- > >

Re: [PR] [FLINK-36815][API] Fix fix series bugs of DSv2 [flink]

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

Re: [PR] [FLINK-36788] Fix and cover global committer [flink]

2024-11-27 Thread via GitHub
AHeise commented on code in PR #25685: URL: https://github.com/apache/flink/pull/25685#discussion_r1860247749 ## flink-runtime/src/main/java/org/apache/flink/streaming/api/connector/sink2/StandardSinkTopologies.java: ## @@ -39,12 +41,29 @@ private StandardSinkTopologies() {}

Re: [PR] [FLINK-36578][MySQL] Added modified JsonStringFormatter and option use.legacy.json.format [flink-cdc]

2024-11-27 Thread via GitHub
yuxiqian commented on code in PR #3658: URL: https://github.com/apache/flink-cdc/pull/3658#discussion_r1860226446 ## flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/test/resources/ddl/column_type_test_mysql8.sql: ## Review Comment: Accidental cha

Re: [PR] [FLINK-36788] Fix and cover global committer [flink]

2024-11-27 Thread via GitHub
AHeise commented on code in PR #25685: URL: https://github.com/apache/flink/pull/25685#discussion_r1860251139 ## flink-runtime/src/main/java/org/apache/flink/streaming/runtime/translators/GlobalCommitterTransformationTranslator.java: ## @@ -90,7 +92,18 @@ private Collection tran

Re: [PR] [FLINK-36788] Fix and cover global committer [flink]

2024-11-27 Thread via GitHub
AHeise commented on code in PR #25685: URL: https://github.com/apache/flink/pull/25685#discussion_r1860253151 ## flink-runtime/src/main/java/org/apache/flink/streaming/runtime/translators/SinkTransformationTranslator.java: ## @@ -188,6 +196,14 @@ private void expand() {

Re: [PR] [FLINK-36739] [WebFrontend] Update the NodeJS to v22.11.0 (LTS) [flink]

2024-11-27 Thread via GitHub
zentol commented on PR #25670: URL: https://github.com/apache/flink/pull/25670#issuecomment-2503299977 > why are the CI tests failing? Because the image was modified incorrectly. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] DRAFT [FLINK-xxxx][flink-table] Support create table ignoreIfExists for table-api [flink]

2024-11-27 Thread via GitHub
Guttz closed pull request #25701: DRAFT [FLINK-][flink-table] Support create table ignoreIfExists for table-api URL: https://github.com/apache/flink/pull/25701 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [FLINK-33571][table] Override json-path version for Calcite 1.32 to deal with CVE [flink]

2024-11-27 Thread via GitHub
tomncooper commented on PR #25602: URL: https://github.com/apache/flink/pull/25602#issuecomment-2503426742 @snuyanzin Good point, I ammended the title and commit message to point at [FLINK-33571](https://issues.apache.org/jira/browse/FLINK-33571). -- This is an automated message from the

Re: [PR] [FLINK-36764] Add checkpoint type and unaligned flag to the checkpoint trace [flink]

2024-11-27 Thread via GitHub
pnowojski merged PR #25671: URL: https://github.com/apache/flink/pull/25671 -- 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.apa

Re: [PR] [hotfix] Do skip distributing maxAllowedWatermark if there are no sub… [flink]

2024-11-27 Thread via GitHub
pnowojski merged PR #25693: URL: https://github.com/apache/flink/pull/25693 -- 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.apa

[jira] [Closed] (FLINK-36764) Add checkpoint type to checkpoint trace

2024-11-27 Thread Piotr Nowojski (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Nowojski closed FLINK-36764. -- Resolution: Fixed merged commit 09ad451 into apache:master > Add checkpoint type to checkpoin

Re: [PR] Handle map and array types binary record data [flink-cdc]

2024-11-27 Thread via GitHub
lvyanquan commented on PR #3434: URL: https://github.com/apache/flink-cdc/pull/3434#issuecomment-2503216515 Hi, @umeshdangat gentle ping. I think that this pr is an important base for many other following features, and we can try to merge it as soon as possible. -- This is an automated

[PR] Update blogpost for new KinesisStreamsSource and DynamoDbStreamsSource [flink-web]

2024-11-27 Thread via GitHub
foxus opened a new pull request, #767: URL: https://github.com/apache/flink-web/pull/767 I've addressed some minor grammar nits in the KinesisStreamsSource and DynamoDbStreamsSource blog. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] (1.19 backport)[FLINK-36751] Fix PausableRelativeClock does not pause when the source only has one split [flink]

2024-11-27 Thread via GitHub
rkhachatryan commented on PR #25695: URL: https://github.com/apache/flink/pull/25695#issuecomment-2503274062 @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 comme

Re: [PR] [FLINK-36788] Fix and cover global committer [flink]

2024-11-27 Thread via GitHub
fapaul commented on code in PR #25685: URL: https://github.com/apache/flink/pull/25685#discussion_r1860223898 ## flink-runtime/src/main/java/org/apache/flink/streaming/runtime/translators/GlobalCommitterTransformationTranslator.java: ## @@ -90,7 +92,18 @@ private Collection tran

[jira] [Commented] (FLINK-36780) Kafka source disable partition discovery unexpectedly

2024-11-27 Thread Hongshun Wang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901414#comment-17901414 ] Hongshun Wang commented on FLINK-36780: --- [~liuml07] , I agree with you. This modif

[PR] [Minor][Doc] fix spelling error. [flink-cdc]

2024-11-27 Thread via GitHub
lvyanquan opened a new pull request, #3764: URL: https://github.com/apache/flink-cdc/pull/3764 Sorry for this mistake. -- 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 un

[PR] [docs] Update download links to up-to-date cdc version [flink-cdc]

2024-11-27 Thread via GitHub
yuxiqian opened a new pull request, #3765: URL: https://github.com/apache/flink-cdc/pull/3765 Use parameterized version string instead of write hard-encoded links. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[PR] [docs] Update download links to up-to-date cdc version [flink-cdc]

2024-11-27 Thread via GitHub
yuxiqian opened a new pull request, #3766: URL: https://github.com/apache/flink-cdc/pull/3766 Use parameterized version string instead of write hard-encoded links. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [BP-3.2][docs] Update download links to up-to-date cdc version [flink-cdc]

2024-11-27 Thread via GitHub
yuxiqian closed pull request #3765: [BP-3.2][docs] Update download links to up-to-date cdc version URL: https://github.com/apache/flink-cdc/pull/3765 -- 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

[jira] [Created] (FLINK-36806) Support for synchronization between timestamp fields with and without time zones to avoid time offsets

2024-11-27 Thread zjjiang (Jira)
zjjiang created FLINK-36806: --- Summary: Support for synchronization between timestamp fields with and without time zones to avoid time offsets Key: FLINK-36806 URL: https://issues.apache.org/jira/browse/FLINK-36806

[jira] [Updated] (FLINK-36806) Support for synchronization between timestamp fields with and without time zones to avoid time offsets

2024-11-27 Thread zjjiang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-36806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zjjiang updated FLINK-36806: Description: Currently, FlinkCDC can correctly synchronize the same time type (where the type indicates w

Re: [PR] [FLINK-36788] Fix and cover global committer [flink]

2024-11-27 Thread via GitHub
AHeise commented on code in PR #25685: URL: https://github.com/apache/flink/pull/25685#discussion_r1860258571 ## flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/sink/TestSinkV2.java: ## @@ -241,7 +242,8 @@ public TestSinkV2WithPostCommitTopology(

  1   2   >