-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
format_csv_allow_single_quotes not working for dictionaries #2829
Comments
workaround for now: quote everything
|
It can be solved if we will allow to specify custom settings for dictionaries:
It is not implemented but it looks quite easy to do. |
For cached dictionaries, settings should override query settings. |
Same problem with same database - GeoLite2-City-Locations. We definitely need this feature for dictionaries. |
@alexey-milovidov is this issue somewhere on the roadmap ? |
This issue is not on the roadmap. But it's pretty easy in implementation and I almost forgot about it. |
Any news? I am facing the same issue with an external dictionaries in CSV format. I have already bypassed it, but it would be nice to implement setting overriding for dictionaries. |
This is quite easy task to do. Just add support for settings clause in configuration of dictionaries and in CREATE DICTIONARY query. |
maybe we'll take it |
The original issue is fixed in #10137 for XML configuration. |
Example: https://github.com/ClickHouse/ClickHouse/pull/10137/files#diff-fb9153de36f137866ae2fe4d54767f3bR51 Available since version 20.4. |
The implementation of SETTINGS clause for DDL queries is pending. |
Hello ClickHouse Team,
I'm trying to use GeoLite2-City-Locations-en.csv as dictionary
Using Clickhouse 18.5.1
extract of GeoLite2-City-Locations-en.csv to reproduce the problem
I've tried to add
to config.xml
and also
to the client but no changes
Related to #2574
The text was updated successfully, but these errors were encountered: