Skip to content

Conversation

@changliiu
Copy link
Contributor

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 or the workflows README to see a list of phrases to trigger workflows.

nhonx and others added 13 commits July 1, 2025 16:17
…pulse. (apache#35470)

* Support TimestampTypes in PeriodicImpulse. Fix flakiness in fuzzy tests.

* Fix lints.

* Add tests for different timestamp input types.

* Use an identity function in map after ImpulseSeqGenDoFn
…ybrid] (apache#35216)

* sdks/python: add pymilvus dependency

* sdks/python: add `MilvusSearchEnrichmentHandler`

* sdks/python: test `MilvusSearchEnrichmentHandler`

* sdks/python: itest `MilvusSearchEnrichmentHandler`

* examples: add `MilvusSearchEnrichmentHandler`

* sdks/python: combine milvus search strategies in one

Co-authored-by: Danny McCormick <[email protected]>

* sdks/python/container: update image requirements

* sdks/python: add license for `milvus_search.py`

* sdks/python: add docstrings for `milvus_search.py`

* sdks/python: unit test milvus search handler

* sdks/python: update docstrings for milvus_search

* sdks/python: fix linting for `milvus_search.py`

* sdks/python: add more unit tests for milvus search

* sdks/python: combine test classes in one

* sdks/python: add `setuptools` as dependency

* sdks/python: update container image requirements

* sdks/python: update definition for `ANNS` field

* .github/workflows: upgrade pip & setuptools

* sdks/python: fix linting issue for `milvus_search`

* sdks/python: group I/O types together milvus_search

* .github/workflows: upgrade pip & setuptools

* .github: unify upgrading setuptools & pip

* sdks/python: fix linting for `milvus_search.py`

* sdks/python: update grpcio for py<=3.12

* sdks/python: update image requirements

* sdks/python: add `milvus-lite` manual license

* sdks/python: fix `milvus_search_it_test` failed cases

* sdks/python: unify access to sparse/dense embeddings

* sdks/python: invoke `unittest.main` on milvus search

* sdks/pyhon: make `MilvusSearchDBContainerInfo` optional for linting

* sdks/python+website: update docs

* sdks/python: fix linting issues for `milvus_search` component

* sdks/python: fix linting issues for milvus search component

* website: add missing doc for milvus search

* sdks/python: add itests for milvus search

* sdks/python: complete itests for milvus search

* sdks/python: fix linting

* sdks/python: address (can be) flaky test cases

* website: update relase version for `enrichment-milvus.md`

* sdks/python: fix failed unit tests for milvus search

* sdks/python: fix linting for milvus search itests

* website: update docs html to ref milvus enrichment handler

* sdks/python: avoid port collision for milvus container

* sdks/python: remove free port allocation for milvus search

* sdks/python: fix formatting issues for milvus search

* sdks/python: fix linting for milvus_search_it_test

* sdks/python: handle port collisions for milvus search itest

* sdks/python: increase timeout for milvus container

* sdks/python: experiment being explicit about the port solve the CI issue

* sdks+.github: experiment running ml deps CI test onubuntu solve issue

* .github/workflwos: revert python precommit ml changes

* sdks/python: fix CI issues for itests

* sdks/python: fix linting for milvus search itests

* examples/notebook: update milvus enrichment transform

* website: update milvus enrichment transform

* CHANGES.md: add note for milvus enrichment handler

* sdks/python: update itests for milvus search

* sdks/python: fix linting issues

* multi: update

* multi: update

* updatet

* update

* update

* sdks/python: fix linting issues

* sdks/python: see what CI workflows would fail

* .github: run beam_PreCommit_Python_ML only on ubuntu-20.04 runner

* .github: test workflow

* .github: revert changes

* .github: add milvus-integration-tests.yml

* .github: update milvus it workflow

* update

* .github: update milvus-tests workflow

* .github: try to use ubuntu version `ubuntu-20.04`

* .github+sdks/python: update itests

* .github: update gh runner for milvus itests

* .github: update milvus itests workflow

* .github+sdks/python: update itests

* .github: remove `milvus-integration-tests.yml` for the PR review

* sdks/python: skip itests properly if milvus db container failed to start

* skds/python: restructure the code order in the example

* sdks/python: reduce number of retries to avoid test timeout

* sdks/python: set internal testcontainer env variable for max retries

* sdks/python: update tc max retries

* sdks/python: update

* sdks/python: use dynamic milvus service and healthcheck ports

* sdks/python: fix linting issues for milvus search itest

* sdks/python: fixing linting issues for milvus search itests

* .github+sdks/python: reconfigure dependencies

* sdks/python: address Danny's feedback (2)

* examples/notebooks: update `milvus_enrichment_transform`

* website+examples: remove non-functional docs/examples

* website: revert updated `enrichment.md`

* sdks/python: remove duplicated `HybridSearchParameters`

* sdks/python: fix linting for milvus search

* sdks/python: remove examples from this PR

* .github/workflows: remove unnecesssary changes

* CHANGES.md: undo the feature template

* sdks/python: remove `pip` and `setuptools` as explicit dependency

---------

Co-authored-by: Danny McCormick <[email protected]>
* fix keep sql expression

* add filter sql test pipeline
* Fix PostCommit Python Xlang IO Direct

* Fix formatting
* Actually publish distroless containers when releasing

* Put distroless publish in java publish
…apache#35454)

Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.11.4 to 2.11.5.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](nats-io/nats-server@v2.11.4...v2.11.5)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-version: 2.11.5
  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 [github.com/docker/docker](https://github.com/docker/docker) from 28.2.2+incompatible to 28.3.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v28.2.2...v28.3.0)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-version: 28.3.0+incompatible
  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>
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.

9 participants