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/24776 [Bug]: Race conditi
Hi all,
As a part of migration the Avro-related classes from Java SDK “core” module to
a dedicated extension [1] (as it was discussed here [2] and here [3]), two
important PRs has been merged [4][5]. Therefore, old Avro-related classes
became deprecated in “core” (still possible to use but not
Thanks for pushing this through!
On Wed, Feb 22, 2023 at 10:38 AM Alexey Romanenko
wrote:
>
> Hi all,
>
> As a part of migration the Avro-related classes from Java SDK “core” module
> to a dedicated extension [1] (as it was discussed here [2] and here [3]), two
> important PRs has been merged [
Hi @Andrew Pilloud
Sorry for the late response. Yes your test is working fine. I changed the
test input structure like our input structure. Now this test also has the
same exception.
Feb 21, 2023 2:02:28 PM
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
INFO: SQL:
W
Hi Beam devs.
According to the Fn State API design doc[1], the state type
MultimapUserState is intended for supporting MapState/SetState. And the
implementation[2] for this state type is ready on the SDK harness side.
Each runner will be responsible for integrating it if they want to leverage
it.