tengu-alt commented on issue #517: URL: https://github.com/apache/cassandra-gocql-driver/issues/517#issuecomment-2598253514
@gouthamve UDT does not support `omitempty` like `JSON`, all files must exist, so I think there is no sense in implementing support for it. gocql itself will overwrite non-filled values by default. As [Cassandra doc](https://cassandra.apache.org/doc/3.11/cassandra/cql/types.html#udt-literals) says: UDT can omit some fields (these will be set to `NULL`) -- 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]
