Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery
base: v3.14.1
Choose a base ref
...
head repository: googleapis/python-bigquery
compare: v3.15.0
Choose a head ref
  • 11 commits
  • 23 files changed
  • 11 contributors

Commits on Dec 14, 2023

  1. fix: Deserializing JSON subfields within structs fails (#1742)

    … for deserializing json subfields from bigquery, this adds support for that.
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #[1500](https://togithub.com/googleapis/python-bigquery/issues/1500) 🦕
    ericapetersson committed Dec 14, 2023
    1 Configuration menu
    Copy the full SHA
    0d93073 View commit details
    Browse the repository at this point in the history
  2. chore: use freezegun to mock time in retry tests (#1753)

    * chore: use freezegun to mock time in retry tests
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    daniel-sanche and gcf-owl-bot[bot] committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c3b89fd View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. ci: update required checks (#1749)

    * ci: update required checks
    
    * (test) remove retry from datetime_helpers path
    
    ---------
    
    Co-authored-by: Lingqing Gan <[email protected]>
    parthea and Linchin committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    fdd580f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. fix: load_table_from_dataframe for higher scale decimal (#1703)

    * fix: load_table_from_dataframe for higher scale decimal
    
    * Update test_client.py
    
    * fix test_load_table_from_dataframe_w_higher_scale_decimal128_datatype
    
    ---------
    
    Co-authored-by: Lingqing Gan <[email protected]>
    Gaurang033 and Linchin committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b9c8be0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    02a7d12 View commit details
    Browse the repository at this point in the history
  2. perf: DB-API uses more efficient query_and_wait when no job ID is p…

    …rovided (#1747)
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #1745  🦕
    tswast committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d225a94 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Update README.rst (#1743)

    Move instructions off deprecated module.
    
    Co-authored-by: Chalmer Lowe <[email protected]>
    nickmarx12345678 and chalmerlowe committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a65aaa6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. fix: Due to upstream change in dataset, updates expected results (#1761)

    * Due to upstream change in dataset, updates expected results
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    chalmerlowe and gcf-owl-bot[bot] committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    132c14b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. feat: support RANGE in schema (#1746)

    * feat: support RANGE in schema
    
    * lint
    
    * fix python 3.7 error
    
    * remove unused test method
    
    * address comments
    
    * add system test
    
    * correct range json schema
    
    * json format
    
    * change system test to adjust to upstream table
    
    * fix systest
    
    * remove insert row with range
    
    * systest
    
    * add unit test
    
    * fix mypy error
    
    * error
    
    * address comments
    Linchin committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8585747 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    c0de695 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.15.0 (#1752)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    575f7fc View commit details
    Browse the repository at this point in the history