worryg0d commented on code in PR #1838: URL: https://github.com/apache/cassandra-gocql-driver/pull/1838#discussion_r1824165440
########## marshal.go: ########## @@ -333,7 +333,7 @@ func marshalVarchar(info TypeInfo, value interface{}) ([]byte, error) { case k == reflect.Slice && t.Elem().Kind() == reflect.Uint8: return rv.Bytes(), nil } - return nil, marshalErrorf("can not marshal %T into %s", value, info) + return nil, marshalErrorf("can not marshal %T into %s. Accepted types: Marshaler, string, []byte, unsetColumn.", value, info) Review Comment: I meant to change unsetColumn to UnsetValue, not to delete it at all -- 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