Kunni
|
f24399cf5a
|
[FLINK-36211][pipeline-connector/kafka] shade org.apache.flink.streaming.connectors.kafka to avoid conflict with flink-connector-kafka jar. (#3595)
|
3 months ago |
Shawn Huang
|
ecce75949a
|
[FLINK-36463][cdc-connector][mysql] Forbid to override some debezium options (#3631)
|
3 months ago |
yuxiqian
|
d5f549f91f
|
[FLINK-36326][cdc-connector][mysql] Send BinlogSplitUpdateRequestEvent only once to fix auto scan newly-added table failure (#3613)
Signed-off-by: yuxiqian <34335406+yuxiqian@users.noreply.github.com>
Co-authored-by: Hang Ruan <ruanhang1993@hotmail.com>
|
3 months ago |
yuxiqian
|
daf27fa7a8
|
[hotfix][test] Reorganize test cases
|
4 months ago |
gongzhongqiang
|
a5b666a325
|
[FLINK-35503] Add support for running Oracle connector unit test on ARM architecture (#3600)
|
4 months ago |
yuxiqian
|
cb1b232794
|
[minor][tests] Fix test testDanglingDroppingTableDuringBinlogMode due to imprecise timestamp startup
This closes #3580
|
5 months ago |
yuxiqian
|
0e9a176b08
|
[hotfix][pipeline-connector/mysql] Fix primary key restraints missing when using inline `PRIMARY KEY` declaration syntax
This closes #3579.
|
5 months ago |
Hongshun Wang
|
afe9c3c0ad
|
[FLINK-36150][pipeline-connector/mysql] tables.exclude should work even scan.binlog.newly-added-table.enabled is true
This closes #3573.
|
5 months ago |
Kunni
|
3c1517f70f
|
[FLINK-36148][pipeline-connector/mysql] Fix that newly added table can not discovered by adding custom parser for CreateTableEvent
This closes #3570.
|
5 months ago |
Jiabao Sun
|
aea2b6aa9c
|
[hotfix][cdc-connector][mongodb] Fix LegacyMongoDBSourceExampleTest cannot run (#3555)
|
5 months ago |
Sergei Morozov
|
52f2019469
|
[FLINK-35056][cdc-connector/sqlserver] Fix scale mapping from SQL Server TIMESTAMP to Flink SQL timestamp
This closes #3561.
|
5 months ago |
yuxiqian
|
ee843e2f24
|
[FLINK-36114][cdc-runtime] Make SchemaRegistryRequestHandler thread safe by blocking subsequent schemaChangeEvent
This closes #3563.
Co-authored-by: Hongshun Wang <loserwang1024@gmail.com>
|
5 months ago |
Kunni
|
565032e3af
|
[FLINK-36115][pipeline-connector][mysql] Introduce scan.newly-added-table.enabled option for MySQL Source
This closes #3560.
|
5 months ago |
Hongshun Wang
|
6205a5a0f1
|
[FLINK-36094][cdc-runtime] Improve the Exception that SchemaRegistryRequestHandler thrown
This closes #3558.
|
5 months ago |
Kevin Wang
|
77c63385d9
|
[FLINK-36081][cdc-connector][mysql] Remove the schemas of outdated tables in the BinlogSplit when restart (#3548)
Co-authored-by: 云时 <mingya.wmy@alibaba-inc.com>
|
5 months ago |
MOBIN
|
aedccb698e
|
[FLINK-36111][minor][pipeline-connector/paimon] Improve MultiTableCommittableChannelComputer Topology name
This closes #3559
|
5 months ago |
yuxiqian
|
78fda8b5ab
|
[FLINK-35243][cdc-common] Extends more schema change event types support
This close #3521.
|
6 months ago |
Kunni
|
7f08c6caba
|
[FLINK-36088][pipeline-connector][paimon] Fix NPE in BucketAssignOperator when job restoration
This closes #3553
|
6 months ago |
Kunni
|
0470fdbbc1
|
[FLINK-36082][pipeline-connector][kafka] Fix lamda NotSerializableException in KafkaDataSink
This closes #3549
|
6 months ago |
He Wang
|
cbb33bb870
|
[FLINK-35638][OceanBase][test] Refactor OceanBase test cases and remove dependency on host network (#3439)
|
6 months ago |
proletarians
|
c5396fbf29
|
[FLINK-36056][cdc][connector/elasticsearch] Change flink.connector.elasticsearch.version to a released version
This closes #3542.
|
6 months ago |
Qingsheng Ren
|
d99e718951
|
[FLINK-36054][cdc][build] Fix Flink CDC parent pom and release scripts (#3540)
|
6 months ago |
wuzexian
|
8137f9d746
|
[FLINK-35894][pipeline-connector][es] Support for ElasticSearch 6, 7 versions
This closes #3495.
|
6 months ago |
wuzexian
|
ac14dba9fb
|
[FLINK-35894][pipeline-connector][es] Introduce Elasticsearch Sink Connector for Flink CDC Pipeline
|
6 months ago |
Junbo wang
|
15ab85860b
|
[FLINK-35884][pipeline-connector][mysql] MySQL pipeline connector supports to set chunk key-column (#3490)
Co-authored-by: wangjunbo <wangjunbo@qiyi.com>
Co-authored-by: Hang Ruan <ruanhang1993@hotmail.com>
|
6 months ago |
Kunni
|
64f996b504
|
[FLINK-35891][pipeline-connector][paimon] Support dynamic bucket in Paimon sink
This closes #3499.
|
6 months ago |
Kunni
|
3bb1f3ca45
|
[FLINK-35938][pipeline-connector][paimon] Use filterAndCommit API for retry Committable to avoid duplicate commit
This closes #3504.
|
6 months ago |
Kunni
|
e0d6d1d1a8
|
[FLINK-35442][cdc-connect][kafka] add key.format and partition.strategy option to make sure the same record sending to the same partition. (#3522)
|
6 months ago |
Hongshun Wang
|
4bf5a395a5
|
[FLINK-34688][cdc-connector][mysql] Make scan newly table trigger condition strictly
This closes #3519.
|
6 months ago |
Hang Ruan
|
07446d1f9d
|
[FLINK-35715][common] Ignore the compact optimize for mysql timestamp type in BinaryRecordData (#3511)
|
6 months ago |
North Lin
|
09f36a4a05
|
[FLINK-35143][pipeline-connector][mysql] Expose newly added tables capture in mysql pipeline connector. (#3411)
Co-authored-by: Muhammet Orazov <916295+morazow@users.noreply.github.com>
Co-authored-by: north.lin <north.lin@yunlsp.com>
|
6 months ago |
yuxiqian
|
b937db25d5
|
[hotfix][cdc-connector][mongodb] Fix unstable test cases for snapshot back-filling (#3506)
|
6 months ago |
Kunni
|
9d6154f123
|
[FLINK-35791][kafka] Add database and table info of Canal / Debezium json format for Kafka sink (#3461)
|
6 months ago |
hk__lrzy
|
21fade0e22
|
[FLINK-35432][pipeline-connector][mysql] Support catch modify event in mysql to send AlterColumnTypeEvent. (#3352)
Co-authored-by: haoke <haoke@bytedance.com>
|
6 months ago |
yuxiqian
|
5ed9e05bdf
|
[FLINK-35242][cdc-common][cdc-runtime] Support TRY_EVOLVE and LENIENT schema evolution behavior
This closes #3339.
|
6 months ago |
lvyanquan
|
4561a8a32b
|
[FLINK-34638][cdc-common] Support column with default value
|
6 months ago |
gongzhongqiang
|
1778ef685a
|
Revert "[hotfix][starrocks] Fix StarRocks FE startup failure due to insufficient disk space available "
This reverts commit 3315be3c8f .
|
6 months ago |
Wink
|
7ca11359d7
|
[FLINK-35743][cdc-runtime] Correct the temporal function semantics
This closes #3449.
Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>
Co-authored-by: yuxiqian <34335406+yuxiqian@users.noreply.github.com>
|
6 months ago |
yuxiqian
|
3315be3c8f
|
[hotfix][starrocks] Fix StarRocks FE startup failure due to insufficient disk space available
This closes #3508.
|
6 months ago |
lipl
|
f6d1d4810a
|
[FLINK-35912][cdc-connector] SqlServer CDC doesn't chunk UUID-typed columns correctly (#3497)
* resolve conficts
* polish code to trigger ci
---------
Co-authored-by: Kael <kael@fts.dev>
Co-authored-by: gongzhongqiang <gongzhongqiang@gigacloudtech.com>
|
6 months ago |
Thorne
|
986f37b307
|
[FLINK-35674][cdc-connector][mysql]Fix blocking caused by searching for timestamp in binlog file (#3432)
|
6 months ago |
Hongshun Wang
|
0c49959f67
|
[FLINK-35524][cdc-base] Clear connections pools when reader exist. (#3388)
|
6 months ago |
Hongshun Wang
|
47f5660055
|
[FLINK-35344][cdc-base] Move same code from multiple subclasses to JdbcSourceChunkSplitter (#3319)
|
6 months ago |
yuxiqian
|
a39959f4b3
|
[FLINK-35072][doris] Support applying AlterColumnTypeEvent to Doris pipeline sink
This closes #3473
|
6 months ago |
Junbo wang
|
b15a226ccd
|
[FLINK-35391][cdc-connector][paimon] Bump dependency of Paimon Pipeline connector to 0.8.2
This closes #3335
Co-authored-by: wangjunbo <wangjunbo@qiyi.com>
|
6 months ago |
yuxiqian
|
241eb03a74
|
[FLINK-35868][cdc-connector][mongodb] Bump dependency version to support MongoDB 7.0
This closes #3489.
|
6 months ago |
SeungMin
|
91fc7bb506
|
[FLINK-35740][cdc-connector][mysql] Allow column as chunk key even it's not primary key
This closes #3448.
|
6 months ago |
Zhongmin Qiao
|
ea71b2302d
|
[FLINK-35874][cdc-connector][mysql] Check pureBinlogPhaseTables set before call getBinlogPosition method
This closes #3488.
|
6 months ago |
ChengJie1053
|
313bace106
|
[minor][doc][cdc-connector][oracle] Update OracleSchema#getTableSchema doc description
This closes #3443.
|
6 months ago |
gongzhongqiang
|
c5f391cf6a
|
[FLINK-35865][base] Support Byte and Short in ObjectUtils (#3481)
|
6 months ago |