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 Loading
base: v3.22.0
Choose a base ref
...
head repository: googleapis/python-bigquery Loading
compare: v3.23.0
Choose a head ref
  • 6 commits
  • 18 files changed
  • 6 contributors

Commits on May 6, 2024

  1. feat: support insertAll for range (#1909)

    * feat: support insertAll for range
    
    * revert INTERVAL regex
    
    * lint
    
    * add unit test
    
    * lint
    Linchin committed May 6, 2024
    Configuration menu
    Copy the full SHA
    74e75e8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fix: add pyarrow version check for range support (#1914)

    * fix: add pyarrow version check for range support
    
    * add comment why we are making a separate constant
    
    ---------
    
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    Linchin and tswast committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a86d7b9 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. fix: edit presubmit for to simplify configuration (#1915)

    * add new presubmit for test purposes
    
    * add additional sessions
    
    * Update .kokoro/presubmit/presubmit-2.cfg
    
    * Update .kokoro/presubmit/presubmit-2.cfg
    
    * added timer to nox sessions
    
    * Update .kokoro/presubmit/presubmit-2.cfg
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * removes references to most environment variables
    
    * testing the use of base names for the nox sessions
    
    * removes references to unneeded linting and typing env variables
    
    * change file name and update env_vars in presubmit-2
    
    * remove timed decorators
    
    * revert several files
    
    * Update noxfile.py
    
    * remove test, remove unneeded vars, etc
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    chalmerlowe and gcf-owl-bot[bot] committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b739596 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. feat: adds timer decorator to facilitate debugging (#1917)

    * feat: adds timer decorator to sessions
    
    * updates _calculate_duration function
    
    * 🦉 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 May 16, 2024
    Configuration menu
    Copy the full SHA
    ea750e0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#1916)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update samples/geography/requirements.txt
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Chalmer Lowe <[email protected]>
    3 people committed May 16, 2024
    Configuration menu
    Copy the full SHA
    01fc0ef View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.23.0 (#1911)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Chalmer Lowe <[email protected]>
    release-please[bot] and chalmerlowe committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a429e8f View commit details
    Browse the repository at this point in the history
Loading