jameshartig commented on code in PR #1855:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1855#discussion_r2128991591


##########
marshal.go:
##########
@@ -2404,12 +2660,139 @@ type UDTUnmarshaler interface {
        UnmarshalUDT(name string, info TypeInfo, data []byte) error
 }
 
-func marshalUDT(info TypeInfo, value interface{}) ([]byte, error) {
-       udt := info.(UDTTypeInfo)
+type udtCQLType struct {
+       types *RegisteredTypes
+}

Review Comment:
   Yeah I envision a `RegisterUDT` in the future but we can wait until post-2.0 
for that.



-- 
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

Reply via email to