Re: Proposing interactive beam runner

2018-06-15 Thread Kenneth Knowles
Nice! As-is, this already looks useful for making Beam accessible. Commented a bit on doc to highlight where SQL is different than Scio/Python style. I think notebooks are the perfect target. Specifically, Python and SQL on the same notebook would be amazing. Kenn On Thu, Jun 14, 2018 at 2:04

Jenkins build is back to normal : beam_Release_Gradle_NightlySnapshot #70

2018-06-15 Thread Apache Jenkins Server
See

Re: SQL Filter Pushdowns in Apache Beam SQL

2018-06-15 Thread Kenneth Knowles
I think I understand your use case better. Comments on those methods: 1) I think to make this work you would have to apply the filter before converting it to a side input. So in that case pushdown is the question of whether you use a Filter transform or do it in the JDBC query. Either way, you

Re: Building and visualizing the Beam SQL graph

2018-06-15 Thread Kenneth Knowles
@Reuven: I think DSLs are better served by having their own wrappers than by putting their data into generic attributes. They would need attributes if they needed to put them in and have them come back out, but usually the DSL has a higher-level view and no need for Beam to propagate data on its

Re: Invite to comment on the @RequiresStableInput design doc

2018-06-15 Thread Kenneth Knowles
Thanks for the write up. It is great to see someone pushing this through. I wanted to bring Luke's high-level question back to the list for visibility: what about portability and other SDKs? Portability is probably trivial, but the "other SDKs" question is probably best answered by folks working

Celebrating Pride... in the Apache Beam Logo

2018-06-15 Thread Griselda Cuevas
Someone in my team edited some Open-Source-Projects' logos to celebrate pride and Apache Beam was included! I'm attaching what she did... sprinkling some fun in the mailing list, because it's Friday!

Re: Celebrating Pride... in the Apache Beam Logo

2018-06-15 Thread OrielResearch Eila Arich-Landkof
 On Fri, Jun 15, 2018 at 1:50 PM, Griselda Cuevas wrote: > Someone in my team edited some Open-Source-Projects' logos to celebrate > pride and Apache Beam was included! > > > I'm attaching what she did... sprinkling some fun in the mailing list, > because it's Friday! > -- Eila

Re: Celebrating Pride... in the Apache Beam Logo

2018-06-15 Thread Eugene Kirpichov
Very cool! On Fri, Jun 15, 2018 at 10:56 AM OrielResearch Eila Arich-Landkof < e...@orielresearch.org> wrote: >  > > On Fri, Jun 15, 2018 at 1:50 PM, Griselda Cuevas wrote: > >> Someone in my team edited some Open-Source-Projects' logos to celebrate >> pride and Apache Beam was included! >>

Re: [VOTE] Apache Beam, version 2.5.0, release candidate #1

2018-06-15 Thread Jean-Baptiste Onofré
Thanks, I'm testing it as well. Regards JB On 15/06/2018 10:25, Charles Chen wrote: > Thank you and sorry for the delay.  Been testing the fix the past few > hours.  This CP PR fixes the > issue: https://github.com/apache/beam/pull/5658. > > On Thu, Jun 14, 2018 at 10:25 PM Jean-Baptiste Onofré

Re: [VOTE] Apache Beam, version 2.5.0, release candidate #1

2018-06-15 Thread Charles Chen
Thank you and sorry for the delay. Been testing the fix the past few hours. This CP PR fixes the issue: https://github.com/apache/beam/pull/5658 . On Thu, Jun 14, 2018 at 10:25 PM Jean-Baptiste Onofré wrote: > OK, I started the RC2, but I'm stopping the process to cut a new one. > > Is it ok