housepower / clickhouse_sinker

Easily load data from kafka to ClickHouse
https://housepower.github.io/clickhouse_sinker
Apache License 2.0
514 stars 118 forks source link

[bug]分布式表配置检查错误 #167

Closed chocobo7777777 closed 1 year ago

chocobo7777777 commented 1 year ago

在最新发布版本(2.5.2)中,配置分布表为目的表时存在错误的配置检查 在system.tables 中检查分布表时,匹配create_table_query字段匹配建表参数时,程序使用了配置中的分布表的名称而不是分布表关联的本地表名称匹配建表参数导致记录匹配失败。

yuzhichang commented 1 year ago

@chocobo7777777 clickhouse_sinker设计上仅支持写本地表,且要求对应的分布表存在