-
Notifications
You must be signed in to change notification settings - Fork 78
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
System.NotSupportedException:“Unknown column type ” #177
Comments
Could you add |
This is Altinity Demo server https://github.demo.altinity.cloud:8443/play?user=demo (password: demo)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This exception occurs at "ClickHouse.Ado.ClickHouseDataReader.NextResult()" for some column present in Altinity.Cloud Demo "github_events" table:
Steps to reproduce
Compress=True;Compressor=lz4;Host=github.demo.altinity.cloud;Port=9440;Encrypt=true;Database=default;User=demo;Password=demo;
select * from github_events LIMIT 500
What should be done
"github_events" table has columns with types like Enum8, Array(LowCardinality(String)), Date - it is unclear which type exactly cannot be handled as exception message doesn't contain it for some reason.
The text was updated successfully, but these errors were encountered: