jameshartig commented on PR #1855: URL: https://github.com/apache/cassandra-gocql-driver/pull/1855#issuecomment-2948015995
@joao-r-reis I just realized the Unmarshal docs say: > // If value is a pointer to pointer, it is set to nil if the CQL value is > // null. Otherwise, nulls are unmarshalled as zero value. We might want to clarify that because that could be read as the "zero value" for the column and not the "zero value" for the Go type. Thoughts? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

