Beam High Priority Issue Report (25)

2025-05-06 Thread beamactions
This is your summary of Beam's current high priority issues that may need attention. See https://beam.apache.org/contribute/issue-priorities for the meaning and expectations around issue priorities. Unassigned P1 Issues: https://github.com/apache/beam/issues/34768 [Bug]: Prism isn't correc

Re: [DESIGN] Beam Element Extended Metadata and future work

2025-05-06 Thread Jan Lukavský
Hi Radek, thanks for the design docs! The second one seems to require authentication, can you open it, please? Thanks,  Jan On 5/6/25 20:59, Radek Stankiewicz via dev wrote: hi all, We’ve multiple projects in ideation, design or prototypes that share the common problem - need to extend Wi

[VOTE] Release 2.65.0, release candidate #2

2025-05-06 Thread Yi Hu via dev
Hi everyone, Please review and vote on the release candidate #2 for the version 2.65.0, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) Reviewers are encouraged to test their own use cases with the release candidate, and vote +1 if no

[PR] Publish docs for 2.65.0 release [beam-site]

2025-05-06 Thread via GitHub
Abacn opened a new pull request, #683: URL: https://github.com/apache/beam-site/pull/683 Content generated from https://github.com/apache/beam/tree/v2.65.0-RC2. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] Publish docs for 2.65.0 release [beam-site]

2025-05-06 Thread via GitHub
Abacn commented on PR #682: URL: https://github.com/apache/beam-site/pull/682#issuecomment-2856171800 need to close this PR and delete branch to make rc2 build for website successful -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] Publish docs for 2.65.0 release [beam-site]

2025-05-06 Thread via GitHub
Abacn closed pull request #682: Publish docs for 2.65.0 release URL: https://github.com/apache/beam-site/pull/682 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [VOTE] Release 2.65.0, release candidate #1

2025-05-06 Thread Yi Hu via dev
Thank you all. Based on the feedbacks, RC2 will be built, and sent out for vote shortly. This vote is now closed. On Tue, May 6, 2025 at 10:39 AM Shunping Huang via dev wrote: > My apologies if my last message wasn't clear. To clarify, I observed this > issue specifically when running the pipeli

[DESIGN] Beam Element Extended Metadata and future work

2025-05-06 Thread Radek Stankiewicz via dev
hi all, We’ve multiple projects in ideation, design or prototypes that share the common problem - need to extend WindowedValue with additional metadata. Those projects are: - Drain mode - https://s.apache.org/beam-drain-mode - CDC metadata - https://s.apache.org/beam-cdc-metadata (

Re: Gradle toolchain management

2025-05-06 Thread Yi Hu via dev
Thanks for raising this topic. Toolchain sounds a promising solution for challenges that we currently have, e.g. in https://github.com/apache/beam/issues/34747. I've been working on a home-made solution https://github.com/apache/beam/pull/34858. I wonder using java toolchain could be much simpler.

Re: Gradle toolchain management

2025-05-06 Thread Kenneth Knowles
We've actually been stuck since at least 2022 AFAIK ( https://github.com/apache/beam/pull/24245 and I think there have been other attempts as people discover it is not possible) I'm generally for moves that unblock Beam from using up-to-date tools and techniques, as long as we support our users wh

Gradle toolchain management

2025-05-06 Thread Steven van Rossum via dev
Hi all, I was hoping to update Error Prone to version 2.38.0 so we can turn on the ThreadSafe checker (https://errorprone.info/bugpattern/ThreadSafe), but it looks like that checker might not work just yet ( https://github.com/google/error-prone/issues/4833). While preparing for that change I fou

Re: [VOTE] Release 2.65.0, release candidate #1

2025-05-06 Thread Shunping Huang via dev
My apologies if my last message wasn't clear. To clarify, I observed this issue specifically when running the pipelines with the *Prism* runner. The Reshuffle change doesn't seem to affect other runners based on my observations. On Tue, May 6, 2025 at 10:11 AM Shunping Huang wrote: > -0 (not bin

Re: [VOTE] Release 2.65.0, release candidate #1

2025-05-06 Thread Shunping Huang via dev
-0 (not binding) I tested a bunch of anomaly detection pipelines on my end. While most of them run fine, I noticed that Python pipelines with custom windows followed by Reshuffle fail to run. The problem was introduced in the change of Reshuffle in Python and was not caught until rc1. An issue wa