Sheng X
Sheng X
Same problem here. Any comment?
> Thanks for contribution, have a quick look on the PR, could you please also add unit test to verify the code works as expected, and we has some code...
> Thanks for contribution, have a quick look on the PR, could you please also add unit test to verify the code works as expected, and we has some code...
> You can use custom setting key: > > ``` > SettingKey key = SettingKey.builder() > .withName("insert_deduplication_token") > .withType(SettingType.String) > .build(); > > Properties props = new Properties(); > ClickHouseConfig...