Dipesh KC

Results 4 issues of Dipesh KC

File Location `types -> services -> methods.go -> OnlineSince`

`"entityMap":{"0":{"type":"IMAGE","mutability":"MUTABLE","data":{"src":"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRWO_UAe27eAhTik2ggPbzKGQfuXD1oVosA_Q&usqp=CAU","height":"auto","width":"auto","alignment":"right"}}} `

During `NewSession` followed by `init`, `AddHosts` is called in the policy before `useSystemSchema` is set. ``` if v, ok := s.policy.(bulkAddHosts); ok { v.AddHosts(hosts) } ``` So, `getKeyspaceMetadata` called by...

Added RetryPolicy to set the retry policy per-query, which gocql supports.