OleksiienkoMykyta commented on issue #1053: URL: https://github.com/apache/cassandra-gocql-driver/issues/1053#issuecomment-2668804979
gocql still can't handle UDT natively. We should provide Fetching UDT definitions from system_schema.types, as Martin mentioned. Dynamically parsing and mapping UDTs into Go structs. Extending gocql’s marshaling/unmarshaling logic to handle UDTs seamlessly or do it separately to prevent backward compatibility issues. Also, we should be aware of synchronization issues like race conditions, stale data, etc. I would say it is still relevant; maybe it should be provided to v2? -- 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]
