Permalink
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v2.0.0
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v2.1.0
Choose a head ref
  • 8 commits
  • 14 files changed
  • 9 contributors

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. test: update tests to support latest google-cloud-core (#276)

    `google-cloud-core` version 1.4.2 populates `prettyPrint=false` by
    default. Update the connection tests to expect a value for
    `prettyPrint`.
    @tswast
    tswast authoredOct 6, 2020
    Configuration menu
    Copy the full SHA
    9da28e5View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9090e1cView commit details
    Browse the repository at this point in the history
  3. docs(samples): add create_table_clustered code snippet (#291)

    * docs(samples): add create_table_clustered code snippet
    
    * docs(samples): add create_table_clustered code snippet
    
    * fix unit test and lint
    
    Co-authored-by: Tim Swast <[email protected]>
    ryanyuan and tswast authoredOct 6, 2020
    Configuration menu
    Copy the full SHA
    d1eb8b3View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. perf: remove redundant array deepcopy (#26)

    * perf(bigquery): remove redundant array deepcopy
    
    deepcopy can be a very costly operation when considering large arrays with complex nested objects.
    refactor helpers to allow recursive conversion without copying arrays.
    
    * add check to ignore REPEATED mode
    
    * Update google/cloud/bigquery/_helpers.py
    
    Co-authored-by: Bu Sun Kim <[email protected]>
    
    Co-authored-by: Tres Seaver <[email protected]>
    Co-authored-by: Tim Swast <[email protected]>
    Co-authored-by: Bu Sun Kim <[email protected]>
    4 people authoredOct 7, 2020
    Configuration menu
    Copy the full SHA
    b54f867View commit details
    Browse the repository at this point in the history
  2. chore(python): skip reporting coverage for namespace package (#279)

    * chore(python): remove note about editable installs
    
    `pip install -e .` is supported and is how we install the library for tests.
    
    Source-Author: Bu Sun Kim <[email protected]>
    Source-Date: Tue Sep 22 12:06:12 2020 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8d
    Source-Link: googleapis/synthtool@a651c5f
    
    * chore(python): skip reporting coverage for namespace package
    
    Source-Author: Tres Seaver <[email protected]>
    Source-Date: Wed Sep 23 10:58:13 2020 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: f3c04883d6c43261ff13db1f52d03a283be06871
    Source-Link: googleapis/synthtool@f3c0488
    
    Co-authored-by: Tim Swast <[email protected]>
    yoshi-automation and tswast authoredOct 7, 2020
    Configuration menu
    Copy the full SHA
    31644d3View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. fix: remove unnecessary dependency on libcst (#308)

    * fix: remove unnecessary dependency on libcst
    
    * remove scripts
    
    Co-authored-by: Steffany Brown <[email protected]>
    tswast and steffnay authoredOct 8, 2020
    Configuration menu
    Copy the full SHA
    c055930View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
Loading