Re: Why Go Generics Can't Replace the Code Generator (Yet!)

2022-03-29 Thread Robert Burke
+1 very well summarized Danny! Robert B Beam Go Busybody PS. Apologies to the list for my emphatic but overly abrasive reply up thread. I wrote brashly, and misunderstood Kerry's earnest question. On Mon, Mar 28, 2022, 8:47 AM Ahmet Altay wrote: > Thank you Danny for sharing a summary for

Re: Beam Website Feedback

2022-03-29 Thread Charles Kangai
Kerry, Daniel and Austin: That’s very useful information. Thanks. I didn’t know about the cross language framework. I will get down to researching it straight away. Regards Charles Kangai Sent from my iPhone On 29 Mar 2022, at 18:17, Kerry Donny-Clark wrote:  Hi Charles, You can use the

Re: [CODE QUESTION] Row getValues() vs getValue(int)

2022-03-29 Thread Moritz Mack
Thanks a lot for the clarification, Reuven. From: Reuven Lax Date: Tuesday, 29. March 2022 at 18:55 To: dev@beam.apache.org Subject: Re: [CODE QUESTION] Row getValues() vs getValue(int) getValues() is maybe poorly named - might be better called getRawValues. What you're looking for is probably

Re: Beam Website Feedback

2022-03-29 Thread Austin Bennett
Hi Charles, I am not working with any of the mentioned DBs, so can't speak to the state of IOs ( though I think you can use a jdbc connection with each of these, so perhaps see: https://beam.apache.org/releases/pydoc/2.24.0/apache_beam.io.jdbc.html ) . But, I would suggest that contributions to

Beam Website Feedback

2022-03-29 Thread Charles Kangai
Why is there no python odbc i/o transform either available or in development? Suppose my source data is in Oracle, MySQL or SQL Server - what am I to do? Thanks, Charles Kangai Email: char...@charleskangai.co.uk

Flaky test issue report (51)

2022-03-29 Thread Beam Jira Bot
This is your daily summary of Beam's current flaky tests (https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20statusCategory%20!%3D%20Done%20AND%20labels%20%3D%20flake) These are P1 issues because they have a major negative impact on the community and make it hard to

P1 issues report (74)

2022-03-29 Thread Beam Jira Bot
This is your daily summary of Beam's current P1 issues, not including flaky tests (https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20statusCategory%20!%3D%20Done%20AND%20priority%20%3D%20P1%20AND%20(labels%20is%20EMPTY%20OR%20labels%20!%3D%20flake). See

[CODE QUESTION] Row getValues() vs getValue(int)

2022-03-29 Thread Moritz Mack
Dear team, Is anybody around who could help me with a question on Schemas / Rows? That would be much appreciated! I’m particularly looking at RowWithGetters currently and I’m stuck understanding the semantics of Row.getValues() [1]. public List getValues() { return getters.stream().map(g ->

Re: Updating output watermark on bundle boundaries

2022-03-29 Thread Jan Lukavský
There's another interesting API, which is being discussed for the internal variant of Dataflow, which is that rather than allowing one to fabricate timestamps (or windows) ex nihilo one would instead need ot ask for a "timestamped" or "windowed" element in the Process method, from which one could