Beam High Priority Issue Report (40)

2023-01-24 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/24971 [Bug]: Messages are

Adding configurable gRPC channels to External transform

2023-01-24 Thread Sahith Nallapareddy via dev
Hello, I made a PR, https://github.com/apache/beam/pull/25151, to add configurable gRPC channel to the ArtifactRetrievalService stub. We are hosting our external transforms in different environments and we were trying to host them in Google Cloud Run. This requires that the gRPC calls have to use

Subscribe

2023-01-24 Thread Alan Zhang via dev

Re: Subscribe

2023-01-24 Thread Valentyn Tymofieiev via dev
Hello Alan, To subscribe to the list, you should send an email to dev-subscr...@beam.apache.org instead. Best, Valentyn On Tue, Jan 24, 2023 at 5:19 PM Alan Zhang via dev wrote: >

Re: Beam SQL Alias issue while using With Clause

2023-01-24 Thread Andrew Pilloud via dev
+dev@beam.apache.org I tried reproducing this but was not successful, the output schema was as expected. I added the following to BeamSqlMultipleSchemasTest.java at head. (I did discover that PAssert.that(result).containsInAnyOrder(output) doesn't validate column names however.) @Test publi

Re: Beam SQL Alias issue while using With Clause

2023-01-24 Thread Talat Uyarer via dev
Hi Andrew, Thanks for writing a test for this use case. Without Where clause it works as expected on our test cases also too. Please add where clause on second select. With the below query it does not return column names. I tested on my local also. WITH tempTable (id, v) AS (SELECT f_int as id, f

Re: Subscribe

2023-01-24 Thread Alan Zhang via dev
Thanks, Valentyn! I realized that I made the mistake after I sent the email to this address right away. Now I am able to receive the latest emails from both user@ and dev@ maillists after correct the addresses . Best, Alan Zhang From: Valentyn Tymofieiev Date: Tuesday, January 24, 2023 at 5:23

MapState/SetState(aka, MultimapUserState) are not fully supported in Beam portability framework?

2023-01-24 Thread Alan Zhang via dev
Hi everyone, Why don’t we have some interfaces(e.g. MultimapUserStateHandler and MultimapUserStateHandlerFactory) for supporting MultimapUserState defined in the class StateRequestHandlers