Sheng X

Results 4 comments of Sheng X

> 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...