This is your daily 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/27486 [Bug]: Read from da
This is a tricky situation that I don't know how to resolve best. Here are
some pieces of information I know:
1. The reason we put certain generated classes in the same package is
because of Java's package-private access restriction. If they are in
another package the generated wrapper won't be ab
Curious why these failing tests didn't block submission.
For now rollback seems to be the simplest option. However is there a path
forward on Java 11, or is our model irretrievably broken on Java 11?
On Fri, Jul 21, 2023 at 8:57 AM Kenneth Knowles wrote:
> This is a tricky situation that I don'
Seems like https://github.com/apache/beam/pull/27606 fixes this (at least
for me locally on Java 11). +Liam Miller-Cushon
On Fri, Jul 21, 2023 at 9:51 AM Reuven Lax via dev
wrote:
> Curious why these failing tests didn't block submission.
>
Sounds like we don't run (all ?) unit tests for affec
Thank you everyone for responding.
Replying to Kenn:
1. This explanation helps me understand more.
2. I realize the drive for the breaking change PR in question is to support
Java 17. Would a potential path be to target a more gentle ramp from 8, to
11, and up with a communicated and anticipated