worryg0d commented on code in PR #1942:
URL: 
https://github.com/apache/cassandra-gocql-driver/pull/1942#discussion_r3109558056


##########
session.go:
##########
@@ -149,6 +149,15 @@ func NewSession(cfg ClusterConfig) (*Session, error) {
                return nil, fmt.Errorf("the default SerialConsistency level is 
not allowed to be anything else but SERIAL or LOCAL_SERIAL. Recived value: %v", 
cfg.SerialConsistency)
        }
 
+       logger := cfg.newLogger()

Review Comment:
   What is returned by the driver is basically what has been written to the DB:
   1. UDT with null fields in DB - gocql decodes as a map with key pairs 
`field_1 = nil`, `field_n => nil`
   2. If UDT is null in DB - gocql decodes it as a nil map



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