sync with open source how#118
Draft
lesterhaynes wants to merge 8491 commits intolinkedin:li_trunkfrom
Draft
Conversation
njeevan233-spec
approved these changes
Feb 1, 2026
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
… and use recommended ReentrantLock+Condition (#37304)
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.
supress warnings in tests
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
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, commentfixes #<ISSUE NUMBER>instead.CHANGES.mdwith noteworthy changes.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)
See CI.md for more information about GitHub Actions CI.