Joao Boto
Joao Boto
## What is the purpose of the change Allow to order jobs in webui ## Brief change log - add nzSortFn in job name column ## Verifying this change This...
## What is the purpose of the change Add a JdbcSink with new format (sink2) ## Brief change log - *JdbcSink* the new sink - *JdbcSinkWriter* the writer used by...
A majority of Postgres databases use UUIDs as primary keys. When we enable 'scan.incremental.snapshot.enabled = true', Flink-CDC will try to split into chunks. The splitTableIntoChunks function relies on the queryMinMax...
the branch cut for v3.1 was not prepared for 1.19 versions in another PR we introduce this check, but I think that should be avoided as the cut is not...
Fix JdbcXaSinkTestBase fails in weekly workflows
- Created the module flink-connector-jdbc-architecture to have all tests, we need to add the modules as dependency to validate that module.. - Created the package "org.apache.flink.connector.jdbc.core.util" to have classes of...