Scan nested column type like Array(Tuple(field1 string, field2 Nullable(string))) is broken after go1.23 #1508
Unanswered
ccabsolute
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The provided example from https://github.com/ClickHouse/clickhouse-go/blob/v2.32.2/examples/clickhouse_api/nested.go#L105C1-L120C3 no longer works for latest go version for me. It always result in empty array. Does anyone else have the same issue?
Beta Was this translation helpful? Give feedback.
All reactions