hackergin commented on PR #25108:
URL: https://github.com/apache/flink/pull/25108#issuecomment-2242204010
@lsyldliu Thank you for reviewing. I have addressed the related comments;
please have a look
--
This is an automated message from the Apache Git Service.
To respond to the message,
GOODBOY008 commented on PR #3481:
URL: https://github.com/apache/flink-cdc/pull/3481#issuecomment-2242135166
@lvyanquan 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 comme
[
https://issues.apache.org/jira/browse/FLINK-35871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonard Xu resolved FLINK-35871.
Resolution: Fixed
fixed via master(3.2-SNAPSHOT): a9eb4c68ef4a7f98a034ee2fba9ffc8b7904e41e
> Add
leonardBang merged PR #3484:
URL: https://github.com/apache/flink-cdc/pull/3484
--
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
lvyanquan opened a new pull request, #3485:
URL: https://github.com/apache/flink-cdc/pull/3485
parseDDL doesn't always throw ParsingException, and table info will be
missed in this case.
![image](https://github.com/user-attachments/assets/5d053c50-3b80-4a9b-9994-a86a8c9a6be9)
--
T
kumar-mallikarjuna commented on code in PR #25027:
URL: https://github.com/apache/flink/pull/25027#discussion_r1685926520
##
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/DefaultJobManagerRunnerRegistry.java:
##
@@ -97,6 +106,14 @@ public JobManagerRunner unreg
lsyldliu commented on code in PR #25108:
URL: https://github.com/apache/flink/pull/25108#discussion_r1685926056
##
flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/materializedtable/MaterializedTableManagerTest.java:
##
@@ -99,56 +103,340 @@ voi
lsyldliu commented on code in PR #25108:
URL: https://github.com/apache/flink/pull/25108#discussion_r1685891811
##
flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/MaterializedTableStatementITCase.java:
##
@@ -1520,6 +1520,58 @@ void
testRefres
[
https://issues.apache.org/jira/browse/FLINK-35871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonard Xu reassigned FLINK-35871:
--
Assignee: LvYanquan
> Add document for SNAPSHOT startup option mode
> --
[
https://issues.apache.org/jira/browse/FLINK-35871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonard Xu updated FLINK-35871:
---
Component/s: Documentation
> Add document for SNAPSHOT startup option mode
> --
[
https://issues.apache.org/jira/browse/FLINK-35237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonard Xu resolved FLINK-35237.
Resolution: Implemented
via master(3.2-SNAPSHOT): 26ff6d2a081181f3df7aa49d65d804c57c634122
> Allo
[
https://issues.apache.org/jira/browse/FLINK-35237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonard Xu reassigned FLINK-35237:
--
Assignee: zhangdingxin
> Allow Sink to Choose HashFunction in PrePartitionOperator
>
[
https://issues.apache.org/jira/browse/FLINK-35237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonard Xu updated FLINK-35237:
---
Affects Version/s: cdc-3.1.1
> Allow Sink to Choose HashFunction in PrePartitionOperator
> -
leonardBang merged PR #3414:
URL: https://github.com/apache/flink-cdc/pull/3414
--
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
[
https://issues.apache.org/jira/browse/FLINK-35872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dalongliu updated FLINK-35872:
--
Priority: Blocker (was: Major)
> Fix the incorrect partition generation during period refresh in Full
[
https://issues.apache.org/jira/browse/FLINK-35872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dalongliu reassigned FLINK-35872:
-
Assignee: Feng Jin
> Fix the incorrect partition generation during period refresh in Full Mode
github-actions[bot] commented on PR #3211:
URL: https://github.com/apache/flink-cdc/pull/3211#issuecomment-2241824995
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.
--
asantoz commented on PR #19537:
URL: https://github.com/apache/flink/pull/19537#issuecomment-2241809600
Hey, why this blocked?
--
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
flinkbot commented on PR #25108:
URL: https://github.com/apache/flink/pull/25108#issuecomment-2241624001
## CI report:
* 6bd73ab3f17dccbecb1113cd0f5aaedec0579f78 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
[
https://issues.apache.org/jira/browse/FLINK-35872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-35872:
---
Labels: pull-request-available (was: )
> Fix the incorrect partition generation during peri
hackergin opened a new pull request, #25108:
URL: https://github.com/apache/flink/pull/25108
## What is the purpose of the change
*Fix the incorrect partition generation during period refresh in Full Mode*
## Brief change log
- Fix the incorrect partition generation durin
Feng Jin created FLINK-35872:
Summary: Fix the incorrect partition generation during period
refresh in Full Mode
Key: FLINK-35872
URL: https://issues.apache.org/jira/browse/FLINK-35872
Project: Flink
cobolbaby commented on PR #3442:
URL: https://github.com/apache/flink-cdc/pull/3442#issuecomment-2241547050
Is there anyone who can help review this?
--
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
cobolbaby commented on PR #3445:
URL: https://github.com/apache/flink-cdc/pull/3445#issuecomment-2241546735
Is there anyone who can help review this?
--
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
24 matches
Mail list logo