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


##########
conn.go:
##########
@@ -1394,14 +1578,18 @@ func (c *Conn) executeQuery(ctx context.Context, qry 
*Query) *Iter {
                params.skipMeta = !(c.session.cfg.DisableSkipMetadata || 
qry.disableSkipMetadata)

Review Comment:
   Can you update this like I did in #1852 or we can just merge that MR since I 
don't think it'll conflict? We shouldn't be sending skipMeta if we didn't get 
it from the prepare. @joao-r-reis 



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