Replies: 1 comment 4 replies
-
This code does following
So if protocol version supports custom serialization, ch-go can decode data. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I was checking the code for decoding, I've realized that if the protocol version supports custom serialization feature ch-go can't decode the data at all. Can someone explain to me the logic behind the following code?
https://github.com/ClickHouse/ch-go/blob/main/proto/results.go#L101
Beta Was this translation helpful? Give feedback.
All reactions