Skip to content

Conversation

@lesterhaynes
Copy link

Please add a meaningful description for your change here


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI.

dependabot bot and others added 21 commits December 10, 2025 11:38
…37029)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.5.0...2.6.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…37027)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.5.0...2.6.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.5.0...2.6.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.9.0 to 1.11.0.
- [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-cli@rel/commons-cli-1.9.0...rel/commons-cli-1.11.0)

---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [transformers](https://github.com/huggingface/transformers) from 4.36.0 to 4.53.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.36.0...v4.53.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-version: 4.53.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* first try for updated tox

* Update tox.ini

---------

Co-authored-by: tvalentyn <tvalentyn@users.noreply.github.com>
Co-authored-by: damccorm <actions@main-runner-frrkx-8qxsk.local>
* Revert "Unpin the pip version in setupVirtualenv (#36745)"

This reverts commit 0274331.

* Trigger previously failed workflow.
)

Bumps google.golang.org/protobuf from 1.36.10 to 1.36.11.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Allow inference args to be passed in for most cases

* CHANGES

* tests

* yapf
This change replaces the now unmaintained `gradle/gradle-build-action` with `gradle/actions/setup-gradle`.

Also remove the unmaintained `gradle/wrapper-validation-action` w/o a replacement, assuming #36771 is going in.
…layground example

convert cogroupbykey static example to a playground example
#37101)

* Pass options in DaskOptions inheritance hierarchy only for Dask runner

* address comments
damccorm and others added 30 commits February 4, 2026 16:14
* Fix linting/compilation violation

* fmt
* Increment Pyarrow Bounds

* fix dynamic work rebalancing test

* fix pandas pin
* Add tagged typehint support.

* Just warn when bare tagged output

* Remove contains tagged output check.

* Mapped bare TaggedOutput to Any

* Extract tagged outputs after strip_iterable.
* [#37279] Document Ubuntu 24.04 Python version requirements

Ubuntu 24.04 defaults to Python 3.12 and lacks python3.10, python3.11,
and python3.13 commands in default repositories. This causes build
failures when running Python SDK test suites.

Added documentation explaining:
- Which Python versions are missing on Ubuntu 24.04
- Common error messages developers will encounter
- Workarounds using pyenv or symlinks

Fixes #37279

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Remove Ubuntu 24.04 specific reference, make error message generic

Address review feedback: the Python version error is not Ubuntu-specific,
so remove the distro mention and keep the generic error message and fix.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
…eIO. (#37463)

* Address circular dependencies.

* Fix formatting.

* Fix tests.

* Fix lint.

* Remove unused import.

* Resolve circular dependency without removing __repr__.

* Fix formatting.

* Remove nextmark_json_util and move all its methods into nextmark_model.

* Restore millis_to_timestamp.

* Plumb custom batch params and add tests.

* Fix formatting and imports.

* Fix imports and test.

* Add missing import.

* Add another test case for byte count.

* Added checks for positive values.
* Also fix stale bot closing pinned issue
* Update RunInference to work with model manager

* Fix lint

* More lint

* Add unittest main call

* Update sdks/python/apache_beam/ml/inference/base.py

Co-authored-by: Danny McCormick <dannymccormick@google.com>

* Update sdks/python/apache_beam/ml/inference/base_test.py

Co-authored-by: Danny McCormick <dannymccormick@google.com>

* Add some comments explaining the model loading logistics

* Update name in tests as well

---------

Co-authored-by: Danny McCormick <dannymccormick@google.com>
* Draft of updated lock notify

* Complete queue ticket implementation

* Remove redudant warning log
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.34.0 to 0.35.0.
- [Commits](golang/oauth2@v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…7467)

* feat: Introduce agent skills for various Apache Beam development areas, including Java, Python, I/O connectors, and runners.

* added headers

* docs: Add license compliance skill documentation and update the skills README.

* build: Exclude pytest cache files from the build configuration.

* style: Remove trailing whitespace in skill documentation files.

* docs: Update CI/CD skill documentation to reflect new workflow triggering methods and add a link to the main agent skills documentation.
* Exercise Flink PVR tests

* Fix avro compat test dep
* alter catalog

* alter table

* spotless

* spotless

* fix unparse method, cleanup

* add more tests

* add deps

* address comments: add java docs; add unit tests for unparsing; fix nits

* spotless
* Reapply "Support Vertex Flex API in GeminiModelHandler (#36982)" (#37051)

This reverts commit 585ad41.

* Add pydoc
Bumps [pip](https://github.com/pypa/pip) from 25.3 to 26.0.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@25.3...26.0)

---
updated-dependencies:
- dependency-name: pip
  dependency-version: '26.0'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add RateLimiter Abstractions

* fix spotless

* add package info
…lation. (#37522)

* Add pipeline construction options.

* use apply_internal

* lint.

* remove concurrent prism jobs.

* comments.

* comments.

* comments.

* comments.

* lint.

* use apply in recursive calls

---------

Co-authored-by: Claude <cvandermerwe@google.com>
…ery (#37459)

* Add logic to handle end timestamp of mutable change stream bounded query.

* Resolve comments

* Fix tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.