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.31.0
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.32.0
Choose a head ref
Loading
  • 17commits
  • 30files changed
  • 11contributors

Commits on Mar 27, 2025

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

    * chore(deps): update all dependencies* pin ipython===8.18.1 for python 3.9---------Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    @renovate-bot@Linchin
    renovate-bot andLinchin authoredMar 27, 2025
    Configuration menu
    Copy the full SHA
    4e618e5View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

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

Commits on Apr 1, 2025

  1. fix: empty record dtypes (#2147)

    * fix: empty record dtypes* update pandas minimum version* fix coverage* fix test_pandas---------Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    @yokomotod@Linchin
    yokomotod andLinchin authoredApr 1, 2025
    Configuration menu
    Copy the full SHA
    77d7173View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. chore(deps): update dependency shapely to v2.1.0 (#2155)

    * chore(deps): update dependency shapely to v2.1.0* pin Shapely===2.0.7 for python 3.9---------Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    @renovate-bot@Linchin
    renovate-bot andLinchin authoredApr 3, 2025
    Configuration menu
    Copy the full SHA
    c2343ddView commit details
    Browse the repository at this point in the history
  2. fix: table iterator should not use bqstorage when page_size is not No…

    …ne (#2154)* fix: table iterator should not use bqstorage when page_size is not None* fix dbapi cursor tests
    @chelsea-lin
    chelsea-lin authoredApr 3, 2025
    Configuration menu
    Copy the full SHA
    e89a707View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency typing-extensions to v4.13.1 (#2156)

    Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    @renovate-bot@Linchin
    renovate-bot andLinchin authoredApr 3, 2025
    Configuration menu
    Copy the full SHA
    ae632c5View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. feat: add preview support for incremental results (#2145)

    * feat: add preview support for incremental resultsPlumbs support to enable incremental results.* fastpath allow* add fastquery test* lint* lint* blacken
    @shollyman
    shollyman authoredApr 10, 2025
    Configuration menu
    Copy the full SHA
    22b80bbView commit details
    Browse the repository at this point in the history
  2. chore(python): remove .gitignore from templates (#2160)

    * chore(python): remove .gitignore from templatesSource-Link:googleapis/synthtool@419d94cPost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* remove replacement in owlbot.py---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    @gcf-owl-bot@parthea
    3 people authoredApr 10, 2025
    Configuration menu
    Copy the full SHA
    b162288View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. test: adds pytest-xdist to speed up processing of CI/CD checks (#2153)

    * experimentation using pytest-xdist* adds pytest-xdist to nox system session for experimentation* adds pytest-xdist install AND -n=auto argument* updates sample noxfiles* updates pytest version in requirements-test.txt files* Update samples/notebooks/requirements-test.txt* Update samples/notebooks/requirements-test.txt
    @chalmerlowe
    chalmerlowe authoredApr 11, 2025
    Configuration menu
    Copy the full SHA
    1cabacbView commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. feat: adds condition class and assoc. unit tests (#2159)

    * feat: adds condition class and assoc. unit tests* Updates two test cases for empty string
    @chalmerlowe
    chalmerlowe authoredApr 16, 2025
    Configuration menu
    Copy the full SHA
    a69d6b7View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. fix:query() now warns whenjob_id is set and the default `job_re…

    …try` is ignored (#2167)* fix: `query()` now warns when `job_id` is set and the default `job_retry` is ignored* Update google/cloud/bigquery/client.py* allow None for job_retry in code path that calls jobs.query from client.query* allow None for job_retry in code path that calls jobs.query from client.query* Update tests/unit/test_job_retry.py
    @tswast
    tswast authoredApr 24, 2025
    Configuration menu
    Copy the full SHA
    ca1798aView commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. feat: support BigLakeConfiguration (managed Iceberg tables) (#2162)

    * feat: support BigLakeConfiguration (managed Iceberg tables)This PR adds the BigLakeConfiguration class to tables, and the necessaryproperty mappings from Table.  It also adds some utility enums(BigLakeFileFormat, BigLakeTableFormat) to more easily communicateavailable values for configuraiton.
    @shollyman
    shollyman authoredApr 25, 2025
    Configuration menu
    Copy the full SHA
    a1c8e9aView commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. feat: Update the AccessEntry class with a new condition attribute and…

    … unit tests (#2163)* feat: adds condition class and assoc. unit tests* Updates AccessEntry with condition setter/getter* Adds condition attr to AccessEntry and unit tests* adds tests for Condition dunder methods to ensure coverage* moves the entity_type logic out of _from_api_repr to entity_type setter* Updates logic in entity_type getter* updates several AccessEntry related tests* Updates AccessEntry condition setter test to use a dict* udpates entity_id handling* Updates _entity_type access* tweaks type hinting* Update tests/unit/test_dataset.py* Update tests/unit/test_dataset.py* Updates DatasetReference in test and __eq__ check* remove debug print statement
    @chalmerlowe
    chalmerlowe authoredApr 29, 2025
    Configuration menu
    Copy the full SHA
    7301667View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. feat: add dataset access policy version attribute (#2169)

    * feat: adds condition class and assoc. unit tests* Updates two test cases for empty string* Updates tests for clarity* Updates access_policy_version setter and unittest
    @chalmerlowe
    chalmerlowe authoredMay 1, 2025
    Configuration menu
    Copy the full SHA
    b7656b9View commit details
    Browse the repository at this point in the history
  2. feat: add WRITE_TRUNCATE_DATA enum (#2166)

    This PR documents the new WRITE_TRUNCATE_DATA write disposition by adding the enum value.internal issue: b/406848221
    @shollyman
    shollyman authoredMay 1, 2025
    Configuration menu
    Copy the full SHA
    4692747View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

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

    * chore(deps): update all dependencies* Update samples/geography/requirements.txt---------Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    @renovate-bot@chalmerlowe
    renovate-bot andchalmerlowe authoredMay 12, 2025
    Configuration menu
    Copy the full SHA
    5c8e917View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.32.0 (#2152)

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

[8]ページ先頭

©2009-2025 Movatter.jp