Beam High Priority Issue Report (36)

2023-02-22 Thread beamactions
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

[NOTICE] Deprecation Avro classes in "core" and use "extensions/avro" instead for Java SDK

2023-02-22 Thread Alexey Romanenko
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

Re: [NOTICE] Deprecation Avro classes in "core" and use "extensions/avro" instead for Java SDK

2023-02-22 Thread Robert Bradshaw via dev
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 [

Re: Beam SQL Alias issue while using With Clause

2023-02-22 Thread Talat Uyarer via dev
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

[DISCUSS] Provide MultimapUserStateHandler interface in StateRequestHandlers

2023-02-22 Thread Alan Zhang
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.