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
Method get_query_rows in client.py ignores the argument limit when page_token is not None. What this means is that when a query returns enough rows to require pagination, the rows returned will be the first limit of each page. This goes against the intuitive behavior which would be to only return limit rows.