Jark Wu

Results 73 comments of Jark Wu
trafficstars

The test is failed ``` 2022-09-26T07:22:05.4150143Z Sep 26 07:22:05 # test "ctas" only supported in Hive Dialect 2022-09-26T07:22:05.4150791Z Sep 26 07:22:05 CREATE TABLE foo as select 1; 2022-09-26T07:22:05.4151625Z Sep 26...

用 `'debezium.table.exclude.list' = 'slave_master_info'` 跳过 slave_master_info 表,试试看

@BoredTape 是不是没有给 REPLICATION SLAVE, REPLICATION CLIENT 权限? 有报什么错吗?

你希望接收的数据流里面也包含 DDL 变更事件么? 具体想拿 DDL 变更事件来干吗呢?

@deadwind4 @kanata163 是想同步更新目标表的 schema 么? 你们的目标表是什么呢?