Replies: 1 comment 1 reply
-
@chayaye could you share your table DDL? (structure) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Observed
I query this sql in clickhouse server, it is right.
however, when I use ClickHouse-go driver in my code to query the same sql, It will return error:
code: 49, message: Bad cast from type DB::ColumnVector to DB::ColumnVector<char8_t>
why?
Expected behaviour
Code example
Error log
Details
Environment
clickhouse-go
version: github.com/ClickHouse/clickhouse-go/v2 v2.13.0Interface: ClickHouse API /
database/sql
compatible driverGo version: go version go1.21.11
Operating system: linux/amd64
ClickHouse version: 21.8.12.29
Is it a ClickHouse Cloud? yes
Sample data for all these tables, use [clickhouse-obfuscator]
Beta Was this translation helpful? Give feedback.
All reactions