lukasz-antoniak commented on code in PR #1828:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1828#discussion_r1822942040


##########
metadata.go:
##########
@@ -947,11 +947,11 @@ func getColumnMetadata(session *Session, keyspaceName 
string) ([]ColumnMetadata,
        return columns, nil
 }
 
-func getTypeInfo(t string, logger StdLogger) TypeInfo {
+func getTypeInfo(t string, protoVer byte, logger StdLogger) TypeInfo {
        if strings.HasPrefix(t, apacheCassandraTypePrefix) {
                t = apacheToCassandraType(t)

Review Comment:
   Indeed, as always great review. Updated.



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