-
Notifications
You must be signed in to change notification settings - Fork 87
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: allow inserting Map using singlequoted JSON #123
base: master
Are you sure you want to change the base?
Conversation
Able to you add some test for null insert? |
It seems the Query : As for the other way around, yes I can add this in the tests if you confirm that it's what you intended. Query : |
There's a point to be made about nested From Map(key, value) | ClickHouse Docs :
|
Any updates on this? Is there a solution that I can use for now? |
Actually it seems to work just fine. |
Yep, I'm using a fork of your PR at the moment. I would appreciate it if this gets merged so I can switch over. |
Inserting a value for a
Map
field can be done using a key-value format which is a kind of singlequoted JSON (see Map(key, value) | ClickHouse Docs.This is a proposal to use this feature from CH, enabling insertion for
Map
fields.