-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(clickhouse sink): support JSONB by writing as string #15816
Comments
This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned. |
@xxhZs Any updates? |
Because ck supports jsonb, but it's clikchouse-rs that doesn't support jsonb, so for the time being, I'm not writing it as a string. |
Are we planning to add jsonb support in clickhouse-rs? If not, I will remove this issue from milestone first. |
It looks as if their community is doing something similar, might be able to shut it down for now until their support is complete |
Blocked by: ClickHouse/clickhouse-rs#144 |
Using ClickHouse 24.10, you can now store/read the new JSON as a string. See the examples from this PR: ClickHouse/clickhouse-rs#171 It is now just a matter of a few settings that should be applied to the client instance (or per query/insert); the current client version should already be capable of doing this. |
risingwave/src/connector/src/sink/clickhouse.rs
Lines 726 to 730 in fa6d630
Let's try to write JSONB as string. Hopefully it can just work.
The text was updated successfully, but these errors were encountered: