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,986 commits into
base: li_trunk
Choose a base branch
from
Draft

sync with open source how #118

wants to merge 5,986 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.

je-ik and others added 21 commits January 20, 2025 14:26
* [flink] FlinkRunner initializes the same split twice (#31313)
* added the numpy issues to CHANGES.md

* updated the 2.61.0 release blog

* minor fixes
* Updated the python dependencies

* skip pd.array checks

* minor updates

* remove the skip and it seems flaky
A dynamic race condition detector correct identifies an unsynchronized
read-after-write between the field initializer and the first call of onNext.

Additionally a minor refactor to make more clear what the increment/boundary
conditions are here.
* replace Optional.nullable with if check
* ActiveWorkState: Replace AtomicReference with mutex, critical path accessing activeGetWorkBudget is already under mutex
* WindmillTimerInternals: Remove ExposedByteArrayOutputStream from timerTag()
* Override hashcode() in ShardingKey
* Override hashcode() in WindmillComputationKey
* Prevent setup python environment for java:container:distroless

* Revert workflow changes

* Fix defaultDockerImageName

* Remove sdks:java:container basis
* small iceberg improvements

* remove duplicate cache query
ahmedabu98 and others added 30 commits February 14, 2025 08:43
* 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
* [java] BQ: Add avro schema to BQ TableSchema conversion

* Use name that avoid compiler class with overload
* Synchronize the singleton ServiceLoader to avoid thread races
Multiple assignments can be racily collapsed causing the verification
to block.
* [Release] Add 2.63.0 to Beam Website

* add lineage metrics fix

* correct date on blog post

* fix 2.62.0 download links
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.17.61 to 1.17.62.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@feature/s3/manager/v1.17.61...feature/s3/manager/v1.17.62)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  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>
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.220.0 to 0.221.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.220.0...v0.221.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 [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.38.0...v1.39.0)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
  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>
* Change prediction in AnomalyResult to predictions which is now an iterable of AnomalyPrediction.

* Add mean, stdev and quantile trackers with tests.

* Add docstrings

* Fix lints

* Make trackers specifiable.

Also includes minor fixes on Specifiable and univariate perf tests.

* Adjust class structures in trackers. Minor fix per feedback.
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.1...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  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>
* add endpoint type to WorkerMetadataResponse proto

* add default value to endpoint_type
* Add UUID support in Spanner Schema

* Add test
* Add histogram parsing in runner v2

* address comments

---------

Co-authored-by: Naireen <[email protected]>
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.