Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v3.20.1
Choose a base ref
Loading
...
head repository:googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v3.21.0
Choose a head ref
Loading
  • 13commits
  • 32files changed
  • 13contributors

Commits on Apr 3, 2024

  1. fix: creates linting-typing.cfg in presubmit (#1881)

    * creates linting-typing.cfg in presubmit* attempt to filter out linting and typing tests from presubmit* lints and blackens this commit* revise environmental variables* Update noxfile.py* Update noxfile.py* Update noxfile.py* Update noxfile.py* Update noxfile.py* Update noxfile.py* Update .kokoro/presubmit/linting-typing.cfg* Update .kokoro/presubmit/linting-typing.cfg* Update .kokoro/presubmit/linting-typing.cfg* Update .kokoro/presubmit/presubmit.cfg* Update .kokoro/presubmit/presubmit.cfg
    @chalmerlowe
    chalmerlowe authoredApr 3, 2024
    Configuration menu
    Copy the full SHA
    c852c15View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. chore(deps): update all dependencies (#1882)

    * chore(deps): update all dependencies* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* pin pycparser==2.21 for python 3.7---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    @renovate-bot@gcf-owl-bot
    @chalmerlowe@Linchin
    4 people authoredApr 8, 2024
    Configuration menu
    Copy the full SHA
    d08ca70View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. feat: support RANGE in queries Part 1: JSON (#1884)

    * feat: support range in queries as dict* fix sys tests* lint* fix typo
    @Linchin
    Linchin authoredApr 10, 2024
    Configuration menu
    Copy the full SHA
    3634405View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    38697fbView commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#1891)

    * chore(deps): update all dependencies* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* revert pinned requirement version and add triple equal"===" prevents dependabot from attempting to upgrade it in the future---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    @renovate-bot@gcf-owl-bot@Linchin
    3 people authoredApr 11, 2024
    Configuration menu
    Copy the full SHA
    19394abView commit details
    Browse the repository at this point in the history
  3. feat: Add compression option ZSTD. (#1890)

    * Add ZSTD to compression types* feat: adds tests re Compression types* revise datatype from Enum to object* adds license text and docstring* change object back to enum datatype* updates compression object comparison* updates Compression class* jsonify and sort the input and output for testing* Update tests/unit/job/test_extract.py* moved json import statement* removed enums test and file---------Co-authored-by: Ethan Steinberg <ethan.steinberg@gmail.com>Co-authored-by: Tim Sweña (Swast) <swast@google.com>
    @chalmerlowe@EthanSteinberg@tswast
    3 people authoredApr 11, 2024
    Configuration menu
    Copy the full SHA
    5ed9cceView commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    5c6f7d9View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#1893)

    * chore(deps): update all dependencies* 🦉 Updates from OwlBot post-processorSeehttps://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>Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    @renovate-bot@gcf-owl-bot@chalmerlowe
    3 people authoredApr 12, 2024
    Configuration menu
    Copy the full SHA
    88501c0View commit details
    Browse the repository at this point in the history
  3. chore(python): bump idna from 3.4 to 3.7 in .kokoro (#1897)

    * chore(python): bump idna from 3.4 to 3.7 in .kokoroSource-Link:googleapis/synthtool@d50980ePost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5a4c19d17e597b92d786e569be101e636c9c2817731f80a5adec56b2aa8fe070* Apply changes fromgoogleapis/synthtool#1950---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    @gcf-owl-bot@chalmerlowe@parthea
    4 people authoredApr 12, 2024
    Configuration menu
    Copy the full SHA
    a0fddbbView commit details
    Browse the repository at this point in the history
  4. fix: Remove duplicate key time_partitioning from Table._PROPERTY_TO_A… (

    #1898)…PI_FIELDThank 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 #<issue_number_goes_here> 🦕
    @toransahu
    toransahu authoredApr 12, 2024
    Configuration menu
    Copy the full SHA
    82ae908View commit details
    Browse the repository at this point in the history
  5. fix: add types to DatasetReference constructor (#1601)

    * fix: add types to DatasetReference constructor* fix: add types to DatasetReference constructor* fix: DatasetReference.from_string test coverage---------Co-authored-by: Karel Serruys <karel.serruys@foodpairing.com>Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>Co-authored-by: meredithslota <meredithslota@google.com>Co-authored-by: Tim Sweña (Swast) <swast@google.com>
    @karelserruys-foodpairing@chalmerlowe
    @meredithslota@tswast
    5 people authoredApr 12, 2024
    Configuration menu
    Copy the full SHA
    bf8861cView commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fix: avoid unnecessary API call in QueryJob.result() when job is alre…

    …ady finished (#1900)fix: retry query job after ambiguous failuresCo-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    @tswast@chalmerlowe
    tswast andchalmerlowe authoredApr 18, 2024
    Configuration menu
    Copy the full SHA
    1367b58View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.21.0 (#1883)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    @release-please
    release-please[bot] authoredApr 18, 2024
    Configuration menu
    Copy the full SHA
    bd0814cView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp