Skip to content

sync with open source how#118

Draft
lesterhaynes wants to merge 8491 commits intolinkedin:li_trunkfrom
apache:master
Draft

sync with open source how#118
lesterhaynes wants to merge 8491 commits intolinkedin:li_trunkfrom
apache:master

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 20 commits February 8, 2026 21:12
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>
changed boolean causedByDrain in WindowedValue interface to enum. 
spotless
…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
* Update python-pipeline-dependencies.md

Add note about setuptools and backwards compatibility with example

* Update python-pipeline-dependencies.md

whispace
* add datadog it support

* add used undeclared artifacts

* address check style issues

* add jar

* address gemini comments

* remove unused helper

* spotless

* fix imports
…#37758)

* addressed all EqualsGetClass warnings

* Fix GetterBasedSchemaProvider.equals

* supress equalsGetClass in ProtoCoder and DynamicProtoCoder.
stankiewicz and others added 17 commits March 20, 2026 13:23
…dBeConst check (#37771)

* Fix Slf4j formatting errors in sdks/java/io/google-cloud-platform

* enable Slf4jFormatShouldBeConst

* Resolving Slf4jFormatShouldBeConst violations

* revert log format due to usage in tests

* remove duplicate check
…hrows checks (#37791)

* enable JavaUtilDate, TimeUnitConversionChecker, InvalidThrows checks

* fix outstanding JavaUtilDate and invalidThrows violations
* Update Go Version to 1.26.1

* update CHANGES.md

* fix broken formatting directives
…#37861)

* Fix #37736: Allow composite transforms to use implicit input chaining

When a composite transform has no explicit inputs/outputs on its
sub-transforms, automatically chain them similar to how 'chain' type
transforms work.

Added test_composite_implicit_input_chaining to verify the fix.

* Fix line-too-long lint error in yaml_transform.py

* Fix yapf formatting in yaml_transform.py

* Fix composite implicit input chaining logic

* Fix composite implicit input chaining - delete empty input from spec

* Fix composite implicit input - reference pipeline input directly

* Fix composite implicit input - reference pipeline input

* Revert "Fix composite implicit input - reference pipeline input"

This reverts commit ceb0ac1.

* Fix composite implicit input chaining from pipeline input

This fix addresses the issue where composite transforms with no explicit
input specification were failing to receive inputs from the pipeline.

Key changes:
1. Fixed has_explicit_io check to use is_empty() instead of just checking
   key presence - this properly treats {} as 'no explicit input'
2. Added composite_has_input check to only do implicit chaining when
   the composite has an input to chain from
3. Fixed inner_scope_inputs computation to use parent scope's inputs
   when the composite has no explicit input
4. Fixed output handling to use is_empty() check (normalization sets {})
5. Fixed final return to correctly resolve scope inputs vs transform outputs

* Apply yapf formatting and fix pylint line length issues

* Address review: revert unnecessary variable assignment
* Upgrade Docker setup actions to version 4

* more updates
Add version to beam-sdks-java-io-components
Pin docker actions to sha for now
Added a Quick Start section for beginners with language options and core concepts.
* Fix #37833: Use named logger instead of root logger in transforms/util.py

Replace root logger calls (logging.info, logging.warning, etc.) with a
module-level named logger (_LOGGER = logging.getLogger(__name__)) in
apache_beam.transforms.util. This allows sdk_harness_log_level_overrides
to properly control log levels for this module.

* Update yaml-schema.md with implicit input chaining documentation
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.