Argument limit ignored in get_query_rows
mdanieli opened this issue · 1 comments
mdanieli commented
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.
tylertreat commented
Yes, this looks like a bug. I'm pretty busy at the moment but would be happy to accept a PR. Otherwise I will fix it when I can.