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


##########
example_lwt_batch_test.go:
##########
@@ -72,7 +72,7 @@ func ExampleSession_MapExecuteBatchCAS() {
                        Args: []interface{}{"B", "pk1", "ck2", ck2Version},
                })
                m := make(map[string]interface{})
-               applied, iter, err := b.WithContext(ctx).MapExecCAS(m)
+               applied, iter, err := b.MapExecCAS(m)

Review Comment:
   nit: I think here should be shown an example context api as in other 
examples.
   
   `applied, iter, err := b.MapExecCASContext(ctx, m)`



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