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

Appearance settings
This repository was archived by the owner on May 7, 2026. It is now read-only.

chore: librarian release pull request: 20260217T233413Z#2461

Merged
tswast merged 1 commit into
maingoogleapis/python-bigquery-dataframes:mainfrom
librarian-20260217T233413Zgoogleapis/python-bigquery-dataframes:librarian-20260217T233413ZCopy head branch name to clipboard
Feb 18, 2026
Merged

chore: librarian release pull request: 20260217T233413Z#2461
tswast merged 1 commit into
maingoogleapis/python-bigquery-dataframes:mainfrom
librarian-20260217T233413Zgoogleapis/python-bigquery-dataframes:librarian-20260217T233413ZCopy head branch name to clipboard

Conversation

@sycai

@sycai sycai commented Feb 17, 2026

Copy link
Copy Markdown
Contributor

PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.

Librarian Version: v0.7.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:1a2a85ab507aea26d787c06cc7979decb117164c81dd78a745982dfda80d4f68

bigframes: 2.36.0

2.36.0 (2026-02-17)

Features

Documentation

@sycai sycai requested review from a team and chelsea-lin February 17, 2026 23:34
@product-auto-label product-auto-label Bot added the size: s Pull request size is small. label Feb 17, 2026
@product-auto-label product-auto-label Bot added the api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. label Feb 17, 2026
@sycai sycai requested a review from shuoweil February 17, 2026 23:35
@chelsea-lin

Copy link
Copy Markdown
Contributor

The e2e has two failures. Can we double-check whether these are release blockers before proceeding.

FAILED tests/system/small/test_session.py::test_read_csv_for_names - FileNotF...
FAILED tests/system/small/test_session.py::test_read_csv_for_names_less_than_columns

@sycai

sycai commented Feb 18, 2026

Copy link
Copy Markdown
Contributor Author

The e2e has two failures. Can we double-check whether these are release blockers before proceeding.

FAILED tests/system/small/test_session.py::test_read_csv_for_names - FileNotF...
FAILED tests/system/small/test_session.py::test_read_csv_for_names_less_than_columns

After debugging with @chelsea-lin we found that gcsfs 2026.2.0 was still installed even though it has been excluded in #2445.

Judging from the continuous e2e test history, these two tests are flaky. So I think they should not block the release.

@tswast

tswast commented Feb 18, 2026

Copy link
Copy Markdown
Contributor

The e2e has two failures. Can we double-check whether these are release blockers before proceeding.

FAILED tests/system/small/test_session.py::test_read_csv_for_names - FileNotF...
FAILED tests/system/small/test_session.py::test_read_csv_for_names_less_than_columns

After debugging with @chelsea-lin we found that gcsfs 2026.2.0 was still installed even though it has been excluded in #2445.

Judging from the continuous e2e test history, these two tests are flaky. So I think they should not block the release.

FAILED tests/system/small/test_session.py::test_read_csv_for_names - FileNotF...
FAILED tests/system/small/test_session.py::test_read_csv_for_names_less_than_columns
2 failed, 3544 passed, 32 skipped, 42 xfailed, 3 xpassed, 504 warnings in 803.63s (0:13:23)
nox > Command py.test --quiet -n=20 --timeout=600 --junitxml=small_prerelease_3.13_sponge_log.xml --cov=bigframes --cov=tests/system/small --cov-append --cov-config=.coveragerc --cov-report=term-missing --cov-fail-under=0 tests/system/small --ignore=tests/system/small/functions/test_remote_function.py failed with exit code 1
nox > Session system_prerelease failed.
nox > Ran 3 sessions in an hour:
nox > * e2e: success, took 41 minutes
nox > * unit_prerelease: success, took 5 minutes
nox > * system_prerelease: failed, took 17 minutes

The prerelease tests intentionally ignore setup.py, so this is expected. Please file an issue on the gcsfs repo if we haven't already.

@tswast

tswast commented Feb 18, 2026

Copy link
Copy Markdown
Contributor

Given that e2e passed, let's merge this. We should consider pulling the prerelease tests into a separate non-blocking kokoro job.

@tswast tswast merged commit 5c91fb6 into main Feb 18, 2026
22 of 24 checks passed
@tswast tswast deleted the librarian-20260217T233413Z branch February 18, 2026 15:34
@sycai

sycai commented Feb 18, 2026

Copy link
Copy Markdown
Contributor Author

The e2e has two failures. Can we double-check whether these are release blockers before proceeding.

FAILED tests/system/small/test_session.py::test_read_csv_for_names - FileNotF...
FAILED tests/system/small/test_session.py::test_read_csv_for_names_less_than_columns

After debugging with @chelsea-lin we found that gcsfs 2026.2.0 was still installed even though it has been excluded in #2445.
Judging from the continuous e2e test history, these two tests are flaky. So I think they should not block the release.

FAILED tests/system/small/test_session.py::test_read_csv_for_names - FileNotF...
FAILED tests/system/small/test_session.py::test_read_csv_for_names_less_than_columns
2 failed, 3544 passed, 32 skipped, 42 xfailed, 3 xpassed, 504 warnings in 803.63s (0:13:23)
nox > Command py.test --quiet -n=20 --timeout=600 --junitxml=small_prerelease_3.13_sponge_log.xml --cov=bigframes --cov=tests/system/small --cov-append --cov-config=.coveragerc --cov-report=term-missing --cov-fail-under=0 tests/system/small --ignore=tests/system/small/functions/test_remote_function.py failed with exit code 1
nox > Session system_prerelease failed.
nox > Ran 3 sessions in an hour:
nox > * e2e: success, took 41 minutes
nox > * unit_prerelease: success, took 5 minutes
nox > * system_prerelease: failed, took 17 minutes

The prerelease tests intentionally ignore setup.py, so this is expected. Please file an issue on the gcsfs repo if we haven't already.

@TrevorBergeron has pointed out the potential cause fsspec/filesystem_spec#1990. Looks like it has already been fixed last week.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. release:done size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.