dkropachev commented on code in PR #1890: URL: https://github.com/apache/cassandra-gocql-driver/pull/1890#discussion_r2123666852
########## marshal.go: ########## @@ -113,10 +113,6 @@ type Unmarshaler interface { // // The marshal/unmarshal error provides a list of supported types when an unsupported type is attempted. func Marshal(info TypeInfo, value interface{}) ([]byte, error) { - if info.Version() < protoVersion1 { - panic("protocol version not set") - } Review Comment: added back -- 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