Hisoka-X commented on issue #3712:
URL:
https://github.com/apache/incubator-seatunnel/issues/3712#issuecomment-1350664497
I tested your config, but not worked fine. Maybe you should change sink
config to
```
Clickhouse {
host = "ck1:8123,ck2:8123,ck3:8123"
database = "test"
table = "cycle_base_label_string_dist"
bulk_size=200000
split_mode = true
sharding_key = "id"
fields = [
"code",
"id",
"dt",
"value"
]
username = "default"
password = ""
}
```
Because the fields order in sink config not match sql output. But this also
are make user confuse. I will change this make field match with field name not
field order.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]