Robert van Gent

Results 127 comments of Robert van Gent

This is hard to debug from here, can you use gohack and add some Printfs in the relevant code to see what's happening? In here: https://github.com/google/go-cloud/blob/master/docstore/awsdynamodb/query.go#L472 Specifically it would be...

Are you using `Offset` at all?

@bartventer I think there's a bug in `Offset` that may be causing both of these issues. Example: * Let's say `Offset` is 10. * We do the initial `it.qr.run` in...

Hrm that damages my theory, but I still think there's a bug in those. @thisisaaronland it would be really helpful if you could provide some debugging info as requested above,...

Per AWS, "A Query operation can return an empty result set and a LastEvaluatedKey if all the items read for the page of results are filtered out." I think we're...

Can you try again, I made some changes. If it doesn't work let me know, printfs... On Thu, Mar 21, 2024, 6:16 PM Aaron Straup Cope ***@***.***> wrote: > I...

Any updates here @thisisaaronland ?

Out of curiousity, why do you need to set this?