neuecc / LINQ-to-BigQuery

LINQ to BigQuery is C# LINQ Provider for Google BigQuery. It also enables Desktop GUI Client with LINQPad and plug-in driver.
MIT License
85 stars 16 forks source link

Queries only return the first 10000 rows due to paging. #33

Closed greigs closed 9 years ago

greigs commented 9 years ago

BigQuery splits pages of results into 10000 by default, regardless of MaxResults. I have modified the code to allow result set pages to be combined when the result size is > 10000. The commit is here: https://github.com/greigs/LINQ-to-BigQuery/commit/fced9060853e7b27bfdb8cba34d64a3d706afa81

greigs commented 9 years ago

More information about this: http://stackoverflow.com/a/14807770/1102234

neuecc commented 9 years ago

Thank you! I'll check soon.

neuecc commented 9 years ago

Sorry for extreme lated. I've added.

neuecc commented 9 years ago

Today I released 0.6.1 and its included.