Skip to content
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

doris-sink: doris type is "JSON" risingwave type is Jsonb #15978

Closed
xuefengze opened this issue Mar 28, 2024 · 0 comments · Fixed by #16018
Closed

doris-sink: doris type is "JSON" risingwave type is Jsonb #15978

xuefengze opened this issue Mar 28, 2024 · 0 comments · Fixed by #16018
Labels
type/bug Something isn't working
Milestone

Comments

@xuefengze
Copy link
Contributor

xuefengze commented Mar 28, 2024

In version 1.2.x the data type name is JSONB. It's renamed to JSON to be more compatible to version 2.0.0. And the old tables can still be used.

https://doris.apache.org/docs/sql-manual/sql-reference/Data-Types/JSON

risingwave_common::types::DataType::Jsonb => Ok(doris_data_type.contains("JSONB")),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
1 participant