forked from apache/beam
-
Notifications
You must be signed in to change notification settings - Fork 7
sync with open source how #118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
lesterhaynes
wants to merge
8,254
commits into
linkedin:li_trunk
Choose a base branch
from
apache:master
base: li_trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+944,729
−274,152
Conversation
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
…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>
) 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
* 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
* Fix flakes * Don't use the same tag twice
* 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
… 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
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.