jameshartig commented on PR #1855:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1855#issuecomment-2948456977

   I made the metadata methods not error on unknown types and instead return 
the unknownTypeInfo since it didn't feel right to be erroring just because some 
return type on a function isn't known.
   
   I also changed `Params(proto int) []reflect.Type` to `Params(proto int) 
[]interface{}` because making the public API handle `reflect.Type` seemed odd 
and unlike any other public API but it also ended up speeding up the relevant 
framer methods. @joao-r-reis let me know if that makes sense to you.


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

Reply via email to