-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Have
Map
types use the unconversions of other types
Before this change, `Map` types would dump the incoming `dict`s as JSON, but this wouldn't take into account any additional encoding of values unique to ClickHouse. For example, in a `Map(String, String)``, a string with embedded quotes and curly braces may end up with an exception like: ``` ChClientError: Code: 62. DB::Exception: Cannot parse expression of type Map(LowCardinality(String), String) ```
- Loading branch information
1 parent
903d8b2
commit f3c7271
Showing
3 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters