Dmitry Kropachev
Dmitry Kropachev
It happens because attempts are storred on query struct, if you change your code from: ``` for i := 0; i
Fix: https://github.com/apache/cassandra-gocql-driver/pull/1885
> I test errors during reads not during inserts. And it seems that I am doing a very similar thing: > > ``` > query = session.Query("select b from k8stest.test...
@nyh, how client suppose to work in this setup, are these co-nodes getting deployed to a special co-datacenter/rack and clients are targeting this datacenter/rack ?
Update: 1. Implemented test for it in https://github.com/scylladb/gocql/pull/212 1. Behavior that is mentioned on [stackoverflow](https://stackoverflow.com/questions/78544921/gocql-allow-filtering-returns-empty-records-with-page-size) is not observed 2. But I have found what could have probably confused the user,...
> Is the iterator in the Go API for pages or for individual rows? If it's for rows, it can't return nothing, it needs to return a row. Even if...
Fixed in https://github.com/scylladb/gocql/pull/212
> LGTM. Please, make it up to date, make the notation to the CHANGELOG.md, and change the commit message according to the CONTRIBUTING.md. The commit message format should be: >...
> General Q: shouldn't we have advertised it to the client that we support this feature? > > ``` > 11:36:45.266 DEBUG> Parsing sharding info from message options {'COMPRESSION': ['lz4',...
@estr0gen , can you please provide a code example.