jameshartig commented on code in PR #1899: URL: https://github.com/apache/cassandra-gocql-driver/pull/1899#discussion_r2181199386
########## vector.go: ########## @@ -173,7 +183,7 @@ func (v VectorType) Unmarshal(data []byte, value interface{}) error { } return nil } - return unmarshalErrorf("can not unmarshal %s into %T. Accepted types: slice, array.", v, value) + return unmarshalErrorf("can not unmarshal %s into %T. Accepted types: slice, array, *interface{}.", v, value) Review Comment: this should just be `interface{}` or we should make the others be `*slice`, `*array` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org