Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: avoid extra API calls from to_dataframe if all rows are cached #384

Merged
merged 1 commit into from Nov 11, 2020

Commits on Nov 11, 2020

  1. perf: avoid extra API calls from to_dataframe if all rows are cached

    Follow-up to previous PR, which cached the first page of
    `getQueryResults`. If the first page is the only page (no `pageToken`),
    then it is unnecessary to make extra API calls from `to_dataframe` or
    `to_arrow` to the BigQuery Storage API.
    tswast committed Nov 11, 2020
    Copy the full SHA
    0912b88 View commit details
    Browse the repository at this point in the history