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

Add json column support #170

Closed

Conversation

jorgeparavicini
Copy link
Contributor

This PR adds support for JSON columns. There are 2 main considerations when working with JSON data:

  1. The JSON string needs to be minified in order for Clickhouse to be able to read it
  2. Reading the whole JSON is not fully supported yet as Clickhouse returns the data as a complex Tuple. But one can use the JSON functions to transform the data and extract what is needed.

@redsquare
Copy link

redsquare commented May 10, 2024 via email

@jorgeparavicini
Copy link
Contributor Author

Well that sucks. I guess it makes more sense to wait for the new JSON column to be out of experimental. I'll close this PR and create a new one once Clickhouse has official support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants