You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am doing a query_page with a queryInput with a limit of Some(1), expecting it return only one item, but I am getting hundreds back. I looked at other library and it seems that limit needs to be handled by the pagination layer (see boto/boto3#1656 for example). Or am I mis understanding this?
Thanks
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. I can take a look. This crate uses the continuation tokens dynamodb returns to know when there is another page to fetch. I'll take a closer look and see if I cant reproduce the issue
Hi all
I am doing a query_page with a queryInput with a limit of Some(1), expecting it return only one item, but I am getting hundreds back. I looked at other library and it seems that limit needs to be handled by the pagination layer (see boto/boto3#1656 for example). Or am I mis understanding this?
Thanks
The text was updated successfully, but these errors were encountered: