-
Notifications
You must be signed in to change notification settings - Fork 70
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
DateTime64(ns) KeyError, when ns is set in table definition #28
Comments
not sure if this is acceptable, but a solution could be as simple as:
|
Thanks for the bug report and the patch. I'm trying to allocate some time to create a new release in the upcoming week. |
Could you please submit a PR including unittests? My mid-term plan is to use the newly added arrow and parquet clickhouse output formats, but their type support is incomplete so far. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, thanks for your great work, this module has been really helpful!
using clickhouse-server version: 20.3.8.53
I have a small problem with DateTime64(ns) where the size of ns has been explicitly set in the table definition.
With a clickhouse table as follows:
A query:
Results in:
If I understand correctly, the mapping defined earlier in the file convert.py
does not cover the DateTime64(6) case. Or by extension any other DateTime(ns) case?
I would be happy to contribute a solution with a little guidance.
Thanks
The text was updated successfully, but these errors were encountered: