Skip to content
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
wants to merge 5,961 commits into
base: li_trunk
Choose a base branch
from
Draft

sync with open source how #118

wants to merge 5,961 commits into from

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.

thiagotnunes and others added 21 commits January 16, 2025 10:06
* Fix cluster name

* Fix Install Kafka step
* Fix #33533 Beam Katas - Java Task placeholder offsets

* Fix #33533 Beam Katas - Revert unrelated changes done by IntelliJ Jetbrains Academy Plugin
* 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
* 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.
ahmedabu98 and others added 30 commits February 11, 2025 10:54
* Disable PreCommit Flink Container

* Fix GHA check

* fix GHA precommit
* Revert "Disable PreCommit Flink Container (#33956)"

This reverts commit 7ac5bc4.

* Fix clean up scripts

* Fix trigger paths

* Fix script
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]>
* 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
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.