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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigQuery: Complete the to_arrow() method feature request #8693

Merged
merged 4 commits into from
Jul 17, 2019

Commits on Jul 17, 2019

  1. Configuration menu
    Copy the full SHA
    c04be44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d2f3d5 View commit details
    Browse the repository at this point in the history
  3. Add test for to_*() method signature compatibility

    The method signatures for to_arrow() and to_dataframe() methods in the
    job.QueryJob and table.RowIterator classes must match to present a
    consistent API for users.
    plamut committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    a5d425e View commit details
    Browse the repository at this point in the history
  4. Skip method signature test in old Pythons

    inspect.signature() method is only available in older Python versions
    plamut committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    535e1dd View commit details
    Browse the repository at this point in the history