forked from apache/beam
-
Notifications
You must be signed in to change notification settings - Fork 5
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
sync with open source how #118
Draft
lesterhaynes
wants to merge
5,961
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
+699,801
−203,675
Conversation
This file contains 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
* Fix cluster name * Fix Install Kafka step
* Update enrichment docs and notebooks * Update examples/notebooks/beam-ml/bigtable_enrichment_transform.ipynb Co-authored-by: Danny McCormick <[email protected]> * Enirichment-doc - modifiaction in pr #33012 * Update website/www/site/content/en/blog/beam-2.53.0.md * Update website/www/site/content/en/documentation/transforms/python/elementwise/enrichment.md * Update website/www/site/content/en/documentation/transforms/python/elementwise/enrichment.md * Update website/www/site/content/en/documentation/transforms/python/elementwise/enrichment.md * Update website/www/site/content/en/documentation/transforms/python/elementwise/enrichment.md --------- Co-authored-by: Danny McCormick <[email protected]>
* Revert typing changes to stats.py * fix sequence hint
…Collection (#33598) * Update DatastoreWriterFn to output WriteSummary * Add WriteWithSummary and withResults API interface * Add integration tests withResults API interface * Change comments from abstract class to concrete class * Add code examples in Javadoc for withResults() API * Add getProjectId and getDatabaseId functions
Co-authored-by: Claude <[email protected]>
…sion services.
* Fix validatesDistrolessContainer * Set java version * fix java-version
There are many of these, and this needlessly explodes the number of tests that are created when adding debugging.
Signed-off-by: Jeffrey Kinard <[email protected]>
* Disable PreCommit Flink Container * Fix GHA check * fix GHA precommit
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.219.0 to 0.220.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.219.0...v0.220.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.35.0. - [Commits](golang/net@v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps google.golang.org/protobuf from 1.36.4 to 1.36.5. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* sdks/go: utf-8 check on exported fields vet runner * sdks/go: test utf-8 check on export fields in vet * sdks/go: go doc utf-8 check comment on encode DoFn
* Enable AlloyDB tests. * Re-enable other tests and skip some AlloyDB tests on DataflowRuner otherwise the workflow takes > 3 hours to complete resulting in timeout. * Rerun tests. * Re trigger tests. * Rerun tests. --------- Co-authored-by: Claude <[email protected]>
…ads PCollection.
* Revert "Revert three commits related to supporting custom coder in reshuffle" This reverts commit 4cbf257. * Use update_compatibility_version flag to determine whether to use new typehint behavior. * Highlight changes in CHANGES.md * Minor refactoring based on feedback. * Fix lints. * Simply the documented breaking changes. * Fix typo.
…l/inference (#33943) Bumps [transformers](https://github.com/huggingface/transformers) from 4.30.0 to 4.48.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.30.0...v4.48.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This code is creating a field with the same type as a method return type. The return type is erased, but calling `getGenericSignature()` turns the erased type back into a generic type. For methods with type parameters, this results in signatures that are invalid for field declarations, for example `<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Serializable;`. Future versions of bytebuddy reject the invalid signature. See also raphw/byte-buddy#1771
…33954) * Make use staged sdk harness effective whenever experiment flag added * swap branch
* sdks/java: support Non-ASCI BigQuery table name * sdks/java: test support Non-ASCI BigQuery tb name
* add better equals method for SerializedDataFile * add hashcode impl * spotless * add test to check newly added fields; simplify hashcode
* Add Lineage known issues for Beam 2.59.0; update blog post * fix typo
* Add a checkstyle rule to enforce it
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.md
with 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.