-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Flink-38911][cdc connector mysql] mysql-cdc-connector datastream support scan.binlog.newly-added-table.enabled #4246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ThorneANN
wants to merge
68
commits into
apache:master
Choose a base branch
from
ThorneANN:FLINK-38911-binlog-added-new-table
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
2785bf2
[FLINK-38911][mysql] Support binlog-only newly added table capture fo…
aa9dfb0
datastream api support scan.binlog.newly-added-table ability
ea64d7e
remove the some desc
b548110
Supplement the missing binlog_sql test's file
723f1a3
fix test class
bf93c21
fix 2
d2c10e4
fix mvn spotless:apply
ccb7994
[FLINK-38887] Transform supports handling nested types (ARRAY, MAP, R…
yuxiqian 44801d8
[FLINK-38836][docs] update section headings and improve pipeline conf…
Hisoka-X 5776a3d
[FLINK-38996][transform] Enhance error messages for projection and fi…
Hisoka-X abdab7c
[FLINK-38994][cli] Remove log4j1 dependency (#4242)
zml1206 c67e9f6
[FLINK-38985][docs] Add documentation for VARIANT type and PARSE_JSON…
suhwan-cheon 166d70a
[FLINK-38965][postgres] Fix LIKE wildcard matching issue for similar …
Hisoka-X 4bdd913
[FLINK-38520][postgres] Postgres YAML CDC support array with null ele…
Hisoka-X 8e5620f
[FLINK-38906] Pass transform parser in context and polish built-in fu…
yuxiqian 1fd7549
[FLINK-38846][mysql] Optimize LinkedList processing in handleChange m…
Hisoka-X 7830b39
[chore][improve][fluss] Improve flaky test case FlussSinkITCase (#4256)
Hisoka-X ce829fc
[hotfix][kafka] Fix Debezium schema generation for complex types (ARR…
linguoxuan 5b3c060
[FLINK-38888][transform] YAML Pipeline supports item subscription of …
Hisoka-X c631abd
[ci] Fix master branch documentation build failure (#4260)
yuxiqian 4692f05
[FLINK-39010][transform] YAML Pipeline supports item subscription of …
Hisoka-X fef3efb
[FLINK-38514][postgres] Add support for UUID array type in PostgreSQL…
Hisoka-X 4b89523
[FLINK-39038][infra] Limit GitHub actions max parallelism and workflo…
yuxiqian 8de2a5c
[FLINK-39047][docs] Translate Pipeline Transform documentations to Ch…
Hisoka-X 5e1b3f4
[FLINK-39048][iceberg] Bump iceberg-flink-runtime from 1.19 to 1.20 (…
suhwan-cheon 99d1ff5
[FLINK-38512][postgres] Update database name validation to allow hyph…
Hisoka-X bde51ad
[FLINK-36796][pipeline-connector][oracle]add oracle pipeline connecto…
linjianchang d8111aa
[FLINK-39056][pipeline-connector][iceberg] Fix Duplicate Data Issue i…
fcfangcc af0f857
[FLINK-39063][connect/fluss] Fix some spelling mistakes in fluss pipe…
ThorneANN 696e056
[minor][hotfix] Update configOption name from `sink.job.id.prefix` to…
lvyanquan 368ee6c
[FLINK-38601][connect/mongodb] Catch throwable errors when consuming …
linguoxuan b572d6c
[FLINK-39066][pipeline-connector][Fluss] Fix the metric histogram alw…
ThorneANN 7e943c6
[test] Improve pipeline connector test coverage i.e. doris/postgres/f…
leonardBang 894134c
[FLINK-39144][paimon] Fix ioManager close.(#4283)
sd4324530 64ff69d
[FLINK-39143][pipeline-connecotr][Fluss]Optimize the connection of fl…
ThorneANN 984ce8c
[FLINK-38455][elasticsearch][fix] Fix Elasticsearch Missing required …
Hisoka-X 7d311ce
[FLINK-39001][doc][Flink-source]supple NewlyAddTable's doc with mongo…
ThorneANN 368565d
[pipeline] Use GHA workflow triggers to run labeler workflow (#4274)
yuxiqian 6adda1f
[FLINK-39071] Select fields rather * to read snapshot data in case sc…
loserwang1024 e0e1fe0
[Minor][FLINK-39168][cdc-connector-mysql] Cache split.splitId() resul…
ThorneANN 2385d7e
[ci] Fix docker environment related test failure (#4275)
yuxiqian 486a794
[FLINK-37485][starrocks] Add support for TIME type (#4253)
Hisoka-X 711dfb9
[chore][test] Fix flaky postgres pipeline test case (#4293)
Hisoka-X b3c7c30
[FLINK-38833][paimon] Shuffle record to different subtasks by table, …
sd4324530 a333735
[FLINK-38334][mysql] Fix MySQL CDC source stuck in INITIAL_ASSIGNING …
morozov c750824
[FLINK-37586][udf] Add support for options in user-defined functions …
Hisoka-X 8b29134
[FLINK-38726][fluss] Bump Fluss version to 0.9.0-incubating
leonardBang b858421
[FLINK-39204][pipeline-connector/fluss] Fluss yaml sink support add c…
loserwang1024 86a3ea5
[FLINK-39152][pipeline-connector][Fluss]Fix FlussConfig Utils class …
ThorneANN 40ec18d
[FLINK-38160][starrocks] Add support for BINARY and VARBINARY types i…
Hisoka-X 9c2af28
[DOC][MINOR] Update starrocks.md (#4304)
zml1206 2e40f04
[FLINK-37292] [cdc] Remove the flink-kubernetes dependencies during t…
aiwenmo ffb8b14
[minor][docs][style] Update documentation link and improve code style…
jinkachy 1de9849
[FLINK-38247][MySQL] Handle BIGINT UNSIGNED overflow correctly in Pre…
suhwan-cheon 2ff5681
[FLINK-39055][Iceberg] Support default column values in Iceberg sink …
suhwan-cheon ffdbf69
[FLINK-38911][mysql] Support binlog-only newly added table capture fo…
3660060
fix some desc and replace use tableid to explain
c149a8b
[FLINK-38911][mysql] Support binlog-only newly added table capture fo…
6107bc8
datastream api support scan.binlog.newly-added-table ability
46f8a71
remove the some desc
ddd6897
Supplement the missing binlog_sql test's file
8e52db9
fix test class
c81d99f
fix 2
fb2ee3c
fix mvn spotless:apply
ffb2cd0
[FLINK-38911][mysql] Support binlog-only newly added table capture fo…
40278d6
fix some desc and replace use tableid to explain
4e83d27
Merge remote-tracking branch 'origin/FLINK-38911-binlog-added-new-tab…
9f85a5e
Merge branch 'apache:master' into FLINK-38911-binlog-added-new-table
ThorneANN File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description mentions that validation logic should ensure binlog-only mode works only with stream-only startup modes (latest, earliest, specific offset, timestamp). However, this validation is missing. When scanBinlogNewlyAddedTableEnabled is true but the startup mode is not stream-only (e.g., initial or snapshot), the behavior may be incorrect. Add validation to check if startupOptions.isStreamOnly() when scanBinlogNewlyAddedTableEnabled is enabled.